Chromium Code Reviews

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2810031: Enable PrintJobTest unit tests on Mac. (TTF) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« 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 (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_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 247 matching lines...)
258 ['OS=="win"', { 258 ['OS=="win"', {
259 'include_dirs': [ 259 'include_dirs': [
260 '<(DEPTH)/third_party/wtl/include', 260 '<(DEPTH)/third_party/wtl/include',
261 ], 261 ],
262 'conditions': [ 262 'conditions': [
263 ['win_use_allocator_shim==1', { 263 ['win_use_allocator_shim==1', {
264 'dependencies': [ 264 'dependencies': [
265 '<(allocator_target)', 265 '<(allocator_target)',
266 ], 266 ],
267 }], 267 }],
268 ], 268 ],
269 }], 269 }],
270 ], 270 ],
271 }, 271 },
272 { 272 {
273 'target_name': 'ui_tests', 273 'target_name': 'ui_tests',
274 'type': 'executable', 274 'type': 'executable',
275 'msvs_guid': '76235B67-1C27-4627-8A33-4B2E1EF93EDE', 275 'msvs_guid': '76235B67-1C27-4627-8A33-4B2E1EF93EDE',
276 'dependencies': [ 276 'dependencies': [
277 'chrome', 277 'chrome',
278 'browser', 278 'browser',
(...skipping 123 matching lines...)
402 'security_tests', # run time dependency 402 'security_tests', # run time dependency
403 'test_support_common', 403 'test_support_common',
404 '../google_update/google_update.gyp:google_update', 404 '../google_update/google_update.gyp:google_update',
405 ], 405 ],
406 'conditions': [ 406 'conditions': [
407 ['win_use_allocator_shim==1', { 407 ['win_use_allocator_shim==1', {
408 'dependencies': [ 408 'dependencies': [
409 '<(allocator_target)', 409 '<(allocator_target)',
410 ], 410 ],
411 }], 411 }],
412 ], 412 ],
413 'link_settings': { 413 'link_settings': {
414 'libraries': [ 414 'libraries': [
415 '-lOleAcc.lib', 415 '-lOleAcc.lib',
416 ], 416 ],
417 }, 417 },
418 'configurations': { 418 'configurations': {
419 'Debug_Base': { 419 'Debug_Base': {
420 'msvs_settings': { 420 'msvs_settings': {
421 'VCLinkerTool': { 421 'VCLinkerTool': {
422 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 422 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
(...skipping 60 matching lines...)
483 '../views/views.gyp:views', 483 '../views/views.gyp:views',
484 # run time dependency 484 # run time dependency
485 '../webkit/webkit.gyp:npapi_test_plugin', 485 '../webkit/webkit.gyp:npapi_test_plugin',
486 ], 486 ],
487 'conditions': [ 487 'conditions': [
488 ['win_use_allocator_shim==1', { 488 ['win_use_allocator_shim==1', {
489 'dependencies': [ 489 'dependencies': [
490 '<(allocator_target)', 490 '<(allocator_target)',
491 ], 491 ],
492 }], 492 }],
493 ], 493 ],
494 'link_settings': { 494 'link_settings': {
495 'libraries': [ 495 'libraries': [
496 '-lOleAcc.lib', 496 '-lOleAcc.lib',
497 ], 497 ],
498 }, 498 },
499 'configurations': { 499 'configurations': {
500 'Debug_Base': { 500 'Debug_Base': {
501 'msvs_settings': { 501 'msvs_settings': {
502 'VCLinkerTool': { 502 'VCLinkerTool': {
503 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 503 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
(...skipping 607 matching lines...)
1111 ], 1111 ],
1112 'dependencies': [ 1112 'dependencies': [
1113 '../build/linux/system.gyp:gtk', 1113 '../build/linux/system.gyp:gtk',
1114 '../build/linux/system.gyp:nss', 1114 '../build/linux/system.gyp:nss',
1115 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1115 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1116 ], 1116 ],
1117 'sources': [ 1117 'sources': [
1118 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 1118 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
1119 ], 1119 ],
1120 'sources!': [ 1120 'sources!': [
1121 'browser/printing/print_job_unittest.cc',
1121 'browser/views/bookmark_bar_view_unittest.cc', 1122 'browser/views/bookmark_bar_view_unittest.cc',
1122 'browser/views/bookmark_context_menu_test.cc', 1123 'browser/views/bookmark_context_menu_test.cc',
1123 ], 1124 ],
1124 }], 1125 }],
1125 ['toolkit_views==1', { 1126 ['toolkit_views==1', {
1126 'dependencies': [ 1127 'dependencies': [
1127 '../views/views.gyp:views', 1128 '../views/views.gyp:views',
1128 ], 1129 ],
1129 }], 1130 }],
1130 ['OS=="linux" and toolkit_views==1', { 1131 ['OS=="linux" and toolkit_views==1', {
(...skipping 96 matching lines...)
1227 'installer_util_strings', 1228 'installer_util_strings',
1228 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 1229 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1229 'test_chrome_plugin', # run time dependency 1230 'test_chrome_plugin', # run time dependency
1230 ], 1231 ],
1231 'conditions': [ 1232 'conditions': [
1232 ['win_use_allocator_shim==1', { 1233 ['win_use_allocator_shim==1', {
1233 'dependencies': [ 1234 'dependencies': [
1234 '<(allocator_target)', 1235 '<(allocator_target)',
1235 ], 1236 ],
1236 }], 1237 }],
1237 ], 1238 ],
1238 'include_dirs': [ 1239 'include_dirs': [
1239 '<(DEPTH)/third_party/wtl/include', 1240 '<(DEPTH)/third_party/wtl/include',
1240 ], 1241 ],
1241 'sources': [ 1242 'sources': [
1242 'app/chrome_dll.rc', 1243 'app/chrome_dll.rc',
1243 'test/data/resource.rc', 1244 'test/data/resource.rc',
1244 1245
1245 '<@(views_unit_tests_sources)', 1246 '<@(views_unit_tests_sources)',
1246 1247
1247 # TODO: It would be nice to have these pulled in 1248 # TODO: It would be nice to have these pulled in
(...skipping 33 matching lines...)
1281 }, 1282 },
1282 }, { # else: OS != "win" 1283 }, { # else: OS != "win"
1283 'sources!': [ 1284 'sources!': [
1284 'browser/bookmarks/bookmark_codec_unittest.cc', 1285 'browser/bookmarks/bookmark_codec_unittest.cc',
1285 'browser/bookmarks/bookmark_drag_data_unittest.cc', 1286 'browser/bookmarks/bookmark_drag_data_unittest.cc',
1286 'browser/browser_accessibility_win_unittest.cc', 1287 'browser/browser_accessibility_win_unittest.cc',
1287 'browser/chrome_plugin_unittest.cc', 1288 'browser/chrome_plugin_unittest.cc',
1288 'browser/extensions/extension_process_manager_unittest.cc', 1289 'browser/extensions/extension_process_manager_unittest.cc',
1289 'browser/importer/importer_unittest.cc', 1290 'browser/importer/importer_unittest.cc',
1290 'browser/login_prompt_unittest.cc', 1291 'browser/login_prompt_unittest.cc',
1291 'browser/printing/print_job_unittest.cc',
1292 'browser/rlz/rlz_unittest.cc', 1292 'browser/rlz/rlz_unittest.cc',
1293 'browser/search_engines/template_url_scraper_unittest.cc', 1293 'browser/search_engines/template_url_scraper_unittest.cc',
1294 'browser/views/bookmark_editor_view_unittest.cc', 1294 'browser/views/bookmark_editor_view_unittest.cc',
1295 'browser/views/extensions/browser_action_drag_data_unittest.cc', 1295 'browser/views/extensions/browser_action_drag_data_unittest.cc',
1296 'browser/views/find_bar_host_unittest.cc', 1296 'browser/views/find_bar_host_unittest.cc',
1297 'browser/views/generic_info_view_unittest.cc', 1297 'browser/views/generic_info_view_unittest.cc',
1298 'browser/views/keyword_editor_view_unittest.cc', 1298 'browser/views/keyword_editor_view_unittest.cc',
1299 ], 1299 ],
1300 }], 1300 }],
1301 ['OS=="linux" or OS=="freebsd"', { 1301 ['OS=="linux" or OS=="freebsd"', {
(...skipping 159 matching lines...)
1461 'chrome_dll_version', 1461 'chrome_dll_version',
1462 'installer_util_strings', 1462 'installer_util_strings',
1463 '../sandbox/sandbox.gyp:sandbox', 1463 '../sandbox/sandbox.gyp:sandbox',
1464 ], 1464 ],
1465 'conditions': [ 1465 'conditions': [
1466 ['win_use_allocator_shim==1', { 1466 ['win_use_allocator_shim==1', {
1467 'dependencies': [ 1467 'dependencies': [
1468 '<(allocator_target)', 1468 '<(allocator_target)',
1469 ], 1469 ],
1470 }], 1470 }],
1471 ], 1471 ],
1472 'configurations': { 1472 'configurations': {
1473 'Debug_Base': { 1473 'Debug_Base': {
1474 'msvs_settings': { 1474 'msvs_settings': {
1475 'VCLinkerTool': { 1475 'VCLinkerTool': {
1476 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 1476 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
1477 }, 1477 },
1478 }, 1478 },
1479 }, 1479 },
1480 } 1480 }
1481 }], 1481 }],
(...skipping 115 matching lines...)
1597 '../views/views.gyp:views', 1597 '../views/views.gyp:views',
1598 ], 1598 ],
1599 }], 1599 }],
1600 ['OS=="win"', { 1600 ['OS=="win"', {
1601 'conditions': [ 1601 'conditions': [
1602 ['win_use_allocator_shim==1', { 1602 ['win_use_allocator_shim==1', {
1603 'dependencies': [ 1603 'dependencies': [
1604 '<(allocator_target)', 1604 '<(allocator_target)',
1605 ], 1605 ],
1606 }], 1606 }],
1607 ], 1607 ],
1608 'configurations': { 1608 'configurations': {
1609 'Debug_Base': { 1609 'Debug_Base': {
1610 'msvs_settings': { 1610 'msvs_settings': {
1611 'VCLinkerTool': { 1611 'VCLinkerTool': {
1612 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 1612 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
1613 }, 1613 },
1614 }, 1614 },
1615 }, 1615 },
1616 }, 1616 },
1617 },], 1617 },],
(...skipping 172 matching lines...)
1790 ['OS=="win"', { 1790 ['OS=="win"', {
1791 'include_dirs': [ 1791 'include_dirs': [
1792 '<(DEPTH)/third_party/wtl/include', 1792 '<(DEPTH)/third_party/wtl/include',
1793 ], 1793 ],
1794 'conditions': [ 1794 'conditions': [
1795 ['win_use_allocator_shim==1', { 1795 ['win_use_allocator_shim==1', {
1796 'dependencies': [ 1796 'dependencies': [
1797 '<(allocator_target)', 1797 '<(allocator_target)',
1798 ], 1798 ],
1799 }], 1799 }],
1800 ], 1800 ],
1801 }], # OS="win" 1801 }], # OS="win"
1802 ], # conditions 1802 ], # conditions
1803 }, 1803 },
1804 { 1804 {
1805 'target_name': 'notifier_unit_tests', 1805 'target_name': 'notifier_unit_tests',
1806 'type': 'executable', 1806 'type': 'executable',
1807 'sources': [ 1807 'sources': [
1808 # TODO(akalin): Write our own test suite and runner. 1808 # TODO(akalin): Write our own test suite and runner.
1809 '../base/test/run_all_unittests.cc', 1809 '../base/test/run_all_unittests.cc',
1810 '../base/test/test_suite.h', 1810 '../base/test/test_suite.h',
(...skipping 739 matching lines...)
2550 ] 2550 ]
2551 }], # 'coverage!=0' 2551 }], # 'coverage!=0'
2552 ], # 'conditions' 2552 ], # 'conditions'
2553 } 2553 }
2554 2554
2555 # Local Variables: 2555 # Local Variables:
2556 # tab-width:2 2556 # tab-width:2
2557 # indent-tabs-mode:nil 2557 # indent-tabs-mode:nil
2558 # End: 2558 # End:
2559 # vim: set expandtab tabstop=2 shiftwidth=2: 2559 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine