OLD | NEW |
---|---|
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
(...skipping 2446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2457 '../base/base.gyp:base', | 2457 '../base/base.gyp:base', |
2458 'net', | 2458 'net', |
2459 'net_with_v8', | 2459 'net_with_v8', |
2460 ], | 2460 ], |
2461 'conditions': [ | 2461 'conditions': [ |
2462 [ 'use_glib == 1', { | 2462 [ 'use_glib == 1', { |
2463 'dependencies': [ | 2463 'dependencies': [ |
2464 '../build/linux/system.gyp:gconf', | 2464 '../build/linux/system.gyp:gconf', |
2465 '../build/linux/system.gyp:gio', | 2465 '../build/linux/system.gyp:gio', |
2466 ], | 2466 ], |
2467 'cflags': [ | |
2468 '-Wno-deprecated-declarations', | |
jar (doing other things)
2013/05/31 18:41:30
How about bracketing the offending lines with:
#
| |
2469 ] | |
2467 }, | 2470 }, |
2468 ], | 2471 ], |
2469 ], | 2472 ], |
2470 'sources': [ | 2473 'sources': [ |
2471 'tools/net_watcher/net_watcher.cc', | 2474 'tools/net_watcher/net_watcher.cc', |
2472 ], | 2475 ], |
2473 }, | 2476 }, |
2474 { | 2477 { |
2475 'target_name': 'run_testserver', | 2478 'target_name': 'run_testserver', |
2476 'type': 'executable', | 2479 'type': 'executable', |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2913 '--result', '<@(_outputs)', | 2916 '--result', '<@(_outputs)', |
2914 '--isolate', 'net_unittests.isolate', | 2917 '--isolate', 'net_unittests.isolate', |
2915 ], | 2918 ], |
2916 }, | 2919 }, |
2917 ], | 2920 ], |
2918 }, | 2921 }, |
2919 ], | 2922 ], |
2920 }], | 2923 }], |
2921 ], | 2924 ], |
2922 } | 2925 } |
OLD | NEW |