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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 500149: Revert 35012 - Rearrange build configurations make it clearer and allow bett... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years 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.gyp ('k') | chrome/installer/installer_util.gypi » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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/find_bar_host_browsertest.cc', 9 'browser/views/find_bar_host_browsertest.cc',
10 ], 10 ],
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 '../google_update/google_update.gyp:google_update', 366 '../google_update/google_update.gyp:google_update',
367 '../views/views.gyp:views', 367 '../views/views.gyp:views',
368 '<(allocator_target)', 368 '<(allocator_target)',
369 ], 369 ],
370 'link_settings': { 370 'link_settings': {
371 'libraries': [ 371 'libraries': [
372 '-lOleAcc.lib', 372 '-lOleAcc.lib',
373 ], 373 ],
374 }, 374 },
375 'configurations': { 375 'configurations': {
376 'Debug_Base': { 376 'Debug': {
377 'msvs_settings': { 377 'msvs_settings': {
378 'VCLinkerTool': { 378 'VCLinkerTool': {
379 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 379 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
380 }, 380 },
381 }, 381 },
382 }, 382 },
383 }, 383 },
384 }, { # else: OS != "win" 384 }, { # else: OS != "win"
385 'sources!': [ 385 'sources!': [
386 # TODO(port)? (Most of these include windows.h or similar.) 386 # TODO(port)? (Most of these include windows.h or similar.)
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 # run time dependency 449 # run time dependency
450 '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin', 450 '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin',
451 '<(allocator_target)', 451 '<(allocator_target)',
452 ], 452 ],
453 'link_settings': { 453 'link_settings': {
454 'libraries': [ 454 'libraries': [
455 '-lOleAcc.lib', 455 '-lOleAcc.lib',
456 ], 456 ],
457 }, 457 },
458 'configurations': { 458 'configurations': {
459 'Debug_Base': { 459 'Debug': {
460 'msvs_settings': { 460 'msvs_settings': {
461 'VCLinkerTool': { 461 'VCLinkerTool': {
462 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 462 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
463 }, 463 },
464 }, 464 },
465 }, 465 },
466 }, 466 },
467 }], 467 }],
468 ], 468 ],
469 }, 469 },
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 'link_settings': { 991 'link_settings': {
992 'libraries': [ 992 'libraries': [
993 '-lcomsupp.lib', 993 '-lcomsupp.lib',
994 '-loleacc.lib', 994 '-loleacc.lib',
995 '-lrpcrt4.lib', 995 '-lrpcrt4.lib',
996 '-lurlmon.lib', 996 '-lurlmon.lib',
997 '-lwinmm.lib', 997 '-lwinmm.lib',
998 ], 998 ],
999 }, 999 },
1000 'configurations': { 1000 'configurations': {
1001 'Debug_Base': { 1001 'Debug': {
1002 'msvs_settings': { 1002 'msvs_settings': {
1003 'VCLinkerTool': { 1003 'VCLinkerTool': {
1004 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 1004 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
1005 }, 1005 },
1006 }, 1006 },
1007 }, 1007 },
1008 }, 1008 },
1009 }, { # else: OS != "win" 1009 }, { # else: OS != "win"
1010 'sources!': [ 1010 'sources!': [
1011 'browser/bookmarks/bookmark_codec_unittest.cc', 1011 'browser/bookmarks/bookmark_codec_unittest.cc',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 ], 1126 ],
1127 'include_dirs': [ 1127 'include_dirs': [
1128 'third_party/wtl/include', 1128 'third_party/wtl/include',
1129 ], 1129 ],
1130 'dependencies': [ 1130 'dependencies': [
1131 'chrome_dll_version', 1131 'chrome_dll_version',
1132 'installer/installer.gyp:installer_util_strings', 1132 'installer/installer.gyp:installer_util_strings',
1133 '<(allocator_target)', 1133 '<(allocator_target)',
1134 ], 1134 ],
1135 'configurations': { 1135 'configurations': {
1136 'Debug_Base': { 1136 'Debug': {
1137 'msvs_settings': { 1137 'msvs_settings': {
1138 'VCLinkerTool': { 1138 'VCLinkerTool': {
1139 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 1139 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
1140 }, 1140 },
1141 }, 1141 },
1142 }, 1142 },
1143 } 1143 }
1144 }], 1144 }],
1145 ['OS=="linux"', { 1145 ['OS=="linux"', {
1146 'dependencies': [ 1146 'dependencies': [
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 '<(allocator_target)', 1476 '<(allocator_target)',
1477 ], 1477 ],
1478 'link_settings': { 1478 'link_settings': {
1479 'libraries': [ 1479 'libraries': [
1480 '-lcrypt32.lib', 1480 '-lcrypt32.lib',
1481 '-lws2_32.lib', 1481 '-lws2_32.lib',
1482 '-lsecur32.lib', 1482 '-lsecur32.lib',
1483 ], 1483 ],
1484 }, 1484 },
1485 'configurations': { 1485 'configurations': {
1486 'Debug_Base': { 1486 'Debug': {
1487 'msvs_settings': { 1487 'msvs_settings': {
1488 'VCLinkerTool': { 1488 'VCLinkerTool': {
1489 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 1489 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
1490 }, 1490 },
1491 }, 1491 },
1492 }, 1492 },
1493 }, 1493 },
1494 }, { # else: OS != "win" 1494 }, { # else: OS != "win"
1495 'sources!': [ 1495 'sources!': [
1496 'browser/sync/util/data_encryption_unittest.cc', 1496 'browser/sync/util/data_encryption_unittest.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
1546 'browser/visitedlink_perftest.cc', 1546 'browser/visitedlink_perftest.cc',
1547 ], 1547 ],
1548 }], 1548 }],
1549 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { 1549 ['OS=="win" or (OS=="linux" and toolkit_views==1)', {
1550 'dependencies': [ 1550 'dependencies': [
1551 '../views/views.gyp:views', 1551 '../views/views.gyp:views',
1552 ], 1552 ],
1553 }], 1553 }],
1554 ['OS=="win"', { 1554 ['OS=="win"', {
1555 'configurations': { 1555 'configurations': {
1556 'Debug_Base': { 1556 'Debug': {
1557 'msvs_settings': { 1557 'msvs_settings': {
1558 'VCLinkerTool': { 1558 'VCLinkerTool': {
1559 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 1559 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
1560 }, 1560 },
1561 }, 1561 },
1562 }, 1562 },
1563 }, 1563 },
1564 'dependencies': [ 1564 'dependencies': [
1565 '<(allocator_target)', 1565 '<(allocator_target)',
1566 ], 1566 ],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
1657 'include_dirs': [ 1657 'include_dirs': [
1658 'third_party/wtl/include', 1658 'third_party/wtl/include',
1659 ], 1659 ],
1660 'dependencies': [ 1660 'dependencies': [
1661 'chrome_dll_version', 1661 'chrome_dll_version',
1662 'installer/installer.gyp:installer_util_strings', 1662 'installer/installer.gyp:installer_util_strings',
1663 '../views/views.gyp:views', 1663 '../views/views.gyp:views',
1664 '<(allocator_target)', 1664 '<(allocator_target)',
1665 ], 1665 ],
1666 'configurations': { 1666 'configurations': {
1667 'Debug_Base': { 1667 'Debug': {
1668 'msvs_settings': { 1668 'msvs_settings': {
1669 'VCLinkerTool': { 1669 'VCLinkerTool': {
1670 'LinkIncremental': '<(msvs_large_module_debug_link_mode) ', 1670 'LinkIncremental': '<(msvs_large_module_debug_link_mode) ',
1671 }, 1671 },
1672 }, 1672 },
1673 }, 1673 },
1674 }, 1674 },
1675 }], 1675 }],
1676 ], 1676 ],
1677 }, 1677 },
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 ] 1822 ]
1823 }], # 'coverage!=0' 1823 }], # 'coverage!=0'
1824 ], # 'conditions' 1824 ], # 'conditions'
1825 } 1825 }
1826 1826
1827 # Local Variables: 1827 # Local Variables:
1828 # tab-width:2 1828 # tab-width:2
1829 # indent-tabs-mode:nil 1829 # indent-tabs-mode:nil
1830 # End: 1830 # End:
1831 # vim: set expandtab tabstop=2 shiftwidth=2: 1831 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/installer/installer_util.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698