| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 'test/logging/win/file_logger.cc', | 256 'test/logging/win/file_logger.cc', |
| 257 'test/logging/win/file_logger.h', | 257 'test/logging/win/file_logger.h', |
| 258 'test/logging/win/log_file_printer.cc', | 258 'test/logging/win/log_file_printer.cc', |
| 259 'test/logging/win/log_file_printer.h', | 259 'test/logging/win/log_file_printer.h', |
| 260 'test/logging/win/log_file_reader.cc', | 260 'test/logging/win/log_file_reader.cc', |
| 261 'test/logging/win/log_file_reader.h', | 261 'test/logging/win/log_file_reader.h', |
| 262 'test/logging/win/mof_data_parser.cc', | 262 'test/logging/win/mof_data_parser.cc', |
| 263 'test/logging/win/mof_data_parser.h', | 263 'test/logging/win/mof_data_parser.h', |
| 264 'test/logging/win/test_log_collector.cc', | 264 'test/logging/win/test_log_collector.cc', |
| 265 'test/logging/win/test_log_collector.h', | 265 'test/logging/win/test_log_collector.h', |
| 266 'test/ppapi/ppapi_test.cc', |
| 267 'test/ppapi/ppapi_test.h', |
| 266 # TODO: these should live here but are currently used by | 268 # TODO: these should live here but are currently used by |
| 267 # production code code in libbrowser (in chrome.gyp). | 269 # production code code in libbrowser (in chrome.gyp). |
| 268 #'../content/browser/net/url_request_mock_http_job.cc', | 270 #'../content/browser/net/url_request_mock_http_job.cc', |
| 269 #'../content/browser/net/url_request_mock_http_job.h', | 271 #'../content/browser/net/url_request_mock_http_job.h', |
| 272 '../content/test/gpu/test_switches.cc', |
| 273 '../content/test/gpu/test_switches.h', |
| 270 '../ui/gfx/image/image_unittest_util.h', | 274 '../ui/gfx/image/image_unittest_util.h', |
| 271 '../ui/gfx/image/image_unittest_util.cc', | 275 '../ui/gfx/image/image_unittest_util.cc', |
| 272 '../webkit/quota/mock_quota_manager.cc', | 276 '../webkit/quota/mock_quota_manager.cc', |
| 273 '../webkit/quota/mock_quota_manager.h', | 277 '../webkit/quota/mock_quota_manager.h', |
| 274 ], | 278 ], |
| 275 'conditions': [ | 279 'conditions': [ |
| 276 ['chromeos==0', { | 280 ['chromeos==0', { |
| 277 'sources/': [ | 281 'sources/': [ |
| 278 ['exclude', '^browser/chromeos'], | 282 ['exclude', '^browser/chromeos'], |
| 279 ], | 283 ], |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 '../net/net.gyp:net_resources', | 468 '../net/net.gyp:net_resources', |
| 465 '../net/net.gyp:net_test_support', | 469 '../net/net.gyp:net_test_support', |
| 466 '../skia/skia.gyp:skia', | 470 '../skia/skia.gyp:skia', |
| 467 '../third_party/icu/icu.gyp:icui18n', | 471 '../third_party/icu/icu.gyp:icui18n', |
| 468 '../third_party/icu/icu.gyp:icuuc', | 472 '../third_party/icu/icu.gyp:icuuc', |
| 469 '../third_party/libpng/libpng.gyp:libpng', | 473 '../third_party/libpng/libpng.gyp:libpng', |
| 470 '../third_party/zlib/zlib.gyp:zlib', | 474 '../third_party/zlib/zlib.gyp:zlib', |
| 471 '../testing/gmock.gyp:gmock', | 475 '../testing/gmock.gyp:gmock', |
| 472 '../testing/gtest.gyp:gtest', | 476 '../testing/gtest.gyp:gtest', |
| 473 '../third_party/npapi/npapi.gyp:npapi', | 477 '../third_party/npapi/npapi.gyp:npapi', |
| 474 # run time dependency | 478 # Runtime dependencies |
| 479 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| 475 '../webkit/support/webkit_support.gyp:webkit_resources', | 480 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 476 ], | 481 ], |
| 477 'include_dirs': [ | 482 'include_dirs': [ |
| 478 '..', | 483 '..', |
| 479 ], | 484 ], |
| 480 'defines': [ | 485 'defines': [ |
| 481 'HAS_OUT_OF_PROC_TEST_RUNNER', | 486 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 482 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', | 487 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', |
| 483 ], | 488 ], |
| 484 'sources': [ | 489 'sources': [ |
| (...skipping 23 matching lines...) Expand all Loading... |
| 508 'browser/ui/views/keyboard_access_browsertest.cc', | 513 'browser/ui/views/keyboard_access_browsertest.cc', |
| 509 'browser/ui/views/menu_item_view_test.cc', | 514 'browser/ui/views/menu_item_view_test.cc', |
| 510 'browser/ui/views/menu_model_adapter_test.cc', | 515 'browser/ui/views/menu_model_adapter_test.cc', |
| 511 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 516 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
| 512 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | 517 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
| 513 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', | 518 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', |
| 514 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc', | 519 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc', |
| 515 'test/base/chrome_test_launcher.cc', | 520 'test/base/chrome_test_launcher.cc', |
| 516 'test/base/view_event_test_base.cc', | 521 'test/base/view_event_test_base.cc', |
| 517 'test/base/view_event_test_base.h', | 522 'test/base/view_event_test_base.h', |
| 523 'test/ppapi/ppapi_interactive_browsertest.cc', |
| 518 '../content/browser/mouseleave_browsertest.cc', | 524 '../content/browser/mouseleave_browsertest.cc', |
| 519 ], | 525 ], |
| 520 'conditions': [ | 526 'conditions': [ |
| 521 ['toolkit_uses_gtk == 1', { | 527 ['toolkit_uses_gtk == 1', { |
| 522 'dependencies': [ | 528 'dependencies': [ |
| 523 '../build/linux/system.gyp:gtk', | 529 '../build/linux/system.gyp:gtk', |
| 524 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 530 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 525 ], | 531 ], |
| 526 'sources!': [ | 532 'sources!': [ |
| 527 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | 533 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
| (...skipping 2047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2575 ], | 2581 ], |
| 2576 }, | 2582 }, |
| 2577 ], | 2583 ], |
| 2578 }, | 2584 }, |
| 2579 { | 2585 { |
| 2580 # Executable that runs each browser test in a new process. | 2586 # Executable that runs each browser test in a new process. |
| 2581 'target_name': 'browser_tests', | 2587 'target_name': 'browser_tests', |
| 2582 'type': 'executable', | 2588 'type': 'executable', |
| 2583 'msvs_cygwin_shell': 0, | 2589 'msvs_cygwin_shell': 0, |
| 2584 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | 2590 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
| 2585 'copies': [ | |
| 2586 { | |
| 2587 'destination': '<(PRODUCT_DIR)', | |
| 2588 'files': [ | |
| 2589 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. | |
| 2590 '../ppapi/tests/test_case.html', | |
| 2591 '../ppapi/tests/test_case.html.mock-http-headers', | |
| 2592 '../ppapi/tests/test_page.css', | |
| 2593 '../ppapi/native_client/tests/ppapi_tests/ppapi_nacl_tests_newlib.nm
f', | |
| 2594 ], | |
| 2595 }, | |
| 2596 { | |
| 2597 'destination': '<(PRODUCT_DIR)/test_url_loader_data', | |
| 2598 'files': [ | |
| 2599 '../ppapi/tests/test_url_loader_data/hello.txt', | |
| 2600 ], | |
| 2601 }, | |
| 2602 ], | |
| 2603 'dependencies': [ | 2591 'dependencies': [ |
| 2604 'browser', | 2592 'browser', |
| 2605 '../sync/protocol/sync_proto.gyp:sync_proto', | 2593 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 2606 'chrome_resources.gyp:chrome_resources', | 2594 'chrome_resources.gyp:chrome_resources', |
| 2607 'chrome_resources.gyp:chrome_strings', | 2595 'chrome_resources.gyp:chrome_strings', |
| 2608 'chrome_resources.gyp:packed_extra_resources', | 2596 'chrome_resources.gyp:packed_extra_resources', |
| 2609 'chrome_resources.gyp:packed_resources', | 2597 'chrome_resources.gyp:packed_resources', |
| 2610 'common/extensions/api/api.gyp:api', | 2598 'common/extensions/api/api.gyp:api', |
| 2611 'renderer', | 2599 'renderer', |
| 2612 'test_support_common', | 2600 'test_support_common', |
| (...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3027 'test/data/webui/net_internals/test_view.js', | 3015 'test/data/webui/net_internals/test_view.js', |
| 3028 'test/data/webui/net_internals/timeline_view.js', | 3016 'test/data/webui/net_internals/timeline_view.js', |
| 3029 'test/data/webui/ntp4.js', | 3017 'test/data/webui/ntp4.js', |
| 3030 'test/data/webui/ntp4_browsertest.cc', | 3018 'test/data/webui/ntp4_browsertest.cc', |
| 3031 'test/data/webui/ntp4_browsertest.h', | 3019 'test/data/webui/ntp4_browsertest.h', |
| 3032 'test/data/webui/print_preview.cc', | 3020 'test/data/webui/print_preview.cc', |
| 3033 'test/data/webui/print_preview.h', | 3021 'test/data/webui/print_preview.h', |
| 3034 'test/data/webui/print_preview.js', | 3022 'test/data/webui/print_preview.js', |
| 3035 'test/data/webui/suidsandbox_browsertest.js', | 3023 'test/data/webui/suidsandbox_browsertest.js', |
| 3036 'test/gpu/gpu_feature_browsertest.cc', | 3024 'test/gpu/gpu_feature_browsertest.cc', |
| 3025 'test/ppapi/ppapi_browsertest.cc', |
| 3037 'test/security_tests/sandbox_browsertest.cc', | 3026 'test/security_tests/sandbox_browsertest.cc', |
| 3038 'test/ui/ppapi_uitest.cc', | |
| 3039 # TODO(craig): Rename this and run from base_unittests when the test | 3027 # TODO(craig): Rename this and run from base_unittests when the test |
| 3040 # is safe to run there. See http://crbug.com/78722 for details. | 3028 # is safe to run there. See http://crbug.com/78722 for details. |
| 3041 '../base/files/file_path_watcher_browsertest.cc', | 3029 '../base/files/file_path_watcher_browsertest.cc', |
| 3042 '../content/browser/accessibility/cross_platform_accessibility_browserte
st.cc', | 3030 '../content/browser/accessibility/cross_platform_accessibility_browserte
st.cc', |
| 3043 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc
', | 3031 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc
', |
| 3044 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', | 3032 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', |
| 3045 '../content/browser/accessibility/dump_accessibility_tree_helper.h', | 3033 '../content/browser/accessibility/dump_accessibility_tree_helper.h', |
| 3046 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm'
, | 3034 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm'
, |
| 3047 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc'
, | 3035 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc'
, |
| 3048 '../content/browser/appcache/appcache_browsertest.cc', | 3036 '../content/browser/appcache/appcache_browsertest.cc', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 3065 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', | 3053 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c
c', |
| 3066 '../content/browser/session_history_browsertest.cc', | 3054 '../content/browser/session_history_browsertest.cc', |
| 3067 '../content/browser/speech/speech_recognition_browsertest.cc', | 3055 '../content/browser/speech/speech_recognition_browsertest.cc', |
| 3068 '../content/browser/webkit_browsertest.cc', | 3056 '../content/browser/webkit_browsertest.cc', |
| 3069 '../content/browser/worker_host/test/worker_browsertest.cc', | 3057 '../content/browser/worker_host/test/worker_browsertest.cc', |
| 3070 '../content/public/test/render_widget_browsertest.h', | 3058 '../content/public/test/render_widget_browsertest.h', |
| 3071 '../content/renderer/mouse_lock_dispatcher_browsertest.cc', | 3059 '../content/renderer/mouse_lock_dispatcher_browsertest.cc', |
| 3072 '../content/renderer/render_view_browsertest.cc', | 3060 '../content/renderer/render_view_browsertest.cc', |
| 3073 '../content/renderer/render_view_browsertest_mac.mm', | 3061 '../content/renderer/render_view_browsertest_mac.mm', |
| 3074 '../content/renderer/renderer_accessibility_browsertest.cc', | 3062 '../content/renderer/renderer_accessibility_browsertest.cc', |
| 3075 '../content/test/gpu/test_switches.cc', | |
| 3076 '../content/test/gpu/test_switches.h', | |
| 3077 '../content/test/layout_browsertest.cc', | 3063 '../content/test/layout_browsertest.cc', |
| 3078 '../content/test/layout_browsertest.h', | 3064 '../content/test/layout_browsertest.h', |
| 3079 '../content/test/render_widget_browsertest.cc', | 3065 '../content/test/render_widget_browsertest.cc', |
| 3080 ], | 3066 ], |
| 3081 'rules': [ | 3067 'rules': [ |
| 3082 { | 3068 { |
| 3083 'rule_name': 'js2webui', | 3069 'rule_name': 'js2webui', |
| 3084 'extension': 'js', | 3070 'extension': 'js', |
| 3085 'msvs_external_rule': 1, | 3071 'msvs_external_rule': 1, |
| 3086 'inputs': [ | 3072 'inputs': [ |
| (...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4681 # Use outputs of this action as inputs for the main target build. | 4667 # Use outputs of this action as inputs for the main target build. |
| 4682 # Seems as a misnomer but makes this happy on Linux (scons). | 4668 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4683 'process_outputs_as_sources': 1, | 4669 'process_outputs_as_sources': 1, |
| 4684 }, | 4670 }, |
| 4685 ], # 'actions' | 4671 ], # 'actions' |
| 4686 }, | 4672 }, |
| 4687 ] | 4673 ] |
| 4688 }], # 'coverage!=0' | 4674 }], # 'coverage!=0' |
| 4689 ], # 'conditions' | 4675 ], # 'conditions' |
| 4690 } | 4676 } |
| OLD | NEW |