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

Side by Side Diff: net/net.gyp

Issue 10392073: Add a new gyp define to be used by the swarm master. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add slash, otherwise gyp does silly things Created 8 years, 7 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 | « chrome/chrome_tests.gypi ('k') | third_party/cacheinvalidation/cacheinvalidation.gyp » ('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 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1386 'inputs': [ 1386 'inputs': [
1387 'net_unittests.isolate', 1387 'net_unittests.isolate',
1388 '<@(isolate_dependency_tracked)', 1388 '<@(isolate_dependency_tracked)',
1389 ], 1389 ],
1390 'outputs': [ 1390 'outputs': [
1391 '<(PRODUCT_DIR)/net_unittests.results', 1391 '<(PRODUCT_DIR)/net_unittests.results',
1392 ], 1392 ],
1393 'action': [ 1393 'action': [
1394 'python', 1394 'python',
1395 '../tools/isolate/isolate.py', 1395 '../tools/isolate/isolate.py',
1396 '--mode', '<(tests_run)', 1396 '--mode', '<(test_isolation_mode)',
1397 '--outdir', '<(test_isolation_outdir)',
1397 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)', 1398 '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
1398 '--variable', 'OS', '<(OS)', 1399 '--variable', 'OS', '<(OS)',
1399 '--result', '<@(_outputs)', 1400 '--result', '<@(_outputs)',
1400 'net_unittests.isolate', 1401 'net_unittests.isolate',
1401 ], 1402 ],
1402 }, 1403 },
1403 ], 1404 ],
1404 }, 1405 },
1405 { 1406 {
1406 'target_name': 'net_perftests', 1407 'target_name': 'net_perftests',
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
1856 'tools/dump_cache/url_to_filename_encoder.cc', 1857 'tools/dump_cache/url_to_filename_encoder.cc',
1857 'tools/dump_cache/url_to_filename_encoder.h', 1858 'tools/dump_cache/url_to_filename_encoder.h',
1858 'tools/dump_cache/url_utilities.h', 1859 'tools/dump_cache/url_utilities.h',
1859 'tools/dump_cache/url_utilities.cc', 1860 'tools/dump_cache/url_utilities.cc',
1860 ], 1861 ],
1861 }, 1862 },
1862 ], 1863 ],
1863 }], 1864 }],
1864 ], 1865 ],
1865 } 1866 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | third_party/cacheinvalidation/cacheinvalidation.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698