Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Side by Side Diff: third_party/libxml/libxml.gyp

Issue 10827405: roll clang 161353:161757 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/allocator/allocator.gyp ('k') | tools/clang/scripts/update.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 # Define an "os_include" variable that points at the OS-specific generated 8 # Define an "os_include" variable that points at the OS-specific generated
9 # headers. These were generated by running the configure script offline. 9 # headers. These were generated by running the configure script offline.
10 ['os_posix == 1 and OS != "mac" and OS != "ios"', { 10 ['os_posix == 1 and OS != "mac" and OS != "ios"', {
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 # pattern.c and uri.c both have an intentional 240 # pattern.c and uri.c both have an intentional
241 # `for (...);` / `while(...);` loop. I submitted a patch to 241 # `for (...);` / `while(...);` loop. I submitted a patch to
242 # move the `'` to its own line, but until that's landed 242 # move the `'` to its own line, but until that's landed
243 # suppress the warning: 243 # suppress the warning:
244 '-Wno-empty-body', 244 '-Wno-empty-body',
245 ], 245 ],
246 }, 246 },
247 'cflags': [ 247 'cflags': [
248 '-Wno-pointer-sign', 248 '-Wno-pointer-sign',
249 '-Wno-empty-body', 249 '-Wno-empty-body',
250
251 # See http://crbug.com/138571#c8
252 '-Wno-ignored-attributes',
250 ], 253 ],
251 }], 254 }],
252 ], 255 ],
253 }], 256 }],
254 ], 257 ],
255 }, 258 },
256 ], 259 ],
257 } 260 }
OLDNEW
« no previous file with comments | « base/allocator/allocator.gyp ('k') | tools/clang/scripts/update.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698