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

Side by Side Diff: gyp/utils.gyp

Issue 12480002: Fixing some warnings on Linux (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 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
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'utils', 4 'target_name': 'utils',
5 'product_name': 'skia_utils', 5 'product_name': 'skia_utils',
6 'type': 'static_library', 6 'type': 'static_library',
7 'standalone_static_library': 1, 7 'standalone_static_library': 1,
8 'dependencies': [ 8 'dependencies': [
9 'cityhash', 9 'cityhash',
10 ], 10 ],
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'WarnAsError': 'false', 242 'WarnAsError': 'false',
243 }, 243 },
244 }, 244 },
245 }], 245 }],
246 [ 'skia_os == "android"', { 246 [ 'skia_os == "android"', {
247 'cflags!': [ 247 'cflags!': [
248 '-Wall', 248 '-Wall',
249 '-Werror', 249 '-Werror',
250 ], 250 ],
251 }], 251 }],
252 ['skia_os in ["android", "linux", "freebsd", "openbsd", "solaris", "nacl "]', {
sugoi 2013/03/05 21:39:35 Oops, "android" shouldn't be in this list. Removed
253 'cflags!': [
254 '-Werror',
255 ],
256 }],
252 ], 257 ],
253 }, 258 },
254 ], 259 ],
255 } 260 }
256 261
257 # Local Variables: 262 # Local Variables:
258 # tab-width:2 263 # tab-width:2
259 # indent-tabs-mode:nil 264 # indent-tabs-mode:nil
260 # End: 265 # End:
261 # vim: set expandtab tabstop=2 shiftwidth=2: 266 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/libjpeg.gyp ('k') | src/gpu/gr_unittests.cpp » ('j') | src/gpu/gr_unittests.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698