Roll chromium_revision 228675:229708
This will pick up the -Wunused-const-variable Clang warning being enabled by default (chromium:307668). BUG=none TEST=trybots passing. R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2629004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5014 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
621df678c8
commit
06b60c07b7
2
DEPS
2
DEPS
@ -11,7 +11,7 @@ vars = {
|
||||
"googlecode_url": "http://%s.googlecode.com/svn",
|
||||
"sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code",
|
||||
"chromium_trunk" : "http://src.chromium.org/svn/trunk",
|
||||
"chromium_revision": "228675",
|
||||
"chromium_revision": "229708",
|
||||
|
||||
# A small subset of WebKit is needed for the Android Python test framework.
|
||||
"webkit_trunk": "http://src.chromium.org/blink/trunk",
|
||||
|
@ -311,14 +311,6 @@
|
||||
}],
|
||||
],
|
||||
}],
|
||||
['clang==1', {
|
||||
# TODO(kjellander): Remove when Chromium's common.gypi enables this
|
||||
# warning by default (http://crbug.com/307668).
|
||||
'cflags!': ['-Wno-unused-const-variable',],
|
||||
'xcode_settings': {
|
||||
'WARNING_CFLAGS!': ['-Wno-unused-const-variable',],
|
||||
},
|
||||
}],
|
||||
], # conditions
|
||||
'direct_dependent_settings': {
|
||||
'include_dirs': [
|
||||
|
Loading…
Reference in New Issue
Block a user