| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 'test/logging/win/file_logger.cc', | 252 'test/logging/win/file_logger.cc', |
| 253 'test/logging/win/file_logger.h', | 253 'test/logging/win/file_logger.h', |
| 254 'test/logging/win/log_file_printer.cc', | 254 'test/logging/win/log_file_printer.cc', |
| 255 'test/logging/win/log_file_printer.h', | 255 'test/logging/win/log_file_printer.h', |
| 256 'test/logging/win/log_file_reader.cc', | 256 'test/logging/win/log_file_reader.cc', |
| 257 'test/logging/win/log_file_reader.h', | 257 'test/logging/win/log_file_reader.h', |
| 258 'test/logging/win/mof_data_parser.cc', | 258 'test/logging/win/mof_data_parser.cc', |
| 259 'test/logging/win/mof_data_parser.h', | 259 'test/logging/win/mof_data_parser.h', |
| 260 'test/logging/win/test_log_collector.cc', | 260 'test/logging/win/test_log_collector.cc', |
| 261 'test/logging/win/test_log_collector.h', | 261 'test/logging/win/test_log_collector.h', |
| 262 'test/ppapi/ppapi_test.cc', |
| 263 'test/ppapi/ppapi_test.h', |
| 262 # TODO: these should live here but are currently used by | 264 # TODO: these should live here but are currently used by |
| 263 # production code code in libbrowser (in chrome.gyp). | 265 # production code code in libbrowser (in chrome.gyp). |
| 264 #'../content/browser/net/url_request_mock_http_job.cc', | 266 #'../content/browser/net/url_request_mock_http_job.cc', |
| 265 #'../content/browser/net/url_request_mock_http_job.h', | 267 #'../content/browser/net/url_request_mock_http_job.h', |
| 266 '../ui/gfx/image/image_unittest_util.h', | 268 '../ui/gfx/image/image_unittest_util.h', |
| 267 '../ui/gfx/image/image_unittest_util.cc', | 269 '../ui/gfx/image/image_unittest_util.cc', |
| 268 '../webkit/quota/mock_quota_manager.cc', | 270 '../webkit/quota/mock_quota_manager.cc', |
| 269 '../webkit/quota/mock_quota_manager.h', | 271 '../webkit/quota/mock_quota_manager.h', |
| 270 ], | 272 ], |
| 271 'conditions': [ | 273 'conditions': [ |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 '../net/net.gyp:net_resources', | 462 '../net/net.gyp:net_resources', |
| 461 '../net/net.gyp:net_test_support', | 463 '../net/net.gyp:net_test_support', |
| 462 '../skia/skia.gyp:skia', | 464 '../skia/skia.gyp:skia', |
| 463 '../third_party/icu/icu.gyp:icui18n', | 465 '../third_party/icu/icu.gyp:icui18n', |
| 464 '../third_party/icu/icu.gyp:icuuc', | 466 '../third_party/icu/icu.gyp:icuuc', |
| 465 '../third_party/libpng/libpng.gyp:libpng', | 467 '../third_party/libpng/libpng.gyp:libpng', |
| 466 '../third_party/zlib/zlib.gyp:zlib', | 468 '../third_party/zlib/zlib.gyp:zlib', |
| 467 '../testing/gmock.gyp:gmock', | 469 '../testing/gmock.gyp:gmock', |
| 468 '../testing/gtest.gyp:gtest', | 470 '../testing/gtest.gyp:gtest', |
| 469 '../third_party/npapi/npapi.gyp:npapi', | 471 '../third_party/npapi/npapi.gyp:npapi', |
| 470 # run time dependency | 472 # Runtime dependencies |
| 473 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| 471 '../webkit/support/webkit_support.gyp:webkit_resources', | 474 '../webkit/support/webkit_support.gyp:webkit_resources', |
| 472 ], | 475 ], |
| 473 'include_dirs': [ | 476 'include_dirs': [ |
| 474 '..', | 477 '..', |
| 475 ], | 478 ], |
| 476 'defines': [ | 479 'defines': [ |
| 477 'HAS_OUT_OF_PROC_TEST_RUNNER', | 480 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 478 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', | 481 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', |
| 479 ], | 482 ], |
| 480 'sources': [ | 483 'sources': [ |
| (...skipping 23 matching lines...) Expand all Loading... |
| 504 'browser/ui/views/keyboard_access_browsertest.cc', | 507 'browser/ui/views/keyboard_access_browsertest.cc', |
| 505 'browser/ui/views/menu_item_view_test.cc', | 508 'browser/ui/views/menu_item_view_test.cc', |
| 506 'browser/ui/views/menu_model_adapter_test.cc', | 509 'browser/ui/views/menu_model_adapter_test.cc', |
| 507 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 510 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
| 508 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | 511 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
| 509 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', | 512 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', |
| 510 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc', | 513 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc', |
| 511 'test/base/chrome_test_launcher.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 'test/ppapi/ppapi_interactive_browsertest.cc', |
| 514 '../content/browser/mouseleave_browsertest.cc', | 518 '../content/browser/mouseleave_browsertest.cc', |
| 515 ], | 519 ], |
| 516 'conditions': [ | 520 'conditions': [ |
| 517 ['toolkit_uses_gtk == 1', { | 521 ['toolkit_uses_gtk == 1', { |
| 518 'dependencies': [ | 522 'dependencies': [ |
| 519 '../build/linux/system.gyp:gtk', | 523 '../build/linux/system.gyp:gtk', |
| 520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 524 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 521 ], | 525 ], |
| 522 'sources!': [ | 526 'sources!': [ |
| 523 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | 527 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
| (...skipping 2022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2546 ], | 2550 ], |
| 2547 }, | 2551 }, |
| 2548 ], | 2552 ], |
| 2549 }, | 2553 }, |
| 2550 { | 2554 { |
| 2551 # Executable that runs each browser test in a new process. | 2555 # Executable that runs each browser test in a new process. |
| 2552 'target_name': 'browser_tests', | 2556 'target_name': 'browser_tests', |
| 2553 'type': 'executable', | 2557 'type': 'executable', |
| 2554 'msvs_cygwin_shell': 0, | 2558 'msvs_cygwin_shell': 0, |
| 2555 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | 2559 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
| 2556 'copies': [ | |
| 2557 { | |
| 2558 'destination': '<(PRODUCT_DIR)', | |
| 2559 'files': [ | |
| 2560 # Keep 'test_case.html.mock-http-headers' with 'test_case.html'. | |
| 2561 '../ppapi/tests/test_case.html', | |
| 2562 '../ppapi/tests/test_case.html.mock-http-headers', | |
| 2563 '../ppapi/tests/test_page.css', | |
| 2564 '../ppapi/native_client/tests/ppapi_tests/ppapi_nacl_tests_newlib.nm
f', | |
| 2565 ], | |
| 2566 }, | |
| 2567 { | |
| 2568 'destination': '<(PRODUCT_DIR)/test_url_loader_data', | |
| 2569 'files': [ | |
| 2570 '../ppapi/tests/test_url_loader_data/hello.txt', | |
| 2571 ], | |
| 2572 }, | |
| 2573 ], | |
| 2574 'dependencies': [ | 2560 'dependencies': [ |
| 2575 'browser', | 2561 'browser', |
| 2576 '../sync/protocol/sync_proto.gyp:sync_proto', | 2562 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 2577 'chrome_resources.gyp:chrome_resources', | 2563 'chrome_resources.gyp:chrome_resources', |
| 2578 'chrome_resources.gyp:chrome_strings', | 2564 'chrome_resources.gyp:chrome_strings', |
| 2579 'chrome_resources.gyp:packed_extra_resources', | 2565 'chrome_resources.gyp:packed_extra_resources', |
| 2580 'chrome_resources.gyp:packed_resources', | 2566 'chrome_resources.gyp:packed_resources', |
| 2581 'common/extensions/api/api.gyp:api', | 2567 'common/extensions/api/api.gyp:api', |
| 2582 'renderer', | 2568 'renderer', |
| 2583 'test_support_common', | 2569 'test_support_common', |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2996 'test/data/webui/net_internals/test_view.js', | 2982 'test/data/webui/net_internals/test_view.js', |
| 2997 'test/data/webui/net_internals/timeline_view.js', | 2983 'test/data/webui/net_internals/timeline_view.js', |
| 2998 'test/data/webui/ntp4.js', | 2984 'test/data/webui/ntp4.js', |
| 2999 'test/data/webui/ntp4_browsertest.cc', | 2985 'test/data/webui/ntp4_browsertest.cc', |
| 3000 'test/data/webui/ntp4_browsertest.h', | 2986 'test/data/webui/ntp4_browsertest.h', |
| 3001 'test/data/webui/print_preview.cc', | 2987 'test/data/webui/print_preview.cc', |
| 3002 'test/data/webui/print_preview.h', | 2988 'test/data/webui/print_preview.h', |
| 3003 'test/data/webui/print_preview.js', | 2989 'test/data/webui/print_preview.js', |
| 3004 'test/data/webui/suidsandbox_browsertest.js', | 2990 'test/data/webui/suidsandbox_browsertest.js', |
| 3005 'test/gpu/gpu_feature_browsertest.cc', | 2991 'test/gpu/gpu_feature_browsertest.cc', |
| 2992 'test/ppapi/ppapi_browsertest.cc', |
| 3006 'test/security_tests/sandbox_browsertest.cc', | 2993 'test/security_tests/sandbox_browsertest.cc', |
| 3007 'test/ui/ppapi_uitest.cc', | |
| 3008 # TODO(craig): Rename this and run from base_unittests when the test | 2994 # TODO(craig): Rename this and run from base_unittests when the test |
| 3009 # is safe to run there. See http://crbug.com/78722 for details. | 2995 # is safe to run there. See http://crbug.com/78722 for details. |
| 3010 '../base/files/file_path_watcher_browsertest.cc', | 2996 '../base/files/file_path_watcher_browsertest.cc', |
| 3011 '../content/browser/accessibility/cross_platform_accessibility_browserte
st.cc', | 2997 '../content/browser/accessibility/cross_platform_accessibility_browserte
st.cc', |
| 3012 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc
', | 2998 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc
', |
| 3013 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', | 2999 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', |
| 3014 '../content/browser/accessibility/dump_accessibility_tree_helper.h', | 3000 '../content/browser/accessibility/dump_accessibility_tree_helper.h', |
| 3015 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm'
, | 3001 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm'
, |
| 3016 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc'
, | 3002 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc'
, |
| 3017 '../content/browser/appcache/appcache_browsertest.cc', | 3003 '../content/browser/appcache/appcache_browsertest.cc', |
| (...skipping 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4650 # Use outputs of this action as inputs for the main target build. | 4636 # Use outputs of this action as inputs for the main target build. |
| 4651 # Seems as a misnomer but makes this happy on Linux (scons). | 4637 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4652 'process_outputs_as_sources': 1, | 4638 'process_outputs_as_sources': 1, |
| 4653 }, | 4639 }, |
| 4654 ], # 'actions' | 4640 ], # 'actions' |
| 4655 }, | 4641 }, |
| 4656 ] | 4642 ] |
| 4657 }], # 'coverage!=0' | 4643 }], # 'coverage!=0' |
| 4658 ], # 'conditions' | 4644 ], # 'conditions' |
| 4659 } | 4645 } |
| OLD | NEW |