Skip to content

Commit

Permalink
Roll chromium_revision 04484f1ad8..eb7233cee8 (562301:562409)
Browse files Browse the repository at this point in the history
Change log: https://chromium.googlesource.com/chromium/src/+log/04484f1ad8..eb7233cee8
Full diff: https://chromium.googlesource.com/chromium/src/+/04484f1ad8..eb7233cee8

Roll chromium third_party df47e60355..964479cf94
Change log: https://chromium.googlesource.com/chromium/src/third_party/+log/df47e60355..964479cf94

Changed dependencies:
* src/build: https://chromium.googlesource.com/chromium/src/build/+log/39cffdabab..25be5e8c8e
* src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/9b90eea6f1..e05d522249
* src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/8092ac5e3a..c23170bef6
* src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/331f1e2bf6..9077464195
DEPS diff: https://chromium.googlesource.com/chromium/src/+/04484f1ad8..eb7233cee8/DEPS

No update to Clang.

[email protected],
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal
NO_AUTOIMPORT_DEPS_CHECK=true

Change-Id: I06f9e5a125ab145156cf2b5bc8ed5ad93ba4ae41
Reviewed-on: https://webrtc-review.googlesource.com/79640
Reviewed-by: WebRTC Buildbot <[email protected]>
Commit-Queue: WebRTC Buildbot <[email protected]>
Cr-Commit-Position: refs/heads/master@{#23433}
  • Loading branch information
Autoroller authored and Commit Bot committed May 29, 2018
1 parent 7a0bb00 commit 41757af
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
12 changes: 6 additions & 6 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ vars = {
'checkout_configuration': 'default',
'checkout_instrumented_libraries': 'checkout_linux and checkout_configuration == "default"',
'webrtc_git': 'https://webrtc.googlesource.com',
'chromium_revision': '04484f1ad87b6168ee66c77fa6b58671b156b5e3',
'chromium_revision': 'eb7233cee8436ea524be3eb000e21c54c1c64f69',
'boringssl_git': 'https://boringssl.googlesource.com',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client
Expand Down Expand Up @@ -43,15 +43,15 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Chromium third_party
# and whatever else without interference from each other.
'chromium_third_party_revision': 'df47e603552ded44d8fdbbfaa73444aa015c2f0c',
'chromium_third_party_revision': '964479cf9407b632a1f99af98382eea3d749173b',
}
deps = {
# TODO(kjellander): Move this to be Android-only once the libevent dependency
# in base/third_party/libevent is solved.
'src/base':
Var('chromium_git') + '/chromium/src/base' + '@' + '60caf964a31a0c0850372a2e421485f0c783c32c',
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '39cffdabab587544c4bb01f3618ea3f7ae65a889',
Var('chromium_git') + '/chromium/src/build' + '@' + '25be5e8c8e4bfc814c6ad19b7e9ff8bd8f44a563',
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + '893eb86b02b2571894e328f05551112b96df1cce',
# Gradle 4.3-rc4. Used for testing Android Studio project generation for WebRTC.
Expand All @@ -61,11 +61,11 @@ deps = {
'condition': 'checkout_android',
},
'src/ios': {
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + '9b90eea6f1e1e92d1557ccf7ffe3741504c73672',
'url': Var('chromium_git') + '/chromium/src/ios' + '@' + 'e05d522249d3a9648341e7492ff133c96c5e1398',
'condition': 'checkout_ios',
},
'src/testing':
Var('chromium_git') + '/chromium/src/testing' + '@' + '8092ac5e3aac276c87d07a9f53285a36af677d70',
Var('chromium_git') + '/chromium/src/testing' + '@' + 'c23170bef6bfb427056071e71573cf09a3a9991a',
# This entry is used for chromium third_party rolling into webrtc third_party only.
'src/third_party_chromium': {
'url': Var('chromium_git') + '/chromium/src/third_party' + '@' + Var('chromium_third_party_revision'),
Expand Down Expand Up @@ -175,7 +175,7 @@ deps = {
'src/third_party/yasm/source/patched-yasm':
Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114e18d8b9b84586b10d24353ab8616d4c5fc',
'src/tools':
Var('chromium_git') + '/chromium/src/tools' + '@' + '331f1e2bf624a5835ad5fb89ea882e9ea23a1ca5',
Var('chromium_git') + '/chromium/src/tools' + '@' + '907746419506e2c9cbe6ae07eaf6c46779a97616',
'src/tools/gyp':
Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'src/tools/swarming_client':
Expand Down
11 changes: 9 additions & 2 deletions third_party/abseil-cpp/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
# opts will be linked together, and in some cases headers compiled with and
# without these options will be part of the same program.

import("//build/toolchain/toolchain.gni")

group("default") {
deps = [
"absl/types:any",
Expand Down Expand Up @@ -141,10 +143,15 @@ config("absl_test_cflags_cc") {
"-Wno-unused-member-function",
"-Wno-unused-parameter",
"-Wno-unused-private-field",
"-Wno-unused-template",
"-Wno-used-but-marked-unused",
"-Wno-zero-as-null-pointer-constant",
]
if (!use_xcode_clang) {
# xcode clang does not recognize the following flags.
cflags_cc += [
"-Wno-unused-template",
"-Wno-zero-as-null-pointer-constant",
]
}
} else {
if (is_linux) {
# GCC flags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ chrome.languageSettingsPrivate.MoveType = {
* supportsUI: (boolean|undefined),
* supportsSpellcheck: (boolean|undefined),
* supportsTranslate: (boolean|undefined),
* isAllowedLocale: (boolean|undefined)
* isAllowedUILocale: (boolean|undefined)
* }}
* @see https://developer.chrome.com/extensions/languageSettingsPrivate#type-Language
*/
Expand Down

0 comments on commit 41757af

Please sign in to comment.