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

Side by Side Diff: net/net.gyp

Issue 15792013: net_watcher does not build in Ubuntu 13.04 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698