| 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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 '../third_party/zlib/zlib.gyp:zlib', | 466 '../third_party/zlib/zlib.gyp:zlib', |
| 467 '../testing/gmock.gyp:gmock', | 467 '../testing/gmock.gyp:gmock', |
| 468 '../testing/gtest.gyp:gtest', | 468 '../testing/gtest.gyp:gtest', |
| 469 '../third_party/npapi/npapi.gyp:npapi', | 469 '../third_party/npapi/npapi.gyp:npapi', |
| 470 # run time dependency | 470 # run time dependency |
| 471 '../webkit/support/webkit_support.gyp:webkit_resources', | 471 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 472 ], | 472 ], |
| 473 'include_dirs': [ | 473 'include_dirs': [ |
| 474 '..', | 474 '..', |
| 475 ], | 475 ], |
| 476 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 476 'defines': [ |
| 477 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 478 'BROWSER_TESTS_USE_CHROME', |
| 479 ], |
| 477 'sources': [ | 480 'sources': [ |
| 478 'browser/accessibility/accessibility_mac_uitest.mm', | 481 'browser/accessibility/accessibility_mac_uitest.mm', |
| 479 'browser/autofill/autofill_browsertest.cc', | 482 'browser/autofill/autofill_browsertest.cc', |
| 480 'browser/browser_focus_uitest.cc', | 483 'browser/browser_focus_uitest.cc', |
| 481 'browser/browser_keyevents_browsertest.cc', | 484 'browser/browser_keyevents_browsertest.cc', |
| 482 'browser/collected_cookies_uitest.cc', | 485 'browser/collected_cookies_uitest.cc', |
| 483 'browser/debugger/devtools_sanity_unittest.cc', | 486 'browser/debugger/devtools_sanity_unittest.cc', |
| 484 'browser/instant/instant_browsertest.cc', | 487 'browser/instant/instant_browsertest.cc', |
| 485 'browser/keyboard_access_uitest.cc', | 488 'browser/keyboard_access_uitest.cc', |
| 486 'browser/mouseleave_interactive_uitest.cc', | 489 'browser/mouseleave_interactive_uitest.cc', |
| 487 'browser/notifications/notifications_interactive_uitest.cc', | 490 'browser/notifications/notifications_interactive_uitest.cc', |
| 488 'browser/npapi_interactive_test.cc', | 491 'browser/npapi_interactive_test.cc', |
| 489 'browser/tab_contents/infobars_uitest.cc', | 492 'browser/tab_contents/infobars_uitest.cc', |
| 490 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', | 493 'browser/ui/gtk/bookmarks/bookmark_bar_gtk_interactive_uitest.cc', |
| 491 'browser/ui/omnibox/omnibox_view_browsertest.cc', | 494 'browser/ui/omnibox/omnibox_view_browsertest.cc', |
| 492 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 495 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
| 493 'browser/ui/views/button_dropdown_test.cc', | 496 'browser/ui/views/button_dropdown_test.cc', |
| 494 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 497 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
| 495 'browser/ui/views/menu_item_view_test.cc', | 498 'browser/ui/views/menu_item_view_test.cc', |
| 496 'browser/ui/views/menu_model_adapter_test.cc', | 499 'browser/ui/views/menu_model_adapter_test.cc', |
| 497 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 500 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
| 498 'browser/ui/views/tabs/tab_dragging_test.cc', | 501 'browser/ui/views/tabs/tab_dragging_test.cc', |
| 499 'browser/ui/webui/workers_ui_browsertest.cc', | 502 'browser/ui/webui/workers_ui_browsertest.cc', |
| 500 'test/base/out_of_proc_test_runner.cc', | |
| 501 'test/base/view_event_test_base.cc', | 503 'test/base/view_event_test_base.cc', |
| 502 'test/base/view_event_test_base.h', | 504 'test/base/view_event_test_base.h', |
| 505 '../content/test/out_of_proc_test_runner.cc', |
| 503 ], | 506 ], |
| 504 'conditions': [ | 507 'conditions': [ |
| 505 ['toolkit_uses_gtk == 1', { | 508 ['toolkit_uses_gtk == 1', { |
| 506 'dependencies': [ | 509 'dependencies': [ |
| 507 '../build/linux/system.gyp:gtk', | 510 '../build/linux/system.gyp:gtk', |
| 508 '../build/linux/system.gyp:ssl', | 511 '../build/linux/system.gyp:ssl', |
| 509 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 512 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 510 ], | 513 ], |
| 511 }], | 514 }], |
| 512 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { | 515 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { |
| (...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2174 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2177 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2175 '../v8/tools/gyp/v8.gyp:v8', | 2178 '../v8/tools/gyp/v8.gyp:v8', |
| 2176 '../webkit/webkit.gyp:test_shell_test_support', | 2179 '../webkit/webkit.gyp:test_shell_test_support', |
| 2177 # Runtime dependencies | 2180 # Runtime dependencies |
| 2178 '../third_party/mesa/mesa.gyp:osmesa', | 2181 '../third_party/mesa/mesa.gyp:osmesa', |
| 2179 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca
pePlugIn', | 2182 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetsca
pePlugIn', |
| 2180 ], | 2183 ], |
| 2181 'include_dirs': [ | 2184 'include_dirs': [ |
| 2182 '..', | 2185 '..', |
| 2183 ], | 2186 ], |
| 2184 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 2187 'defines': [ |
| 2188 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 2189 'BROWSER_TESTS_USE_CHROME', |
| 2190 ], |
| 2185 'sources': [ | 2191 'sources': [ |
| 2186 'app/breakpad_mac_stubs.mm', | 2192 'app/breakpad_mac_stubs.mm', |
| 2187 'app/chrome_command_ids.h', | 2193 'app/chrome_command_ids.h', |
| 2188 'app/chrome_dll.rc', | 2194 'app/chrome_dll.rc', |
| 2189 'app/chrome_dll_resource.h', | 2195 'app/chrome_dll_resource.h', |
| 2190 'app/chrome_version.rc.version', | 2196 'app/chrome_version.rc.version', |
| 2191 'browser/accessibility/renderer_accessibility_browsertest.cc', | 2197 'browser/accessibility/renderer_accessibility_browsertest.cc', |
| 2192 'browser/autocomplete/autocomplete_browsertest.cc', | 2198 'browser/autocomplete/autocomplete_browsertest.cc', |
| 2193 'browser/autofill/form_structure_browsertest.cc', | 2199 'browser/autofill/form_structure_browsertest.cc', |
| 2194 'browser/automation/automation_tab_helper_browsertest.cc', | 2200 'browser/automation/automation_tab_helper_browsertest.cc', |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2434 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 2440 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
| 2435 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2441 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
| 2436 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 2442 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
| 2437 'renderer/safe_browsing/render_view_fake_resources_test.cc', | 2443 'renderer/safe_browsing/render_view_fake_resources_test.cc', |
| 2438 'renderer/safe_browsing/render_view_fake_resources_test.h', | 2444 'renderer/safe_browsing/render_view_fake_resources_test.h', |
| 2439 'renderer/translate_helper_browsertest.cc', | 2445 'renderer/translate_helper_browsertest.cc', |
| 2440 'test/automation/dom_automation_browsertest.cc', | 2446 'test/automation/dom_automation_browsertest.cc', |
| 2441 'test/base/in_process_browser_test_browsertest.cc', | 2447 'test/base/in_process_browser_test_browsertest.cc', |
| 2442 'test/base/render_view_test.cc', | 2448 'test/base/render_view_test.cc', |
| 2443 'test/base/render_view_test.h', | 2449 'test/base/render_view_test.h', |
| 2444 'test/base/out_of_proc_test_runner.cc', | |
| 2445 'test/data/webui/assertions.js', | 2450 'test/data/webui/assertions.js', |
| 2446 'test/data/webui/async_gen-inl.h', | 2451 'test/data/webui/async_gen-inl.h', |
| 2447 'test/data/webui/async_gen.js', | 2452 'test/data/webui/async_gen.js', |
| 2448 'test/data/webui/certificate_viewer_dialog_test.js', | 2453 'test/data/webui/certificate_viewer_dialog_test.js', |
| 2449 'test/data/webui/certificate_viewer_ui_test-inl.h', | 2454 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| 2450 'test/data/webui/ntp4.js', | 2455 'test/data/webui/ntp4.js', |
| 2451 'test/data/webui/options.js', | 2456 'test/data/webui/options.js', |
| 2452 'test/data/webui/print_preview.js', | 2457 'test/data/webui/print_preview.js', |
| 2453 # TODO(craig): Rename this and run from base_unittests when the test | 2458 # TODO(craig): Rename this and run from base_unittests when the test |
| 2454 # is safe to run there. See http://crbug.com/78722 for details. | 2459 # is safe to run there. See http://crbug.com/78722 for details. |
| 2455 '../base/files/file_path_watcher_browsertest.cc', | 2460 '../base/files/file_path_watcher_browsertest.cc', |
| 2456 '../content/browser/child_process_security_policy_browsertest.cc', | 2461 '../content/browser/child_process_security_policy_browsertest.cc', |
| 2457 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | 2462 '../content/browser/device_orientation/device_orientation_browsertest.cc
', |
| 2458 '../content/browser/download/mhtml_generation_browsertest.cc', | 2463 '../content/browser/download/mhtml_generation_browsertest.cc', |
| 2459 '../content/browser/file_system/file_system_browsertest.cc', | 2464 '../content/browser/file_system/file_system_browsertest.cc', |
| 2460 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', | 2465 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', |
| 2461 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', | 2466 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', |
| 2462 '../content/browser/plugin_service_browsertest.cc', | 2467 '../content/browser/plugin_service_browsertest.cc', |
| 2463 '../content/browser/renderer_host/render_process_host_browsertest.cc', | 2468 '../content/browser/renderer_host/render_process_host_browsertest.cc', |
| 2464 '../content/browser/renderer_host/render_process_host_browsertest.h', | 2469 '../content/browser/renderer_host/render_process_host_browsertest.h', |
| 2465 '../content/browser/renderer_host/render_view_host_browsertest.cc', | 2470 '../content/browser/renderer_host/render_view_host_browsertest.cc', |
| 2466 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', | 2471 '../content/browser/renderer_host/render_view_host_manager_browsertest.c
c', |
| 2467 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', | 2472 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', |
| 2468 '../content/browser/speech/speech_input_browsertest.cc', | 2473 '../content/browser/speech/speech_input_browsertest.cc', |
| 2469 '../content/renderer/render_view_browsertest.cc', | 2474 '../content/renderer/render_view_browsertest.cc', |
| 2470 '../content/renderer/render_view_browsertest_mac.mm', | 2475 '../content/renderer/render_view_browsertest_mac.mm', |
| 2471 '../content/renderer/render_widget_browsertest.cc', | 2476 '../content/renderer/render_widget_browsertest.cc', |
| 2472 '../content/renderer/render_widget_browsertest.h', | 2477 '../content/renderer/render_widget_browsertest.h', |
| 2473 '../content/renderer/v8_value_converter_browsertest.cc', | 2478 '../content/renderer/v8_value_converter_browsertest.cc', |
| 2479 '../content/test/out_of_proc_test_runner.cc', |
| 2474 ], | 2480 ], |
| 2475 'conditions': [ | 2481 'conditions': [ |
| 2476 ['chromeos==0', { | 2482 ['chromeos==0', { |
| 2477 'sources/': [ | 2483 'sources/': [ |
| 2478 ['exclude', '^browser/chromeos'], | 2484 ['exclude', '^browser/chromeos'], |
| 2479 ], | 2485 ], |
| 2480 'sources!': [ | 2486 'sources!': [ |
| 2481 'browser/chromeos/media/media_player_browsertest.cc', | 2487 'browser/chromeos/media/media_player_browsertest.cc', |
| 2482 'browser/extensions/extension_file_browser_private_apitest.cc', | 2488 'browser/extensions/extension_file_browser_private_apitest.cc', |
| 2483 'browser/extensions/extension_input_method_apitest.cc', | 2489 'browser/extensions/extension_input_method_apitest.cc', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2704 '../skia/skia.gyp:skia', | 2710 '../skia/skia.gyp:skia', |
| 2705 '../testing/gtest.gyp:gtest', | 2711 '../testing/gtest.gyp:gtest', |
| 2706 # This is the safebrowsing test server. | 2712 # This is the safebrowsing test server. |
| 2707 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 2713 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
| 2708 '../ui/ui.gyp:ui_resources', | 2714 '../ui/ui.gyp:ui_resources', |
| 2709 '../ui/ui.gyp:ui_resources_standard', | 2715 '../ui/ui.gyp:ui_resources_standard', |
| 2710 ], | 2716 ], |
| 2711 'include_dirs': [ | 2717 'include_dirs': [ |
| 2712 '..', | 2718 '..', |
| 2713 ], | 2719 ], |
| 2714 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 2720 'defines': [ |
| 2721 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 2722 'BROWSER_TESTS_USE_CHROME', |
| 2723 ], |
| 2715 'sources': [ | 2724 'sources': [ |
| 2716 'app/chrome_dll.rc', | 2725 'app/chrome_dll.rc', |
| 2717 'browser/safe_browsing/safe_browsing_test.cc', | 2726 'browser/safe_browsing/safe_browsing_test.cc', |
| 2718 'test/base/out_of_proc_test_runner.cc', | 2727 '../content/test/out_of_proc_test_runner.cc', |
| 2719 ], | 2728 ], |
| 2720 'conditions': [ | 2729 'conditions': [ |
| 2721 ['safe_browsing==0', { | 2730 ['safe_browsing==0', { |
| 2722 'sources!': [ | 2731 'sources!': [ |
| 2723 'browser/safe_browsing/safe_browsing_test.cc', | 2732 'browser/safe_browsing/safe_browsing_test.cc', |
| 2724 ], | 2733 ], |
| 2725 }], | 2734 }], |
| 2726 ['OS=="win"', { | 2735 ['OS=="win"', { |
| 2727 'dependencies': [ | 2736 'dependencies': [ |
| 2728 'chrome_version_resources', | 2737 'chrome_version_resources', |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3091 '../third_party/icu/icu.gyp:icuuc', | 3100 '../third_party/icu/icu.gyp:icuuc', |
| 3092 '../third_party/npapi/npapi.gyp:npapi', | 3101 '../third_party/npapi/npapi.gyp:npapi', |
| 3093 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 3102 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 3094 ], | 3103 ], |
| 3095 'include_dirs': [ | 3104 'include_dirs': [ |
| 3096 '..', | 3105 '..', |
| 3097 '<(INTERMEDIATE_DIR)', | 3106 '<(INTERMEDIATE_DIR)', |
| 3098 '<(protoc_out_dir)', | 3107 '<(protoc_out_dir)', |
| 3099 ], | 3108 ], |
| 3100 # TODO(phajdan.jr): Only temporary, to make transition easier. | 3109 # TODO(phajdan.jr): Only temporary, to make transition easier. |
| 3101 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 3110 'defines': [ |
| 3111 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 3112 'BROWSER_TESTS_USE_CHROME', |
| 3113 ], |
| 3102 'sources': [ | 3114 'sources': [ |
| 3103 'app/chrome_command_ids.h', | 3115 'app/chrome_command_ids.h', |
| 3104 'app/chrome_dll.rc', | 3116 'app/chrome_dll.rc', |
| 3105 'app/chrome_dll_resource.h', | 3117 'app/chrome_dll_resource.h', |
| 3106 'app/chrome_version.rc.version', | 3118 'app/chrome_version.rc.version', |
| 3107 'browser/password_manager/password_form_data.cc', | 3119 'browser/password_manager/password_form_data.cc', |
| 3108 'browser/sessions/session_backend.cc', | 3120 'browser/sessions/session_backend.cc', |
| 3109 'browser/sync/glue/session_model_associator.cc', | 3121 'browser/sync/glue/session_model_associator.cc', |
| 3110 'test/base/out_of_proc_test_runner.cc', | |
| 3111 'test/data/resource.rc', | 3122 'test/data/resource.rc', |
| 3112 'browser/sync/test/integration/apps_helper.cc', | 3123 'browser/sync/test/integration/apps_helper.cc', |
| 3113 'browser/sync/test/integration/apps_helper.h', | 3124 'browser/sync/test/integration/apps_helper.h', |
| 3114 'browser/sync/test/integration/autofill_helper.cc', | 3125 'browser/sync/test/integration/autofill_helper.cc', |
| 3115 'browser/sync/test/integration/autofill_helper.h', | 3126 'browser/sync/test/integration/autofill_helper.h', |
| 3116 'browser/sync/test/integration/bookmarks_helper.cc', | 3127 'browser/sync/test/integration/bookmarks_helper.cc', |
| 3117 'browser/sync/test/integration/bookmarks_helper.h', | 3128 'browser/sync/test/integration/bookmarks_helper.h', |
| 3118 'browser/sync/test/integration/extensions_helper.cc', | 3129 'browser/sync/test/integration/extensions_helper.cc', |
| 3119 'browser/sync/test/integration/extensions_helper.h', | 3130 'browser/sync/test/integration/extensions_helper.h', |
| 3120 'browser/sync/test/integration/many_client_bookmarks_sync_test.cc', | 3131 'browser/sync/test/integration/many_client_bookmarks_sync_test.cc', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3156 'browser/sync/test/integration/two_client_autofill_sync_test.cc', | 3167 'browser/sync/test/integration/two_client_autofill_sync_test.cc', |
| 3157 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', | 3168 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', |
| 3158 'browser/sync/test/integration/two_client_extensions_sync_test.cc', | 3169 'browser/sync/test/integration/two_client_extensions_sync_test.cc', |
| 3159 'browser/sync/test/integration/two_client_passwords_sync_test.cc', | 3170 'browser/sync/test/integration/two_client_passwords_sync_test.cc', |
| 3160 'browser/sync/test/integration/two_client_preferences_sync_test.cc', | 3171 'browser/sync/test/integration/two_client_preferences_sync_test.cc', |
| 3161 'browser/sync/test/integration/two_client_sessions_sync_test.cc', | 3172 'browser/sync/test/integration/two_client_sessions_sync_test.cc', |
| 3162 'browser/sync/test/integration/two_client_themes_sync_test.cc', | 3173 'browser/sync/test/integration/two_client_themes_sync_test.cc', |
| 3163 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', | 3174 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', |
| 3164 'browser/sync/test/integration/typed_urls_helper.cc', | 3175 'browser/sync/test/integration/typed_urls_helper.cc', |
| 3165 'browser/sync/test/integration/typed_urls_helper.h', | 3176 'browser/sync/test/integration/typed_urls_helper.h', |
| 3177 '../content/test/out_of_proc_test_runner.cc', |
| 3166 ], | 3178 ], |
| 3167 'conditions': [ | 3179 'conditions': [ |
| 3168 ['toolkit_uses_gtk == 1', { | 3180 ['toolkit_uses_gtk == 1', { |
| 3169 'dependencies': [ | 3181 'dependencies': [ |
| 3170 '../build/linux/system.gyp:gtk', | 3182 '../build/linux/system.gyp:gtk', |
| 3171 '../build/linux/system.gyp:ssl', | 3183 '../build/linux/system.gyp:ssl', |
| 3172 ], | 3184 ], |
| 3173 }], | 3185 }], |
| 3174 ['OS=="mac"', { | 3186 ['OS=="mac"', { |
| 3175 # See the comment in this section of the unit_tests target for an | 3187 # 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... |
| 3238 'test_support_common', | 3250 'test_support_common', |
| 3239 '../skia/skia.gyp:skia', | 3251 '../skia/skia.gyp:skia', |
| 3240 '../testing/gmock.gyp:gmock', | 3252 '../testing/gmock.gyp:gmock', |
| 3241 '../testing/gtest.gyp:gtest', | 3253 '../testing/gtest.gyp:gtest', |
| 3242 ], | 3254 ], |
| 3243 'include_dirs': [ | 3255 'include_dirs': [ |
| 3244 '..', | 3256 '..', |
| 3245 '<(INTERMEDIATE_DIR)', | 3257 '<(INTERMEDIATE_DIR)', |
| 3246 '<(protoc_out_dir)', | 3258 '<(protoc_out_dir)', |
| 3247 ], | 3259 ], |
| 3248 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 3260 'defines': [ |
| 3261 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 3262 'BROWSER_TESTS_USE_CHROME', |
| 3263 ], |
| 3249 'sources': [ | 3264 'sources': [ |
| 3250 'app/chrome_command_ids.h', | 3265 'app/chrome_command_ids.h', |
| 3251 'app/chrome_dll.rc', | 3266 'app/chrome_dll.rc', |
| 3252 'app/chrome_dll_resource.h', | 3267 'app/chrome_dll_resource.h', |
| 3253 'app/chrome_version.rc.version', | 3268 'app/chrome_version.rc.version', |
| 3254 'browser/password_manager/password_form_data.cc', | 3269 'browser/password_manager/password_form_data.cc', |
| 3255 'browser/sessions/session_backend.cc', | 3270 'browser/sessions/session_backend.cc', |
| 3256 'browser/sync/glue/session_model_associator.cc', | 3271 'browser/sync/glue/session_model_associator.cc', |
| 3257 'browser/sync/test/integration/autofill_helper.cc', | 3272 'browser/sync/test/integration/autofill_helper.cc', |
| 3258 'browser/sync/test/integration/autofill_helper.h', | 3273 'browser/sync/test/integration/autofill_helper.h', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 3273 'browser/sync/test/integration/sessions_helper.cc', | 3288 'browser/sync/test/integration/sessions_helper.cc', |
| 3274 'browser/sync/test/integration/sessions_helper.h', | 3289 'browser/sync/test/integration/sessions_helper.h', |
| 3275 'browser/sync/test/integration/sync_datatype_helper.cc', | 3290 'browser/sync/test/integration/sync_datatype_helper.cc', |
| 3276 'browser/sync/test/integration/sync_datatype_helper.h', | 3291 'browser/sync/test/integration/sync_datatype_helper.h', |
| 3277 'browser/sync/test/integration/sync_extension_helper.cc', | 3292 'browser/sync/test/integration/sync_extension_helper.cc', |
| 3278 'browser/sync/test/integration/sync_extension_helper.h', | 3293 'browser/sync/test/integration/sync_extension_helper.h', |
| 3279 'browser/sync/test/integration/sync_test.cc', | 3294 'browser/sync/test/integration/sync_test.cc', |
| 3280 'browser/sync/test/integration/sync_test.h', | 3295 'browser/sync/test/integration/sync_test.h', |
| 3281 'browser/sync/test/integration/typed_urls_helper.cc', | 3296 'browser/sync/test/integration/typed_urls_helper.cc', |
| 3282 'browser/sync/test/integration/typed_urls_helper.h', | 3297 'browser/sync/test/integration/typed_urls_helper.h', |
| 3283 'test/base/out_of_proc_test_runner.cc', | |
| 3284 'test/data/resource.rc', | 3298 'test/data/resource.rc', |
| 3299 '../content/test/out_of_proc_test_runner.cc', |
| 3285 ], | 3300 ], |
| 3286 'conditions': [ | 3301 'conditions': [ |
| 3287 ['toolkit_uses_gtk == 1', { | 3302 ['toolkit_uses_gtk == 1', { |
| 3288 'dependencies': [ | 3303 'dependencies': [ |
| 3289 '../build/linux/system.gyp:gtk', | 3304 '../build/linux/system.gyp:gtk', |
| 3290 '../build/linux/system.gyp:ssl', | 3305 '../build/linux/system.gyp:ssl', |
| 3291 ], | 3306 ], |
| 3292 }], | 3307 }], |
| 3293 ['OS=="mac"', { | 3308 ['OS=="mac"', { |
| 3294 # See the comment in this section of the unit_tests target for an | 3309 # 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... |
| 3370 '../testing/gtest.gyp:gtest', | 3385 '../testing/gtest.gyp:gtest', |
| 3371 '../third_party/icu/icu.gyp:icui18n', | 3386 '../third_party/icu/icu.gyp:icui18n', |
| 3372 '../third_party/icu/icu.gyp:icuuc', | 3387 '../third_party/icu/icu.gyp:icuuc', |
| 3373 # Runtime dependencies | 3388 # Runtime dependencies |
| 3374 '../third_party/mesa/mesa.gyp:osmesa', | 3389 '../third_party/mesa/mesa.gyp:osmesa', |
| 3375 ], | 3390 ], |
| 3376 'include_dirs': [ | 3391 'include_dirs': [ |
| 3377 '..', | 3392 '..', |
| 3378 '<(test_list_out_dir)', | 3393 '<(test_list_out_dir)', |
| 3379 ], | 3394 ], |
| 3380 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 3395 'defines': [ |
| 3396 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 3397 'BROWSER_TESTS_USE_CHROME', |
| 3398 ], |
| 3381 'sources': [ | 3399 'sources': [ |
| 3382 'browser/gpu_pixel_browsertest.cc', | 3400 'browser/gpu_pixel_browsertest.cc', |
| 3383 'browser/gpu_crash_browsertest.cc', | 3401 'browser/gpu_crash_browsertest.cc', |
| 3384 'test/base/out_of_proc_test_runner.cc', | |
| 3385 'test/gpu/webgl_conformance_tests.cc', | 3402 'test/gpu/webgl_conformance_tests.cc', |
| 3386 '<(test_list_out_dir)/webgl_conformance_test_list_autogen.h', | 3403 '<(test_list_out_dir)/webgl_conformance_test_list_autogen.h', |
| 3404 '../content/test/out_of_proc_test_runner.cc', |
| 3387 ], | 3405 ], |
| 3388 # hard_dependency is necessary for this target because it has actions | 3406 # hard_dependency is necessary for this target because it has actions |
| 3389 # that generate a header file included by dependent targets. The header | 3407 # that generate a header file included by dependent targets. The header |
| 3390 # file must be generated before the dependents are compiled. The usual | 3408 # file must be generated before the dependents are compiled. The usual |
| 3391 # semantics are to allow the two targets to build concurrently. | 3409 # semantics are to allow the two targets to build concurrently. |
| 3392 'hard_dependency': 1, | 3410 'hard_dependency': 1, |
| 3393 'actions': [ | 3411 'actions': [ |
| 3394 { | 3412 { |
| 3395 'action_name': 'generate_webgl_conformance_test_list', | 3413 'action_name': 'generate_webgl_conformance_test_list', |
| 3396 'inputs': [ | 3414 'inputs': [ |
| (...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3931 # Use outputs of this action as inputs for the main target build. | 3949 # Use outputs of this action as inputs for the main target build. |
| 3932 # Seems as a misnomer but makes this happy on Linux (scons). | 3950 # Seems as a misnomer but makes this happy on Linux (scons). |
| 3933 'process_outputs_as_sources': 1, | 3951 'process_outputs_as_sources': 1, |
| 3934 }, | 3952 }, |
| 3935 ], # 'actions' | 3953 ], # 'actions' |
| 3936 }, | 3954 }, |
| 3937 ] | 3955 ] |
| 3938 }], # 'coverage!=0' | 3956 }], # 'coverage!=0' |
| 3939 ], # 'conditions' | 3957 ], # 'conditions' |
| 3940 } | 3958 } |
| OLD | NEW |