| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | |
| 5 { | 4 { |
| 6 'variables' : { | 5 'variables' : { |
| 7 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 11 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| 12 'common/pref_names.h', | 11 'common/pref_names.h', |
| 13 'test/automation/browser_proxy.cc', | 12 'test/automation/browser_proxy.cc', |
| 14 'test/automation/browser_proxy.h', | 13 'test/automation/browser_proxy.h', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 27 }], | 26 }], |
| 28 ], | 27 ], |
| 29 }, | 28 }, |
| 30 'targets': [ | 29 'targets': [ |
| 31 { | 30 { |
| 32 # This target contains mocks and test utilities that don't belong in | 31 # This target contains mocks and test utilities that don't belong in |
| 33 # production libraries but are used by more than one test executable. | 32 # production libraries but are used by more than one test executable. |
| 34 'target_name': 'test_support_common', | 33 'target_name': 'test_support_common', |
| 35 'type': 'static_library', | 34 'type': 'static_library', |
| 36 'dependencies': [ | 35 'dependencies': [ |
| 36 'app/policy/cloud_policy_codegen.gyp:policy', |
| 37 'browser', | 37 'browser', |
| 38 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
| 39 'chrome_resources.gyp:chrome_resources', |
| 40 'chrome_resources.gyp:chrome_strings', |
| 41 'chrome_resources.gyp:theme_resources', |
| 38 'common', | 42 'common', |
| 43 'plugin', |
| 39 'renderer', | 44 'renderer', |
| 40 'plugin', | |
| 41 'service', | 45 'service', |
| 42 'utility', | 46 'utility', |
| 43 'chrome_resources', | |
| 44 'chrome_strings', | |
| 45 'app/policy/cloud_policy_codegen.gyp:policy', | |
| 46 'browser/sync/protocol/sync_proto.gyp:sync_proto', | |
| 47 'theme_resources', | |
| 48 '../base/base.gyp:test_support_base', | 47 '../base/base.gyp:test_support_base', |
| 49 '../content/content.gyp:content_app', | 48 '../content/content.gyp:content_app', |
| 50 '../content/content.gyp:content_gpu', | 49 '../content/content.gyp:content_gpu', |
| 51 '../content/content.gyp:content_plugin', | 50 '../content/content.gyp:content_plugin', |
| 52 '../content/content.gyp:content_ppapi_plugin', | 51 '../content/content.gyp:content_ppapi_plugin', |
| 53 '../content/content.gyp:content_renderer', | 52 '../content/content.gyp:content_renderer', |
| 54 '../content/content.gyp:content_utility', | 53 '../content/content.gyp:content_utility', |
| 55 '../content/content.gyp:content_worker', | 54 '../content/content.gyp:content_worker', |
| 56 '../content/content.gyp:test_support_content', | 55 '../content/content.gyp:test_support_content', |
| 57 '../ipc/ipc.gyp:test_support_ipc', | 56 '../ipc/ipc.gyp:test_support_ipc', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 'include_dirs': [ | 260 'include_dirs': [ |
| 262 '<(DEPTH)/third_party/wtl/include', | 261 '<(DEPTH)/third_party/wtl/include', |
| 263 ], | 262 ], |
| 264 }], | 263 }], |
| 265 ], | 264 ], |
| 266 }, | 265 }, |
| 267 { | 266 { |
| 268 'target_name': 'test_support_ui', | 267 'target_name': 'test_support_ui', |
| 269 'type': 'static_library', | 268 'type': 'static_library', |
| 270 'dependencies': [ | 269 'dependencies': [ |
| 270 'chrome_resources.gyp:chrome_resources', |
| 271 'chrome_resources.gyp:chrome_strings', |
| 272 'chrome_resources.gyp:theme_resources', |
| 271 'test_support_common', | 273 'test_support_common', |
| 272 'chrome_resources', | |
| 273 'chrome_strings', | |
| 274 'theme_resources', | |
| 275 '../skia/skia.gyp:skia', | 274 '../skia/skia.gyp:skia', |
| 276 '../testing/gtest.gyp:gtest', | 275 '../testing/gtest.gyp:gtest', |
| 277 ], | 276 ], |
| 278 'export_dependent_settings': [ | 277 'export_dependent_settings': [ |
| 279 'test_support_common', | 278 'test_support_common', |
| 280 ], | 279 ], |
| 281 'include_dirs': [ | 280 'include_dirs': [ |
| 282 '..', | 281 '..', |
| 283 ], | 282 ], |
| 284 'sources': [ | 283 'sources': [ |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 ], | 393 ], |
| 395 'sources': [ | 394 'sources': [ |
| 396 'browser/sync/notifier/mock_sync_notifier_observer.cc', | 395 'browser/sync/notifier/mock_sync_notifier_observer.cc', |
| 397 'browser/sync/notifier/mock_sync_notifier_observer.h', | 396 'browser/sync/notifier/mock_sync_notifier_observer.h', |
| 398 ], | 397 ], |
| 399 }, | 398 }, |
| 400 { | 399 { |
| 401 'target_name': 'test_support_unit', | 400 'target_name': 'test_support_unit', |
| 402 'type': 'static_library', | 401 'type': 'static_library', |
| 403 'dependencies': [ | 402 'dependencies': [ |
| 403 'chrome_resources.gyp:chrome_resources', |
| 404 'chrome_resources.gyp:chrome_strings', |
| 404 'test_support_common', | 405 'test_support_common', |
| 405 'chrome_resources', | |
| 406 'chrome_strings', | |
| 407 '../skia/skia.gyp:skia', | 406 '../skia/skia.gyp:skia', |
| 408 '../testing/gtest.gyp:gtest', | 407 '../testing/gtest.gyp:gtest', |
| 409 ], | 408 ], |
| 410 'include_dirs': [ | 409 'include_dirs': [ |
| 411 '..', | 410 '..', |
| 412 ], | 411 ], |
| 413 'sources': [ | 412 'sources': [ |
| 414 'test/base/run_all_unittests.cc', | 413 'test/base/run_all_unittests.cc', |
| 415 ], | 414 ], |
| 416 'conditions': [ | 415 'conditions': [ |
| 417 ['toolkit_uses_gtk == 1', { | 416 ['toolkit_uses_gtk == 1', { |
| 418 'dependencies': [ | 417 'dependencies': [ |
| 419 # Needed for the following #include chain: | 418 # Needed for the following #include chain: |
| 420 # test/base/run_all_unittests.cc | 419 # test/base/run_all_unittests.cc |
| 421 # test/base/chrome_test_suite.h | 420 # test/base/chrome_test_suite.h |
| 422 # gtk/gtk.h | 421 # gtk/gtk.h |
| 423 '../build/linux/system.gyp:gtk', | 422 '../build/linux/system.gyp:gtk', |
| 424 ], | 423 ], |
| 425 }], | 424 }], |
| 426 ], | 425 ], |
| 427 }, | 426 }, |
| 428 { | 427 { |
| 429 'target_name': 'automated_ui_tests', | 428 'target_name': 'automated_ui_tests', |
| 430 'type': 'executable', | 429 'type': 'executable', |
| 431 'dependencies': [ | 430 'dependencies': [ |
| 432 'browser', | 431 'browser', |
| 432 'chrome_resources.gyp:theme_resources', |
| 433 'renderer', | 433 'renderer', |
| 434 'test_support_common', | 434 'test_support_common', |
| 435 'test_support_ui', | 435 'test_support_ui', |
| 436 'theme_resources', | |
| 437 '../base/base.gyp:base', | 436 '../base/base.gyp:base', |
| 438 '../skia/skia.gyp:skia', | 437 '../skia/skia.gyp:skia', |
| 439 '../third_party/libxml/libxml.gyp:libxml', | 438 '../third_party/libxml/libxml.gyp:libxml', |
| 440 '../testing/gtest.gyp:gtest', | 439 '../testing/gtest.gyp:gtest', |
| 441 ], | 440 ], |
| 442 'include_dirs': [ | 441 'include_dirs': [ |
| 443 '..', | 442 '..', |
| 444 ], | 443 ], |
| 445 'sources': [ | 444 'sources': [ |
| 446 'test/reliability/automated_ui_test_interactive_test.cc', | 445 'test/reliability/automated_ui_test_interactive_test.cc', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 477 ], | 476 ], |
| 478 }], | 477 }], |
| 479 ], | 478 ], |
| 480 }, | 479 }, |
| 481 { | 480 { |
| 482 'target_name': 'interactive_ui_tests', | 481 'target_name': 'interactive_ui_tests', |
| 483 'type': 'executable', | 482 'type': 'executable', |
| 484 'dependencies': [ | 483 'dependencies': [ |
| 485 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 484 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
| 486 'chrome', | 485 'chrome', |
| 487 'chrome_resources', | 486 'chrome_resources.gyp:chrome_resources', |
| 488 'chrome_strings', | 487 'chrome_resources.gyp:chrome_strings', |
| 489 'debugger', | 488 'debugger', |
| 490 'syncapi_core', | 489 'syncapi_core', |
| 491 'test_support_common', | 490 'test_support_common', |
| 492 'test_support_ui', | 491 'test_support_ui', |
| 493 '../third_party/hunspell/hunspell.gyp:hunspell', | 492 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 494 '../net/net.gyp:net', | 493 '../net/net.gyp:net', |
| 495 '../net/net.gyp:net_resources', | 494 '../net/net.gyp:net_resources', |
| 496 '../net/net.gyp:net_test_support', | 495 '../net/net.gyp:net_test_support', |
| 497 '../skia/skia.gyp:skia', | 496 '../skia/skia.gyp:skia', |
| 498 '../third_party/icu/icu.gyp:icui18n', | 497 '../third_party/icu/icu.gyp:icui18n', |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 'browser/ui/views/constrained_window_views_browsertest.cc', | 683 'browser/ui/views/constrained_window_views_browsertest.cc', |
| 685 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 684 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
| 686 ], | 685 ], |
| 687 }], # OS != "win" | 686 }], # OS != "win" |
| 688 ], # conditions | 687 ], # conditions |
| 689 }, | 688 }, |
| 690 { | 689 { |
| 691 'target_name': 'ui_tests', | 690 'target_name': 'ui_tests', |
| 692 'type': 'executable', | 691 'type': 'executable', |
| 693 'dependencies': [ | 692 'dependencies': [ |
| 693 'browser', |
| 694 'chrome', | 694 'chrome', |
| 695 'browser', | 695 'chrome_resources.gyp:chrome_resources', |
| 696 'chrome_resources.gyp:chrome_strings', |
| 696 'common', | 697 'common', |
| 697 'chrome_resources', | |
| 698 'chrome_strings', | |
| 699 'test_support_ui', | 698 'test_support_ui', |
| 700 '../base/base.gyp:base', | 699 '../base/base.gyp:base', |
| 701 '../net/net.gyp:net', | 700 '../net/net.gyp:net', |
| 702 '../net/net.gyp:net_test_support', | 701 '../net/net.gyp:net_test_support', |
| 703 '../build/temp_gyp/googleurl.gyp:googleurl', | 702 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 704 '../skia/skia.gyp:skia', | 703 '../skia/skia.gyp:skia', |
| 705 '../testing/gmock.gyp:gmock', | 704 '../testing/gmock.gyp:gmock', |
| 706 '../testing/gtest.gyp:gtest', | 705 '../testing/gtest.gyp:gtest', |
| 707 '../third_party/icu/icu.gyp:icui18n', | 706 '../third_party/icu/icu.gyp:icui18n', |
| 708 '../third_party/icu/icu.gyp:icuuc', | 707 '../third_party/icu/icu.gyp:icuuc', |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 ], | 878 ], |
| 880 }, | 879 }, |
| 881 { | 880 { |
| 882 # chromedriver is the chromium implementation of WebDriver. | 881 # chromedriver is the chromium implementation of WebDriver. |
| 883 # See http://www.chromium.org/developers/testing/webdriver-for-chrome | 882 # See http://www.chromium.org/developers/testing/webdriver-for-chrome |
| 884 'target_name': 'chromedriver_lib', | 883 'target_name': 'chromedriver_lib', |
| 885 'type': 'static_library', | 884 'type': 'static_library', |
| 886 'dependencies': [ | 885 'dependencies': [ |
| 887 'browser', | 886 'browser', |
| 888 'chrome', | 887 'chrome', |
| 889 'chrome_resources', | 888 'chrome_resources.gyp:chrome_resources', |
| 890 'chrome_strings', | 889 'chrome_resources.gyp:chrome_strings', |
| 891 'chromedriver_support', | 890 'chromedriver_support', |
| 892 'common', | 891 'common', |
| 893 'syncapi_core', | 892 'syncapi_core', |
| 894 'test_support_ui', | 893 'test_support_ui', |
| 895 '../base/base.gyp:base', | 894 '../base/base.gyp:base', |
| 896 '../build/temp_gyp/googleurl.gyp:googleurl', | 895 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 897 '../net/net.gyp:net', | 896 '../net/net.gyp:net', |
| 898 '../skia/skia.gyp:skia', | 897 '../skia/skia.gyp:skia', |
| 899 '../testing/gtest.gyp:gtest', | 898 '../testing/gtest.gyp:gtest', |
| 900 '../third_party/icu/icu.gyp:icui18n', | 899 '../third_party/icu/icu.gyp:icui18n', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1123 '../third_party/icu/icu.gyp:icui18n', | 1122 '../third_party/icu/icu.gyp:icui18n', |
| 1124 '../third_party/icu/icu.gyp:icuuc', | 1123 '../third_party/icu/icu.gyp:icuuc', |
| 1125 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1124 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 1126 '../third_party/libjingle/libjingle.gyp:libjingle', | 1125 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 1127 '../third_party/libxml/libxml.gyp:libxml', | 1126 '../third_party/libxml/libxml.gyp:libxml', |
| 1128 '../ui/gfx/gl/gl.gyp:gl', | 1127 '../ui/gfx/gl/gl.gyp:gl', |
| 1129 '../ui/ui.gyp:ui_resources', | 1128 '../ui/ui.gyp:ui_resources', |
| 1130 '../ui/ui.gyp:ui_resources_standard', | 1129 '../ui/ui.gyp:ui_resources_standard', |
| 1131 '../ui/ui.gyp:ui_test_support', | 1130 '../ui/ui.gyp:ui_test_support', |
| 1132 '../v8/tools/gyp/v8.gyp:v8', | 1131 '../v8/tools/gyp/v8.gyp:v8', |
| 1133 'chrome_resources', | 1132 'chrome_resources.gyp:chrome_resources', |
| 1134 'chrome_strings', | 1133 'chrome_resources.gyp:chrome_strings', |
| 1135 ], | 1134 ], |
| 1136 'include_dirs': [ | 1135 'include_dirs': [ |
| 1137 '..', | 1136 '..', |
| 1138 ], | 1137 ], |
| 1139 'defines': [ | 1138 'defines': [ |
| 1140 'CLD_WINDOWS', | 1139 'CLD_WINDOWS', |
| 1141 ], | 1140 ], |
| 1142 'direct_dependent_settings': { | 1141 'direct_dependent_settings': { |
| 1143 'defines': [ | 1142 'defines': [ |
| 1144 'CLD_WINDOWS', | 1143 'CLD_WINDOWS', |
| (...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2162 # The Mac linker isn't so sensitive that moving this library to the | 2161 # The Mac linker isn't so sensitive that moving this library to the |
| 2163 # front of the list will cause problems. | 2162 # front of the list will cause problems. |
| 2164 # | 2163 # |
| 2165 # Enough pluses to make get this target prepended to the target's | 2164 # Enough pluses to make get this target prepended to the target's |
| 2166 # list of dependencies. | 2165 # list of dependencies. |
| 2167 'dependencies+++': [ | 2166 'dependencies+++': [ |
| 2168 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', | 2167 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', |
| 2169 ], | 2168 ], |
| 2170 }, { # OS != "mac" | 2169 }, { # OS != "mac" |
| 2171 'dependencies': [ | 2170 'dependencies': [ |
| 2171 'chrome_resources.gyp:packed_extra_resources', |
| 2172 'chrome_resources.gyp:packed_resources', |
| 2172 'convert_dict_lib', | 2173 'convert_dict_lib', |
| 2173 'packed_extra_resources', | |
| 2174 'packed_resources', | |
| 2175 '../third_party/hunspell/hunspell.gyp:hunspell', | 2174 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2176 ], | 2175 ], |
| 2177 'sources!': [ | 2176 'sources!': [ |
| 2178 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', | 2177 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', |
| 2179 ], | 2178 ], |
| 2180 }], | 2179 }], |
| 2181 ['OS=="win"', { | 2180 ['OS=="win"', { |
| 2182 'dependencies': [ | 2181 'dependencies': [ |
| 2183 'chrome_version_resources', | 2182 'chrome_version_resources', |
| 2184 'installer_util_strings', | 2183 'installer_util_strings', |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2287 'gypv8sh': '../tools/gypv8sh.py', | 2286 'gypv8sh': '../tools/gypv8sh.py', |
| 2288 'js2webui': 'browser/ui/webui/javascript2webui.js', | 2287 'js2webui': 'browser/ui/webui/javascript2webui.js', |
| 2289 'js2webui_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2webui', | 2288 'js2webui_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2webui', |
| 2290 'mock_js': 'third_party/mock4js/mock4js.js', | 2289 'mock_js': 'third_party/mock4js/mock4js.js', |
| 2291 'test_api_js': 'test/data/webui/test_api.js', | 2290 'test_api_js': 'test/data/webui/test_api.js', |
| 2292 }, | 2291 }, |
| 2293 'dependencies': [ | 2292 'dependencies': [ |
| 2294 'browser', | 2293 'browser', |
| 2295 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 2294 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
| 2296 'chrome', | 2295 'chrome', |
| 2297 'chrome_resources', | 2296 'chrome_resources.gyp:chrome_resources', |
| 2298 'chrome_strings', | 2297 'chrome_resources.gyp:chrome_strings', |
| 2299 'renderer', | 2298 'renderer', |
| 2300 'test_support_common', | 2299 'test_support_common', |
| 2301 '../base/base.gyp:base', | 2300 '../base/base.gyp:base', |
| 2302 '../base/base.gyp:base_i18n', | 2301 '../base/base.gyp:base_i18n', |
| 2303 '../base/base.gyp:test_support_base', | 2302 '../base/base.gyp:test_support_base', |
| 2304 '../net/net.gyp:net', | 2303 '../net/net.gyp:net', |
| 2305 '../net/net.gyp:net_test_support', | 2304 '../net/net.gyp:net_test_support', |
| 2306 '../skia/skia.gyp:skia', | 2305 '../skia/skia.gyp:skia', |
| 2307 '../testing/gmock.gyp:gmock', | 2306 '../testing/gmock.gyp:gmock', |
| 2308 '../testing/gtest.gyp:gtest', | 2307 '../testing/gtest.gyp:gtest', |
| (...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2965 # To run the tests from page_load_test.cc on Linux, we need to: | 2964 # To run the tests from page_load_test.cc on Linux, we need to: |
| 2966 # | 2965 # |
| 2967 # a) Build with Breakpad (GYP_DEFINES="linux_chromium_breakpad=1") | 2966 # a) Build with Breakpad (GYP_DEFINES="linux_chromium_breakpad=1") |
| 2968 # b) Run with CHROME_HEADLESS=1 to generate crash dumps. | 2967 # b) Run with CHROME_HEADLESS=1 to generate crash dumps. |
| 2969 # c) Strip the binary if it's a debug build. (binary may be over 2GB) | 2968 # c) Strip the binary if it's a debug build. (binary may be over 2GB) |
| 2970 'target_name': 'reliability_tests', | 2969 'target_name': 'reliability_tests', |
| 2971 'type': 'executable', | 2970 'type': 'executable', |
| 2972 'dependencies': [ | 2971 'dependencies': [ |
| 2973 'browser', | 2972 'browser', |
| 2974 'chrome', | 2973 'chrome', |
| 2974 'chrome_resources.gyp:theme_resources', |
| 2975 'test_support_common', | 2975 'test_support_common', |
| 2976 'test_support_ui', | 2976 'test_support_ui', |
| 2977 'theme_resources', | |
| 2978 '../skia/skia.gyp:skia', | 2977 '../skia/skia.gyp:skia', |
| 2979 '../testing/gtest.gyp:gtest', | 2978 '../testing/gtest.gyp:gtest', |
| 2980 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 2979 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 2981 ], | 2980 ], |
| 2982 'include_dirs': [ | 2981 'include_dirs': [ |
| 2983 '..', | 2982 '..', |
| 2984 ], | 2983 ], |
| 2985 'sources': [ | 2984 'sources': [ |
| 2986 'test/reliability/page_load_test.cc', | 2985 'test/reliability/page_load_test.cc', |
| 2987 ], | 2986 ], |
| (...skipping 28 matching lines...) Expand all Loading... |
| 3016 '../build/linux/system.gyp:gtk', | 3015 '../build/linux/system.gyp:gtk', |
| 3017 ], | 3016 ], |
| 3018 },], | 3017 },], |
| 3019 ], | 3018 ], |
| 3020 }, | 3019 }, |
| 3021 { | 3020 { |
| 3022 'target_name': 'performance_ui_tests', | 3021 'target_name': 'performance_ui_tests', |
| 3023 'type': 'executable', | 3022 'type': 'executable', |
| 3024 'dependencies': [ | 3023 'dependencies': [ |
| 3025 'chrome', | 3024 'chrome', |
| 3026 'chrome_resources', | 3025 'chrome_resources.gyp:chrome_resources', |
| 3027 'chrome_strings', | 3026 'chrome_resources.gyp:chrome_strings', |
| 3028 'debugger', | 3027 'debugger', |
| 3029 'test_support_common', | 3028 'test_support_common', |
| 3030 'test_support_ui', | 3029 'test_support_ui', |
| 3031 '../base/base.gyp:base', | 3030 '../base/base.gyp:base', |
| 3032 '../skia/skia.gyp:skia', | 3031 '../skia/skia.gyp:skia', |
| 3033 '../testing/gtest.gyp:gtest', | 3032 '../testing/gtest.gyp:gtest', |
| 3034 ], | 3033 ], |
| 3035 'sources': [ | 3034 'sources': [ |
| 3036 # TODO(darin): Move other UIPerfTests here. | 3035 # TODO(darin): Move other UIPerfTests here. |
| 3037 'test/perf/dom_checker_uitest.cc', | 3036 'test/perf/dom_checker_uitest.cc', |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3254 # See the comment in this section of the unit_tests target for an | 3253 # See the comment in this section of the unit_tests target for an |
| 3255 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). | 3254 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
| 3256 'dependencies+++': [ | 3255 'dependencies+++': [ |
| 3257 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', | 3256 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', |
| 3258 ], | 3257 ], |
| 3259 'dependencies': [ | 3258 'dependencies': [ |
| 3260 'helper_app' | 3259 'helper_app' |
| 3261 ], | 3260 ], |
| 3262 },{ # OS!="mac" | 3261 },{ # OS!="mac" |
| 3263 'dependencies': [ | 3262 'dependencies': [ |
| 3264 'packed_extra_resources', | 3263 'chrome_resources.gyp:packed_extra_resources', |
| 3265 'packed_resources' | 3264 'chrome_resources.gyp:packed_resources' |
| 3266 ], | 3265 ], |
| 3267 }], | 3266 }], |
| 3268 ['OS=="linux" and chromeos==1', { | 3267 ['OS=="linux" and chromeos==1', { |
| 3269 'include_dirs': [ | 3268 'include_dirs': [ |
| 3270 '<(grit_out_dir)', | 3269 '<(grit_out_dir)', |
| 3271 ], | 3270 ], |
| 3272 }], | 3271 }], |
| 3273 ], | 3272 ], |
| 3274 }, | 3273 }, |
| 3275 { | 3274 { |
| 3276 'target_name': 'sync_integration_tests', | 3275 'target_name': 'sync_integration_tests', |
| 3277 'type': 'executable', | 3276 'type': 'executable', |
| 3278 'dependencies': [ | 3277 'dependencies': [ |
| 3279 'browser', | 3278 'browser', |
| 3280 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 3279 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
| 3281 'chrome', | 3280 'chrome', |
| 3282 'chrome_resources', | 3281 'chrome_resources.gyp:chrome_resources', |
| 3282 'chrome_resources.gyp:chrome_strings', |
| 3283 'common', | 3283 'common', |
| 3284 'renderer', | 3284 'renderer', |
| 3285 'chrome_strings', | |
| 3286 'test_support_common', | 3285 'test_support_common', |
| 3287 '../net/net.gyp:net', | 3286 '../net/net.gyp:net', |
| 3288 '../net/net.gyp:net_test_support', | 3287 '../net/net.gyp:net_test_support', |
| 3289 '../printing/printing.gyp:printing', | 3288 '../printing/printing.gyp:printing', |
| 3290 '../skia/skia.gyp:skia', | 3289 '../skia/skia.gyp:skia', |
| 3291 '../testing/gmock.gyp:gmock', | 3290 '../testing/gmock.gyp:gmock', |
| 3292 '../testing/gtest.gyp:gtest', | 3291 '../testing/gtest.gyp:gtest', |
| 3293 '../third_party/icu/icu.gyp:icui18n', | 3292 '../third_party/icu/icu.gyp:icui18n', |
| 3294 '../third_party/icu/icu.gyp:icuuc', | 3293 '../third_party/icu/icu.gyp:icuuc', |
| 3295 '../third_party/npapi/npapi.gyp:npapi', | 3294 '../third_party/npapi/npapi.gyp:npapi', |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3576 { | 3575 { |
| 3577 # Executable that contains all the tests to be run on the GPU bots. | 3576 # Executable that contains all the tests to be run on the GPU bots. |
| 3578 'target_name': 'gpu_tests', | 3577 'target_name': 'gpu_tests', |
| 3579 'type': 'executable', | 3578 'type': 'executable', |
| 3580 'variables': { | 3579 'variables': { |
| 3581 'test_list_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome/test/gpu', | 3580 'test_list_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome/test/gpu', |
| 3582 }, | 3581 }, |
| 3583 'dependencies': [ | 3582 'dependencies': [ |
| 3584 'browser', | 3583 'browser', |
| 3585 'chrome', | 3584 'chrome', |
| 3586 'chrome_resources', | 3585 'chrome_resources.gyp:chrome_resources', |
| 3587 'chrome_strings', | 3586 'chrome_resources.gyp:chrome_strings', |
| 3588 'renderer', | 3587 'renderer', |
| 3589 'test_support_common', | 3588 'test_support_common', |
| 3590 'test_support_ui', | 3589 'test_support_ui', |
| 3591 '../base/base.gyp:base', | 3590 '../base/base.gyp:base', |
| 3592 '../base/base.gyp:test_support_base', | 3591 '../base/base.gyp:test_support_base', |
| 3593 '../net/net.gyp:net_test_support', | 3592 '../net/net.gyp:net_test_support', |
| 3594 '../skia/skia.gyp:skia', | 3593 '../skia/skia.gyp:skia', |
| 3595 '../testing/gtest.gyp:gtest', | 3594 '../testing/gtest.gyp:gtest', |
| 3596 '../third_party/icu/icu.gyp:icui18n', | 3595 '../third_party/icu/icu.gyp:icui18n', |
| 3597 '../third_party/icu/icu.gyp:icuuc', | 3596 '../third_party/icu/icu.gyp:icuuc', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3688 '../views/views.gyp:views', | 3687 '../views/views.gyp:views', |
| 3689 ], | 3688 ], |
| 3690 }], | 3689 }], |
| 3691 ], | 3690 ], |
| 3692 }, | 3691 }, |
| 3693 { | 3692 { |
| 3694 'target_name': 'plugin_tests', | 3693 'target_name': 'plugin_tests', |
| 3695 'type': 'executable', | 3694 'type': 'executable', |
| 3696 'dependencies': [ | 3695 'dependencies': [ |
| 3697 'chrome', | 3696 'chrome', |
| 3698 'chrome_resources', | 3697 'chrome_resources.gyp:chrome_resources', |
| 3699 'chrome_strings', | 3698 'chrome_resources.gyp:chrome_strings', |
| 3700 'test_support_common', | 3699 'test_support_common', |
| 3701 'test_support_ui', | 3700 'test_support_ui', |
| 3702 '../skia/skia.gyp:skia', | 3701 '../skia/skia.gyp:skia', |
| 3703 '../testing/gtest.gyp:gtest', | 3702 '../testing/gtest.gyp:gtest', |
| 3704 '../third_party/libxslt/libxslt.gyp:libxslt', | 3703 '../third_party/libxslt/libxslt.gyp:libxslt', |
| 3705 '../third_party/npapi/npapi.gyp:npapi', | 3704 '../third_party/npapi/npapi.gyp:npapi', |
| 3706 ], | 3705 ], |
| 3707 'include_dirs': [ | 3706 'include_dirs': [ |
| 3708 '..', | 3707 '..', |
| 3709 ], | 3708 ], |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3760 }, | 3759 }, |
| 3761 ], | 3760 ], |
| 3762 }], | 3761 }], |
| 3763 ['OS!="mac"', { | 3762 ['OS!="mac"', { |
| 3764 'targets': [ | 3763 'targets': [ |
| 3765 { | 3764 { |
| 3766 'target_name': 'perf_tests', | 3765 'target_name': 'perf_tests', |
| 3767 'type': 'executable', | 3766 'type': 'executable', |
| 3768 'dependencies': [ | 3767 'dependencies': [ |
| 3769 'browser', | 3768 'browser', |
| 3769 'chrome_resources.gyp:chrome_resources', |
| 3770 'chrome_resources.gyp:chrome_strings', |
| 3770 'common', | 3771 'common', |
| 3771 'renderer', | 3772 'renderer', |
| 3772 'chrome_resources', | |
| 3773 'chrome_strings', | |
| 3774 '../content/content.gyp:content_gpu', | 3773 '../content/content.gyp:content_gpu', |
| 3775 '../content/content.gyp:test_support_content', | 3774 '../content/content.gyp:test_support_content', |
| 3776 '../base/base.gyp:base', | 3775 '../base/base.gyp:base', |
| 3777 '../base/base.gyp:test_support_base', | 3776 '../base/base.gyp:test_support_base', |
| 3778 '../base/base.gyp:test_support_perf', | 3777 '../base/base.gyp:test_support_perf', |
| 3779 '../skia/skia.gyp:skia', | 3778 '../skia/skia.gyp:skia', |
| 3780 '../testing/gtest.gyp:gtest', | 3779 '../testing/gtest.gyp:gtest', |
| 3781 '../webkit/support/webkit_support.gyp:glue', | 3780 '../webkit/support/webkit_support.gyp:glue', |
| 3782 ], | 3781 ], |
| 3783 'sources': [ | 3782 'sources': [ |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3889 # for the chromium_builder_qa target. | 3888 # for the chromium_builder_qa target. |
| 3890 ['OS == "mac" or OS == "win" or (os_posix == 1 and target_arch == python_arc
h)', { | 3889 ['OS == "mac" or OS == "win" or (os_posix == 1 and target_arch == python_arc
h)', { |
| 3891 'targets': [ | 3890 'targets': [ |
| 3892 { | 3891 { |
| 3893 # Documentation: http://dev.chromium.org/developers/testing/pyauto | 3892 # Documentation: http://dev.chromium.org/developers/testing/pyauto |
| 3894 'target_name': 'pyautolib', | 3893 'target_name': 'pyautolib', |
| 3895 'type': 'loadable_module', | 3894 'type': 'loadable_module', |
| 3896 'product_prefix': '_', | 3895 'product_prefix': '_', |
| 3897 'dependencies': [ | 3896 'dependencies': [ |
| 3898 'chrome', | 3897 'chrome', |
| 3898 'chrome_resources.gyp:chrome_resources', |
| 3899 'chrome_resources.gyp:chrome_strings', |
| 3900 'chrome_resources.gyp:theme_resources', |
| 3899 'debugger', | 3901 'debugger', |
| 3900 'syncapi_core', | 3902 'syncapi_core', |
| 3901 'test_support_common', | 3903 'test_support_common', |
| 3902 'chrome_resources', | |
| 3903 'chrome_strings', | |
| 3904 'theme_resources', | |
| 3905 '../skia/skia.gyp:skia', | 3904 '../skia/skia.gyp:skia', |
| 3906 '../testing/gtest.gyp:gtest', | 3905 '../testing/gtest.gyp:gtest', |
| 3907 ], | 3906 ], |
| 3908 'export_dependent_settings': [ | 3907 'export_dependent_settings': [ |
| 3909 'test_support_common', | 3908 'test_support_common', |
| 3910 ], | 3909 ], |
| 3911 'include_dirs': [ | 3910 'include_dirs': [ |
| 3912 '..', | 3911 '..', |
| 3913 ], | 3912 ], |
| 3914 'cflags': [ | 3913 'cflags': [ |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4185 # Use outputs of this action as inputs for the main target build. | 4184 # Use outputs of this action as inputs for the main target build. |
| 4186 # Seems as a misnomer but makes this happy on Linux (scons). | 4185 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4187 'process_outputs_as_sources': 1, | 4186 'process_outputs_as_sources': 1, |
| 4188 }, | 4187 }, |
| 4189 ], # 'actions' | 4188 ], # 'actions' |
| 4190 }, | 4189 }, |
| 4191 ] | 4190 ] |
| 4192 }], # 'coverage!=0' | 4191 }], # 'coverage!=0' |
| 4193 ], # 'conditions' | 4192 ], # 'conditions' |
| 4194 } | 4193 } |
| OLD | NEW |