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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1564010: sync: Specify linking dependencies correctly. The browser library contains lo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: get it right this time Created 10 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 | « chrome/chrome_browser.gypi ('k') | 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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/browser_actions_container_unittest.cc', 9 'browser/views/browser_actions_container_unittest.cc',
10 ], 10 ],
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'target_name': 'ui_tests', 245 'target_name': 'ui_tests',
246 'type': 'executable', 246 'type': 'executable',
247 'msvs_guid': '76235B67-1C27-4627-8A33-4B2E1EF93EDE', 247 'msvs_guid': '76235B67-1C27-4627-8A33-4B2E1EF93EDE',
248 'dependencies': [ 248 'dependencies': [
249 'chrome', 249 'chrome',
250 'browser', 250 'browser',
251 'debugger', 251 'debugger',
252 'common', 252 'common',
253 'chrome_resources', 253 'chrome_resources',
254 'chrome_strings', 254 'chrome_strings',
255 'syncapi',
256 'test_support_ui', 255 'test_support_ui',
257 '../base/base.gyp:base', 256 '../base/base.gyp:base',
258 '../net/net.gyp:net', 257 '../net/net.gyp:net',
259 '../net/net.gyp:net_test_support', 258 '../net/net.gyp:net_test_support',
260 '../build/temp_gyp/googleurl.gyp:googleurl', 259 '../build/temp_gyp/googleurl.gyp:googleurl',
261 '../skia/skia.gyp:skia', 260 '../skia/skia.gyp:skia',
262 '../testing/gmock.gyp:gmock', 261 '../testing/gmock.gyp:gmock',
263 '../testing/gtest.gyp:gtest', 262 '../testing/gtest.gyp:gtest',
264 '../third_party/icu/icu.gyp:icui18n', 263 '../third_party/icu/icu.gyp:icui18n',
265 '../third_party/icu/icu.gyp:icuuc', 264 '../third_party/icu/icu.gyp:icuuc',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'target_name': 'nacl_ui_tests', 423 'target_name': 'nacl_ui_tests',
425 'type': 'executable', 424 'type': 'executable',
426 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E', 425 'msvs_guid': '43E2004F-CD62-4595-A8A6-31E9BFA1EE5E',
427 'dependencies': [ 426 'dependencies': [
428 'chrome', 427 'chrome',
429 'browser', 428 'browser',
430 'debugger', 429 'debugger',
431 'common', 430 'common',
432 'chrome_resources', 431 'chrome_resources',
433 'chrome_strings', 432 'chrome_strings',
434 'syncapi',
435 'test_support_ui', 433 'test_support_ui',
436 '../base/base.gyp:base', 434 '../base/base.gyp:base',
437 '../build/temp_gyp/googleurl.gyp:googleurl', 435 '../build/temp_gyp/googleurl.gyp:googleurl',
438 '../net/net.gyp:net', 436 '../net/net.gyp:net',
439 '../skia/skia.gyp:skia', 437 '../skia/skia.gyp:skia',
440 '../testing/gtest.gyp:gtest', 438 '../testing/gtest.gyp:gtest',
441 '../third_party/icu/icu.gyp:icui18n', 439 '../third_party/icu/icu.gyp:icui18n',
442 '../third_party/icu/icu.gyp:icuuc', 440 '../third_party/icu/icu.gyp:icuuc',
443 '../third_party/libxml/libxml.gyp:libxml', 441 '../third_party/libxml/libxml.gyp:libxml',
444 ], 442 ],
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 }, 474 },
477 }, 475 },
478 }], 476 }],
479 ], 477 ],
480 }, 478 },
481 { 479 {
482 'target_name': 'unit_tests', 480 'target_name': 'unit_tests',
483 'type': 'executable', 481 'type': 'executable',
484 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', 482 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC',
485 'dependencies': [ 483 'dependencies': [
484 'browser',
486 'chrome', 485 'chrome',
487 'browser',
488 'chrome_resources', 486 'chrome_resources',
489 'chrome_strings', 487 'chrome_strings',
490 'common', 488 'common',
491 'debugger', 489 'debugger',
492 'renderer', 490 'renderer',
493 'sync_proto', 491 'sync_proto',
494 'syncapi',
495 'test_support_unit', 492 'test_support_unit',
496 'utility', 493 'utility',
497 '../app/app.gyp:app_base', 494 '../app/app.gyp:app_base',
498 '../app/app.gyp:app_resources', 495 '../app/app.gyp:app_resources',
499 '../ipc/ipc.gyp:ipc', 496 '../ipc/ipc.gyp:ipc',
500 '../net/net.gyp:net_resources', 497 '../net/net.gyp:net_resources',
501 '../net/net.gyp:net_test_support', 498 '../net/net.gyp:net_test_support',
502 '../printing/printing.gyp:printing', 499 '../printing/printing.gyp:printing',
503 '../webkit/webkit.gyp:webkit_resources', 500 '../webkit/webkit.gyp:webkit_resources',
504 '../skia/skia.gyp:skia', 501 '../skia/skia.gyp:skia',
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 # Executable that runs each browser test in a new process. 1167 # Executable that runs each browser test in a new process.
1171 'target_name': 'browser_tests', 1168 'target_name': 'browser_tests',
1172 'type': 'executable', 1169 'type': 'executable',
1173 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', 1170 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F',
1174 'dependencies': [ 1171 'dependencies': [
1175 'browser', 1172 'browser',
1176 'chrome', 1173 'chrome',
1177 'chrome_resources', 1174 'chrome_resources',
1178 'chrome_strings', 1175 'chrome_strings',
1179 'debugger', 1176 'debugger',
1180 'syncapi',
1181 'renderer', 1177 'renderer',
1182 'test_support_common', 1178 'test_support_common',
1183 '../app/app.gyp:app_base', 1179 '../app/app.gyp:app_base',
1184 '../base/base.gyp:base', 1180 '../base/base.gyp:base',
1185 '../base/base.gyp:base_i18n', 1181 '../base/base.gyp:base_i18n',
1186 '../base/base.gyp:test_support_base', 1182 '../base/base.gyp:test_support_base',
1187 '../net/net.gyp:net_test_support', 1183 '../net/net.gyp:net_test_support',
1188 '../skia/skia.gyp:skia', 1184 '../skia/skia.gyp:skia',
1189 '../testing/gmock.gyp:gmock', 1185 '../testing/gmock.gyp:gmock',
1190 '../testing/gtest.gyp:gtest', 1186 '../testing/gtest.gyp:gtest',
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 'type': 'executable', 1719 'type': 'executable',
1724 'dependencies': [ 1720 'dependencies': [
1725 'browser', 1721 'browser',
1726 'chrome', 1722 'chrome',
1727 'chrome_resources', 1723 'chrome_resources',
1728 'common', 1724 'common',
1729 'debugger', 1725 'debugger',
1730 'renderer', 1726 'renderer',
1731 'chrome_resources', 1727 'chrome_resources',
1732 'chrome_strings', 1728 'chrome_strings',
1733 'syncapi',
1734 'sync_proto', 1729 'sync_proto',
1735 'test_support_unit', 1730 'test_support_unit',
1736 '../net/net.gyp:net_test_support', 1731 '../net/net.gyp:net_test_support',
1737 '../printing/printing.gyp:printing', 1732 '../printing/printing.gyp:printing',
1738 '../skia/skia.gyp:skia', 1733 '../skia/skia.gyp:skia',
1739 '../testing/gtest.gyp:gtest', 1734 '../testing/gtest.gyp:gtest',
1740 '../third_party/icu/icu.gyp:icui18n', 1735 '../third_party/icu/icu.gyp:icui18n',
1741 '../third_party/icu/icu.gyp:icuuc', 1736 '../third_party/icu/icu.gyp:icuuc',
1742 '../third_party/libxml/libxml.gyp:libxml', 1737 '../third_party/libxml/libxml.gyp:libxml',
1743 '../third_party/npapi/npapi.gyp:npapi', 1738 '../third_party/npapi/npapi.gyp:npapi',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1827 'targets': [ 1822 'targets': [
1828 { 1823 {
1829 'target_name': 'perf_tests', 1824 'target_name': 'perf_tests',
1830 'type': 'executable', 1825 'type': 'executable',
1831 'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F', 1826 'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F',
1832 'dependencies': [ 1827 'dependencies': [
1833 'browser', 1828 'browser',
1834 'common', 1829 'common',
1835 'debugger', 1830 'debugger',
1836 'renderer', 1831 'renderer',
1837 'syncapi',
1838 'chrome_resources', 1832 'chrome_resources',
1839 'chrome_strings', 1833 'chrome_strings',
1840 '../app/app.gyp:app_base', 1834 '../app/app.gyp:app_base',
1841 '../base/base.gyp:base', 1835 '../base/base.gyp:base',
1842 '../base/base.gyp:test_support_base', 1836 '../base/base.gyp:test_support_base',
1843 '../base/base.gyp:test_support_perf', 1837 '../base/base.gyp:test_support_perf',
1844 '../skia/skia.gyp:skia', 1838 '../skia/skia.gyp:skia',
1845 '../testing/gtest.gyp:gtest', 1839 '../testing/gtest.gyp:gtest',
1846 '../webkit/webkit.gyp:glue', 1840 '../webkit/webkit.gyp:glue',
1847 ], 1841 ],
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 ] 2178 ]
2185 }], # 'coverage!=0' 2179 }], # 'coverage!=0'
2186 ], # 'conditions' 2180 ], # 'conditions'
2187 } 2181 }
2188 2182
2189 # Local Variables: 2183 # Local Variables:
2190 # tab-width:2 2184 # tab-width:2
2191 # indent-tabs-mode:nil 2185 # indent-tabs-mode:nil
2192 # End: 2186 # End:
2193 # vim: set expandtab tabstop=2 shiftwidth=2: 2187 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698