Roll chromium_revision 626eecf..72c3265 (363027:363365)
0c2a94ab87
needed the addition of tools/telemetry and third_party/catapult symlinks for Android. GN changes required modification of .gn. Change log:626eecf..72c3265
Full diff:626eecf..72c3265
Changed dependencies: * src/buildtools:818123d..b747a9e
* src/third_party/boringssl/src: https://boringssl.googlesource.com/boringssl.git/+log/fde89b4..6d9e5a7 DEPS diff:626eecf..72c3265
/DEPS No update to Clang. TBR= NOTRY=True Review URL: https://codereview.webrtc.org/1503883002 Cr-Commit-Position: refs/heads/master@{#10904}
This commit is contained in:
1
.gn
1
.gn
@ -35,6 +35,7 @@ exec_script_whitelist = [
|
|||||||
"//build/config/linux/pkg_config.gni",
|
"//build/config/linux/pkg_config.gni",
|
||||||
"//build/config/mac/mac_sdk.gni",
|
"//build/config/mac/mac_sdk.gni",
|
||||||
"//build/config/posix/BUILD.gn",
|
"//build/config/posix/BUILD.gn",
|
||||||
|
"//build/config/sysroot.gni",
|
||||||
"//build/config/win/visual_studio_version.gni",
|
"//build/config/win/visual_studio_version.gni",
|
||||||
"//build/gn_helpers.py",
|
"//build/gn_helpers.py",
|
||||||
"//build/gypi_to_gn.py",
|
"//build/gypi_to_gn.py",
|
||||||
|
2
DEPS
2
DEPS
@ -6,7 +6,7 @@
|
|||||||
vars = {
|
vars = {
|
||||||
'extra_gyp_flag': '-Dextra_gyp_flag=0',
|
'extra_gyp_flag': '-Dextra_gyp_flag=0',
|
||||||
'chromium_git': 'https://chromium.googlesource.com',
|
'chromium_git': 'https://chromium.googlesource.com',
|
||||||
'chromium_revision': '626eecf82054e5c47bfa987a5622918d56557cbc',
|
'chromium_revision': '72c32651dadfa9de98f366de58cd407fbc68d6bd',
|
||||||
}
|
}
|
||||||
|
|
||||||
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
|
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
|
||||||
|
@ -85,6 +85,7 @@ if 'android' in target_os:
|
|||||||
'third_party/android_tools',
|
'third_party/android_tools',
|
||||||
'third_party/appurify-python',
|
'third_party/appurify-python',
|
||||||
'third_party/ashmem',
|
'third_party/ashmem',
|
||||||
|
'third_party/catapult',
|
||||||
'third_party/icu',
|
'third_party/icu',
|
||||||
'third_party/ijar',
|
'third_party/ijar',
|
||||||
'third_party/jsr-305',
|
'third_party/jsr-305',
|
||||||
@ -97,6 +98,7 @@ if 'android' in target_os:
|
|||||||
'third_party/robolectric',
|
'third_party/robolectric',
|
||||||
'tools/android',
|
'tools/android',
|
||||||
'tools/grit',
|
'tools/grit',
|
||||||
|
'tools/telemetry',
|
||||||
]
|
]
|
||||||
if 'ios' in target_os:
|
if 'ios' in target_os:
|
||||||
DIRECTORIES.append('third_party/class-dump')
|
DIRECTORIES.append('third_party/class-dump')
|
||||||
|
Reference in New Issue
Block a user