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

Side by Side Diff: net/net.gyp

Issue 10139020: Change --variable argument, must now be spaced, -V foo bar, instead of -V foo=bar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/base.gyp ('k') | third_party/cacheinvalidation/README.chromium » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 'net_unittests.isolate', 1378 'net_unittests.isolate',
1379 '<@(isolate_dependency_tracked)', 1379 '<@(isolate_dependency_tracked)',
1380 ], 1380 ],
1381 'outputs': [ 1381 'outputs': [
1382 '<(PRODUCT_DIR)/net_unittests.results', 1382 '<(PRODUCT_DIR)/net_unittests.results',
1383 ], 1383 ],
1384 'action': [ 1384 'action': [
1385 'python', 1385 'python',
1386 '../tools/isolate/isolate.py', 1386 '../tools/isolate/isolate.py',
1387 '--mode', '<(tests_run)', 1387 '--mode', '<(tests_run)',
1388 '--variable', 'PRODUCT_DIR=<(PRODUCT_DIR)', 1388 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
1389 '--variable', 'OS=<(OS)', 1389 '--variable', 'OS', '<(OS)',
1390 '--result', '<@(_outputs)', 1390 '--result', '<@(_outputs)',
1391 'net_unittests.isolate', 1391 'net_unittests.isolate',
1392 ], 1392 ],
1393 }, 1393 },
1394 ], 1394 ],
1395 }, 1395 },
1396 { 1396 {
1397 'target_name': 'net_perftests', 1397 'target_name': 'net_perftests',
1398 'type': 'executable', 1398 'type': 'executable',
1399 'dependencies': [ 1399 'dependencies': [
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 'tools/dump_cache/url_to_filename_encoder.cc', 1845 'tools/dump_cache/url_to_filename_encoder.cc',
1846 'tools/dump_cache/url_to_filename_encoder.h', 1846 'tools/dump_cache/url_to_filename_encoder.h',
1847 'tools/dump_cache/url_utilities.h', 1847 'tools/dump_cache/url_utilities.h',
1848 'tools/dump_cache/url_utilities.cc', 1848 'tools/dump_cache/url_utilities.cc',
1849 ], 1849 ],
1850 }, 1850 },
1851 ], 1851 ],
1852 }], 1852 }],
1853 ], 1853 ],
1854 } 1854 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | third_party/cacheinvalidation/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698