Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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: |
| OLD | NEW |