| 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 | 4 |
| 5 { | 5 { |
| 6 'variables' : { | 6 'variables' : { |
| 7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
| 9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
| 10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 '../third_party/zlib/zlib.gyp:zlib', | 477 '../third_party/zlib/zlib.gyp:zlib', |
| 478 '../testing/gmock.gyp:gmock', | 478 '../testing/gmock.gyp:gmock', |
| 479 '../testing/gtest.gyp:gtest', | 479 '../testing/gtest.gyp:gtest', |
| 480 '../third_party/npapi/npapi.gyp:npapi', | 480 '../third_party/npapi/npapi.gyp:npapi', |
| 481 # run time dependency | 481 # run time dependency |
| 482 '../webkit/support/webkit_support.gyp:webkit_resources', | 482 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 483 ], | 483 ], |
| 484 'include_dirs': [ | 484 'include_dirs': [ |
| 485 '..', | 485 '..', |
| 486 ], | 486 ], |
| 487 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 487 'defines': [ |
| 488 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 489 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', |
| 490 ], |
| 488 'sources': [ | 491 'sources': [ |
| 489 'browser/accessibility/accessibility_mac_uitest.mm', | 492 'browser/accessibility/accessibility_mac_uitest.mm', |
| 490 'browser/autofill/autofill_browsertest.cc', | 493 'browser/autofill/autofill_browsertest.cc', |
| 491 'browser/browser_focus_uitest.cc', | 494 'browser/browser_focus_uitest.cc', |
| 492 'browser/browser_keyevents_browsertest.cc', | 495 'browser/browser_keyevents_browsertest.cc', |
| 493 'browser/collected_cookies_uitest.cc', | 496 'browser/collected_cookies_uitest.cc', |
| 494 'browser/debugger/devtools_sanity_unittest.cc', | 497 'browser/debugger/devtools_sanity_unittest.cc', |
| 495 'browser/infobars/infobars_uitest.cc', | 498 'browser/infobars/infobars_uitest.cc', |
| 496 'browser/instant/instant_browsertest.cc', | 499 'browser/instant/instant_browsertest.cc', |
| 497 'browser/keyboard_access_uitest.cc', | 500 'browser/keyboard_access_uitest.cc', |
| 498 'browser/mouseleave_interactive_uitest.cc', | 501 'browser/mouseleave_interactive_uitest.cc', |
| 499 'browser/notifications/notifications_interactive_uitest.cc', | 502 'browser/notifications/notifications_interactive_uitest.cc', |
| 500 'browser/npapi_interactive_test.cc', | 503 'browser/npapi_interactive_test.cc', |
| 501 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 504 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
| 502 'browser/ui/omnibox/omnibox_view_browsertest.cc', | 505 'browser/ui/omnibox/omnibox_view_browsertest.cc', |
| 503 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 506 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
| 504 'browser/ui/views/button_dropdown_test.cc', | 507 'browser/ui/views/button_dropdown_test.cc', |
| 505 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 508 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
| 506 'browser/ui/views/menu_item_view_test.cc', | 509 'browser/ui/views/menu_item_view_test.cc', |
| 507 'browser/ui/views/menu_model_adapter_test.cc', | 510 'browser/ui/views/menu_model_adapter_test.cc', |
| 508 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 511 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
| 509 'browser/ui/views/tabs/tab_dragging_test.cc', | 512 'browser/ui/views/tabs/tab_dragging_test.cc', |
| 510 'browser/ui/webui/workers_ui_browsertest.cc', | 513 'browser/ui/webui/workers_ui_browsertest.cc', |
| 511 'test/base/out_of_proc_test_runner.cc', | 514 'test/base/chrome_test_launcher.cc', |
| 512 'test/base/view_event_test_base.cc', | 515 'test/base/view_event_test_base.cc', |
| 513 'test/base/view_event_test_base.h', | 516 'test/base/view_event_test_base.h', |
| 517 '../content/test/test_launcher.cc', |
| 518 '../content/test/test_launcher.h', |
| 514 ], | 519 ], |
| 515 'conditions': [ | 520 'conditions': [ |
| 516 ['toolkit_uses_gtk == 1', { | 521 ['toolkit_uses_gtk == 1', { |
| 517 'dependencies': [ | 522 'dependencies': [ |
| 518 '../build/linux/system.gyp:gtk', | 523 '../build/linux/system.gyp:gtk', |
| 519 '../build/linux/system.gyp:ssl', | 524 '../build/linux/system.gyp:ssl', |
| 520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 525 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 521 ], | 526 ], |
| 522 }], | 527 }], |
| 523 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { | 528 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { |
| (...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2185 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2190 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2186 '../v8/tools/gyp/v8.gyp:v8', | 2191 '../v8/tools/gyp/v8.gyp:v8', |
| 2187 '../webkit/webkit.gyp:test_shell_test_support', | 2192 '../webkit/webkit.gyp:test_shell_test_support', |
| 2188 # Runtime dependencies | 2193 # Runtime dependencies |
| 2189 '../third_party/mesa/mesa.gyp:osmesa', | 2194 '../third_party/mesa/mesa.gyp:osmesa', |
| 2190 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca
pePlugIn', | 2195 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca
pePlugIn', |
| 2191 ], | 2196 ], |
| 2192 'include_dirs': [ | 2197 'include_dirs': [ |
| 2193 '..', | 2198 '..', |
| 2194 ], | 2199 ], |
| 2195 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 2200 'defines': [ |
| 2201 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 2202 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', |
| 2203 ], |
| 2196 'sources': [ | 2204 'sources': [ |
| 2197 'app/breakpad_mac_stubs.mm', | 2205 'app/breakpad_mac_stubs.mm', |
| 2198 'app/chrome_command_ids.h', | 2206 'app/chrome_command_ids.h', |
| 2199 'app/chrome_dll.rc', | 2207 'app/chrome_dll.rc', |
| 2200 'app/chrome_dll_resource.h', | 2208 'app/chrome_dll_resource.h', |
| 2201 'app/chrome_version.rc.version', | 2209 'app/chrome_version.rc.version', |
| 2202 'browser/accessibility/renderer_accessibility_browsertest.cc', | 2210 'browser/accessibility/renderer_accessibility_browsertest.cc', |
| 2203 'browser/autocomplete/autocomplete_browsertest.cc', | 2211 'browser/autocomplete/autocomplete_browsertest.cc', |
| 2204 'browser/autofill/form_structure_browsertest.cc', | 2212 'browser/autofill/form_structure_browsertest.cc', |
| 2205 'browser/automation/automation_tab_helper_browsertest.cc', | 2213 'browser/automation/automation_tab_helper_browsertest.cc', |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2445 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 2453 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
| 2446 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2454 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
| 2447 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 2455 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
| 2448 'renderer/safe_browsing/render_view_fake_resources_test.cc', | 2456 'renderer/safe_browsing/render_view_fake_resources_test.cc', |
| 2449 'renderer/safe_browsing/render_view_fake_resources_test.h', | 2457 'renderer/safe_browsing/render_view_fake_resources_test.h', |
| 2450 'renderer/translate_helper_browsertest.cc', | 2458 'renderer/translate_helper_browsertest.cc', |
| 2451 'test/automation/dom_automation_browsertest.cc', | 2459 'test/automation/dom_automation_browsertest.cc', |
| 2452 'test/base/in_process_browser_test_browsertest.cc', | 2460 'test/base/in_process_browser_test_browsertest.cc', |
| 2453 'test/base/render_view_test.cc', | 2461 'test/base/render_view_test.cc', |
| 2454 'test/base/render_view_test.h', | 2462 'test/base/render_view_test.h', |
| 2455 'test/base/out_of_proc_test_runner.cc', | 2463 'test/base/chrome_test_launcher.cc', |
| 2456 'test/data/webui/assertions.js', | 2464 'test/data/webui/assertions.js', |
| 2457 'test/data/webui/async_gen-inl.h', | 2465 'test/data/webui/async_gen-inl.h', |
| 2458 'test/data/webui/async_gen.js', | 2466 'test/data/webui/async_gen.js', |
| 2459 'test/data/webui/certificate_viewer_dialog_test.js', | 2467 'test/data/webui/certificate_viewer_dialog_test.js', |
| 2460 'test/data/webui/certificate_viewer_ui_test-inl.h', | 2468 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| 2461 'test/data/webui/ntp4.js', | 2469 'test/data/webui/ntp4.js', |
| 2462 'test/data/webui/options.js', | 2470 'test/data/webui/options.js', |
| 2463 'test/data/webui/print_preview.js', | 2471 'test/data/webui/print_preview.js', |
| 2464 # TODO(craig): Rename this and run from base_unittests when the test | 2472 # TODO(craig): Rename this and run from base_unittests when the test |
| 2465 # is safe to run there. See http://crbug.com/78722 for details. | 2473 # is safe to run there. See http://crbug.com/78722 for details. |
| 2466 '../base/files/file_path_watcher_browsertest.cc', | 2474 '../base/files/file_path_watcher_browsertest.cc', |
| 2467 '../content/browser/child_process_security_policy_browsertest.cc', | 2475 '../content/browser/child_process_security_policy_browsertest.cc', |
| 2468 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | 2476 '../content/browser/device_orientation/device_orientation_browsertest.cc
', |
| 2469 '../content/browser/download/mhtml_generation_browsertest.cc', | 2477 '../content/browser/download/mhtml_generation_browsertest.cc', |
| 2470 '../content/browser/file_system/file_system_browsertest.cc', | 2478 '../content/browser/file_system/file_system_browsertest.cc', |
| 2471 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', | 2479 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', |
| 2472 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', | 2480 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', |
| 2473 '../content/browser/plugin_service_browsertest.cc', | 2481 '../content/browser/plugin_service_browsertest.cc', |
| 2474 '../content/browser/renderer_host/render_process_host_browsertest.cc', | 2482 '../content/browser/renderer_host/render_process_host_browsertest.cc', |
| 2475 '../content/browser/renderer_host/render_process_host_browsertest.h', | 2483 '../content/browser/renderer_host/render_process_host_browsertest.h', |
| 2476 '../content/browser/renderer_host/render_view_host_browsertest.cc', | 2484 '../content/browser/renderer_host/render_view_host_browsertest.cc', |
| 2477 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', | 2485 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', |
| 2478 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', | 2486 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', |
| 2479 '../content/browser/speech/speech_input_browsertest.cc', | 2487 '../content/browser/speech/speech_input_browsertest.cc', |
| 2480 '../content/renderer/render_view_browsertest.cc', | 2488 '../content/renderer/render_view_browsertest.cc', |
| 2481 '../content/renderer/render_view_browsertest_mac.mm', | 2489 '../content/renderer/render_view_browsertest_mac.mm', |
| 2482 '../content/renderer/render_widget_browsertest.cc', | 2490 '../content/renderer/render_widget_browsertest.cc', |
| 2483 '../content/renderer/render_widget_browsertest.h', | 2491 '../content/renderer/render_widget_browsertest.h', |
| 2484 '../content/renderer/v8_value_converter_browsertest.cc', | 2492 '../content/renderer/v8_value_converter_browsertest.cc', |
| 2493 '../content/test/test_launcher.cc', |
| 2494 '../content/test/test_launcher.h', |
| 2485 ], | 2495 ], |
| 2486 'conditions': [ | 2496 'conditions': [ |
| 2487 ['chromeos==0', { | 2497 ['chromeos==0', { |
| 2488 'sources/': [ | 2498 'sources/': [ |
| 2489 ['exclude', '^browser/chromeos'], | 2499 ['exclude', '^browser/chromeos'], |
| 2490 ], | 2500 ], |
| 2491 'sources!': [ | 2501 'sources!': [ |
| 2492 'browser/chromeos/media/media_player_browsertest.cc', | 2502 'browser/chromeos/media/media_player_browsertest.cc', |
| 2493 'browser/extensions/extension_file_browser_private_apitest.cc', | 2503 'browser/extensions/extension_file_browser_private_apitest.cc', |
| 2494 'browser/extensions/extension_input_method_apitest.cc', | 2504 'browser/extensions/extension_input_method_apitest.cc', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2715 '../skia/skia.gyp:skia', | 2725 '../skia/skia.gyp:skia', |
| 2716 '../testing/gtest.gyp:gtest', | 2726 '../testing/gtest.gyp:gtest', |
| 2717 # This is the safebrowsing test server. | 2727 # This is the safebrowsing test server. |
| 2718 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 2728 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
| 2719 '../ui/ui.gyp:ui_resources', | 2729 '../ui/ui.gyp:ui_resources', |
| 2720 '../ui/ui.gyp:ui_resources_standard', | 2730 '../ui/ui.gyp:ui_resources_standard', |
| 2721 ], | 2731 ], |
| 2722 'include_dirs': [ | 2732 'include_dirs': [ |
| 2723 '..', | 2733 '..', |
| 2724 ], | 2734 ], |
| 2725 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 2735 'defines': [ |
| 2736 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 2737 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', |
| 2738 ], |
| 2726 'sources': [ | 2739 'sources': [ |
| 2727 'app/chrome_dll.rc', | 2740 'app/chrome_dll.rc', |
| 2728 'browser/safe_browsing/safe_browsing_test.cc', | 2741 'browser/safe_browsing/safe_browsing_test.cc', |
| 2729 'test/base/out_of_proc_test_runner.cc', | 2742 'test/base/chrome_test_launcher.cc', |
| 2743 '../content/test/test_launcher.cc', |
| 2744 '../content/test/test_launcher.h', |
| 2730 ], | 2745 ], |
| 2731 'conditions': [ | 2746 'conditions': [ |
| 2732 ['safe_browsing==0', { | 2747 ['safe_browsing==0', { |
| 2733 'sources!': [ | 2748 'sources!': [ |
| 2734 'browser/safe_browsing/safe_browsing_test.cc', | 2749 'browser/safe_browsing/safe_browsing_test.cc', |
| 2735 ], | 2750 ], |
| 2736 }], | 2751 }], |
| 2737 ['OS=="win"', { | 2752 ['OS=="win"', { |
| 2738 'dependencies': [ | 2753 'dependencies': [ |
| 2739 'chrome_version_resources', | 2754 'chrome_version_resources', |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3103 '../third_party/icu/icu.gyp:icuuc', | 3118 '../third_party/icu/icu.gyp:icuuc', |
| 3104 '../third_party/npapi/npapi.gyp:npapi', | 3119 '../third_party/npapi/npapi.gyp:npapi', |
| 3105 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 3120 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 3106 ], | 3121 ], |
| 3107 'include_dirs': [ | 3122 'include_dirs': [ |
| 3108 '..', | 3123 '..', |
| 3109 '<(INTERMEDIATE_DIR)', | 3124 '<(INTERMEDIATE_DIR)', |
| 3110 '<(protoc_out_dir)', | 3125 '<(protoc_out_dir)', |
| 3111 ], | 3126 ], |
| 3112 # TODO(phajdan.jr): Only temporary, to make transition easier. | 3127 # TODO(phajdan.jr): Only temporary, to make transition easier. |
| 3113 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 3128 'defines': [ |
| 3129 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 3130 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', |
| 3131 ], |
| 3114 'sources': [ | 3132 'sources': [ |
| 3115 'app/chrome_command_ids.h', | 3133 'app/chrome_command_ids.h', |
| 3116 'app/chrome_dll.rc', | 3134 'app/chrome_dll.rc', |
| 3117 'app/chrome_dll_resource.h', | 3135 'app/chrome_dll_resource.h', |
| 3118 'app/chrome_version.rc.version', | 3136 'app/chrome_version.rc.version', |
| 3119 'browser/password_manager/password_form_data.cc', | 3137 'browser/password_manager/password_form_data.cc', |
| 3120 'browser/sessions/session_backend.cc', | 3138 'browser/sessions/session_backend.cc', |
| 3121 'browser/sync/glue/session_model_associator.cc', | 3139 'browser/sync/glue/session_model_associator.cc', |
| 3122 'test/base/out_of_proc_test_runner.cc', | 3140 'test/base/chrome_test_launcher.cc', |
| 3123 'test/data/resource.rc', | 3141 'test/data/resource.rc', |
| 3124 'browser/sync/test/integration/apps_helper.cc', | 3142 'browser/sync/test/integration/apps_helper.cc', |
| 3125 'browser/sync/test/integration/apps_helper.h', | 3143 'browser/sync/test/integration/apps_helper.h', |
| 3126 'browser/sync/test/integration/autofill_helper.cc', | 3144 'browser/sync/test/integration/autofill_helper.cc', |
| 3127 'browser/sync/test/integration/autofill_helper.h', | 3145 'browser/sync/test/integration/autofill_helper.h', |
| 3128 'browser/sync/test/integration/bookmarks_helper.cc', | 3146 'browser/sync/test/integration/bookmarks_helper.cc', |
| 3129 'browser/sync/test/integration/bookmarks_helper.h', | 3147 'browser/sync/test/integration/bookmarks_helper.h', |
| 3130 'browser/sync/test/integration/extensions_helper.cc', | 3148 'browser/sync/test/integration/extensions_helper.cc', |
| 3131 'browser/sync/test/integration/extensions_helper.h', | 3149 'browser/sync/test/integration/extensions_helper.h', |
| 3132 'browser/sync/test/integration/many_client_bookmarks_sync_test.cc', | 3150 'browser/sync/test/integration/many_client_bookmarks_sync_test.cc', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3169 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', | 3187 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', |
| 3170 'browser/sync/test/integration/two_client_extensions_sync_test.cc', | 3188 'browser/sync/test/integration/two_client_extensions_sync_test.cc', |
| 3171 'browser/sync/test/integration/two_client_passwords_sync_test.cc', | 3189 'browser/sync/test/integration/two_client_passwords_sync_test.cc', |
| 3172 'browser/sync/test/integration/two_client_preferences_sync_test.cc', | 3190 'browser/sync/test/integration/two_client_preferences_sync_test.cc', |
| 3173 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', | 3191 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', |
| 3174 'browser/sync/test/integration/two_client_sessions_sync_test.cc', | 3192 'browser/sync/test/integration/two_client_sessions_sync_test.cc', |
| 3175 'browser/sync/test/integration/two_client_themes_sync_test.cc', | 3193 'browser/sync/test/integration/two_client_themes_sync_test.cc', |
| 3176 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', | 3194 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', |
| 3177 'browser/sync/test/integration/typed_urls_helper.cc', | 3195 'browser/sync/test/integration/typed_urls_helper.cc', |
| 3178 'browser/sync/test/integration/typed_urls_helper.h', | 3196 'browser/sync/test/integration/typed_urls_helper.h', |
| 3197 '../content/test/test_launcher.cc', |
| 3198 '../content/test/test_launcher.h', |
| 3179 ], | 3199 ], |
| 3180 'conditions': [ | 3200 'conditions': [ |
| 3181 ['toolkit_uses_gtk == 1', { | 3201 ['toolkit_uses_gtk == 1', { |
| 3182 'dependencies': [ | 3202 'dependencies': [ |
| 3183 '../build/linux/system.gyp:gtk', | 3203 '../build/linux/system.gyp:gtk', |
| 3184 '../build/linux/system.gyp:ssl', | 3204 '../build/linux/system.gyp:ssl', |
| 3185 ], | 3205 ], |
| 3186 }], | 3206 }], |
| 3187 ['OS=="mac"', { | 3207 ['OS=="mac"', { |
| 3188 # See the comment in this section of the unit_tests target for an | 3208 # See the comment in this section of the unit_tests target for an |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3251 'test_support_common', | 3271 'test_support_common', |
| 3252 '../skia/skia.gyp:skia', | 3272 '../skia/skia.gyp:skia', |
| 3253 '../testing/gmock.gyp:gmock', | 3273 '../testing/gmock.gyp:gmock', |
| 3254 '../testing/gtest.gyp:gtest', | 3274 '../testing/gtest.gyp:gtest', |
| 3255 ], | 3275 ], |
| 3256 'include_dirs': [ | 3276 'include_dirs': [ |
| 3257 '..', | 3277 '..', |
| 3258 '<(INTERMEDIATE_DIR)', | 3278 '<(INTERMEDIATE_DIR)', |
| 3259 '<(protoc_out_dir)', | 3279 '<(protoc_out_dir)', |
| 3260 ], | 3280 ], |
| 3261 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 3281 'defines': [ |
| 3282 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 3283 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', |
| 3284 ], |
| 3262 'sources': [ | 3285 'sources': [ |
| 3263 'app/chrome_command_ids.h', | 3286 'app/chrome_command_ids.h', |
| 3264 'app/chrome_dll.rc', | 3287 'app/chrome_dll.rc', |
| 3265 'app/chrome_dll_resource.h', | 3288 'app/chrome_dll_resource.h', |
| 3266 'app/chrome_version.rc.version', | 3289 'app/chrome_version.rc.version', |
| 3267 'browser/password_manager/password_form_data.cc', | 3290 'browser/password_manager/password_form_data.cc', |
| 3268 'browser/sessions/session_backend.cc', | 3291 'browser/sessions/session_backend.cc', |
| 3269 'browser/sync/glue/session_model_associator.cc', | 3292 'browser/sync/glue/session_model_associator.cc', |
| 3270 'browser/sync/test/integration/autofill_helper.cc', | 3293 'browser/sync/test/integration/autofill_helper.cc', |
| 3271 'browser/sync/test/integration/autofill_helper.h', | 3294 'browser/sync/test/integration/autofill_helper.h', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 3286 'browser/sync/test/integration/sessions_helper.cc', | 3309 'browser/sync/test/integration/sessions_helper.cc', |
| 3287 'browser/sync/test/integration/sessions_helper.h', | 3310 'browser/sync/test/integration/sessions_helper.h', |
| 3288 'browser/sync/test/integration/sync_datatype_helper.cc', | 3311 'browser/sync/test/integration/sync_datatype_helper.cc', |
| 3289 'browser/sync/test/integration/sync_datatype_helper.h', | 3312 'browser/sync/test/integration/sync_datatype_helper.h', |
| 3290 'browser/sync/test/integration/sync_extension_helper.cc', | 3313 'browser/sync/test/integration/sync_extension_helper.cc', |
| 3291 'browser/sync/test/integration/sync_extension_helper.h', | 3314 'browser/sync/test/integration/sync_extension_helper.h', |
| 3292 'browser/sync/test/integration/sync_test.cc', | 3315 'browser/sync/test/integration/sync_test.cc', |
| 3293 'browser/sync/test/integration/sync_test.h', | 3316 'browser/sync/test/integration/sync_test.h', |
| 3294 'browser/sync/test/integration/typed_urls_helper.cc', | 3317 'browser/sync/test/integration/typed_urls_helper.cc', |
| 3295 'browser/sync/test/integration/typed_urls_helper.h', | 3318 'browser/sync/test/integration/typed_urls_helper.h', |
| 3296 'test/base/out_of_proc_test_runner.cc', | 3319 'test/base/chrome_test_launcher.cc', |
| 3297 'test/data/resource.rc', | 3320 'test/data/resource.rc', |
| 3321 '../content/test/test_launcher.cc', |
| 3322 '../content/test/test_launcher.h', |
| 3298 ], | 3323 ], |
| 3299 'conditions': [ | 3324 'conditions': [ |
| 3300 ['toolkit_uses_gtk == 1', { | 3325 ['toolkit_uses_gtk == 1', { |
| 3301 'dependencies': [ | 3326 'dependencies': [ |
| 3302 '../build/linux/system.gyp:gtk', | 3327 '../build/linux/system.gyp:gtk', |
| 3303 '../build/linux/system.gyp:ssl', | 3328 '../build/linux/system.gyp:ssl', |
| 3304 ], | 3329 ], |
| 3305 }], | 3330 }], |
| 3306 ['OS=="mac"', { | 3331 ['OS=="mac"', { |
| 3307 # See the comment in this section of the unit_tests target for an | 3332 # See the comment in this section of the unit_tests target for an |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3383 '../testing/gtest.gyp:gtest', | 3408 '../testing/gtest.gyp:gtest', |
| 3384 '../third_party/icu/icu.gyp:icui18n', | 3409 '../third_party/icu/icu.gyp:icui18n', |
| 3385 '../third_party/icu/icu.gyp:icuuc', | 3410 '../third_party/icu/icu.gyp:icuuc', |
| 3386 # Runtime dependencies | 3411 # Runtime dependencies |
| 3387 '../third_party/mesa/mesa.gyp:osmesa', | 3412 '../third_party/mesa/mesa.gyp:osmesa', |
| 3388 ], | 3413 ], |
| 3389 'include_dirs': [ | 3414 'include_dirs': [ |
| 3390 '..', | 3415 '..', |
| 3391 '<(test_list_out_dir)', | 3416 '<(test_list_out_dir)', |
| 3392 ], | 3417 ], |
| 3393 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 3418 'defines': [ |
| 3419 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 3420 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', |
| 3421 ], |
| 3394 'sources': [ | 3422 'sources': [ |
| 3395 'browser/gpu_pixel_browsertest.cc', | 3423 'browser/gpu_pixel_browsertest.cc', |
| 3396 'browser/gpu_crash_browsertest.cc', | 3424 'browser/gpu_crash_browsertest.cc', |
| 3397 'test/base/out_of_proc_test_runner.cc', | 3425 'test/base/chrome_test_launcher.cc', |
| 3398 'test/gpu/webgl_conformance_tests.cc', | 3426 'test/gpu/webgl_conformance_tests.cc', |
| 3427 '../content/test/test_launcher.cc', |
| 3428 '../content/test/test_launcher.h', |
| 3399 '<(test_list_out_dir)/webgl_conformance_test_list_autogen.h', | 3429 '<(test_list_out_dir)/webgl_conformance_test_list_autogen.h', |
| 3400 ], | 3430 ], |
| 3401 # hard_dependency is necessary for this target because it has actions | 3431 # hard_dependency is necessary for this target because it has actions |
| 3402 # that generate a header file included by dependent targets. The header | 3432 # that generate a header file included by dependent targets. The header |
| 3403 # file must be generated before the dependents are compiled. The usual | 3433 # file must be generated before the dependents are compiled. The usual |
| 3404 # semantics are to allow the two targets to build concurrently. | 3434 # semantics are to allow the two targets to build concurrently. |
| 3405 'hard_dependency': 1, | 3435 'hard_dependency': 1, |
| 3406 'actions': [ | 3436 'actions': [ |
| 3407 { | 3437 { |
| 3408 'action_name': 'generate_webgl_conformance_test_list', | 3438 'action_name': 'generate_webgl_conformance_test_list', |
| (...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3947 # Use outputs of this action as inputs for the main target build. | 3977 # Use outputs of this action as inputs for the main target build. |
| 3948 # Seems as a misnomer but makes this happy on Linux (scons). | 3978 # Seems as a misnomer but makes this happy on Linux (scons). |
| 3949 'process_outputs_as_sources': 1, | 3979 'process_outputs_as_sources': 1, |
| 3950 }, | 3980 }, |
| 3951 ], # 'actions' | 3981 ], # 'actions' |
| 3952 }, | 3982 }, |
| 3953 ] | 3983 ] |
| 3954 }], # 'coverage!=0' | 3984 }], # 'coverage!=0' |
| 3955 ], # 'conditions' | 3985 ], # 'conditions' |
| 3956 } | 3986 } |
| OLD | NEW |