| 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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 'browser/ui/views/tabs/tab_dragging_test.cc', | 485 'browser/ui/views/tabs/tab_dragging_test.cc', |
| 486 'browser/ui/views/menu_item_view_test.cc', | 486 'browser/ui/views/menu_item_view_test.cc', |
| 487 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', | 487 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', |
| 488 'test/interactive_ui/infobars_uitest.cc', | 488 'test/interactive_ui/infobars_uitest.cc', |
| 489 'test/interactive_ui/keyboard_access_uitest.cc', | 489 'test/interactive_ui/keyboard_access_uitest.cc', |
| 490 'test/interactive_ui/mouseleave_interactive_uitest.cc', | 490 'test/interactive_ui/mouseleave_interactive_uitest.cc', |
| 491 'test/interactive_ui/npapi_interactive_test.cc', | 491 'test/interactive_ui/npapi_interactive_test.cc', |
| 492 'test/interactive_ui/view_event_test_base.cc', | 492 'test/interactive_ui/view_event_test_base.cc', |
| 493 'test/interactive_ui/view_event_test_base.h', | 493 'test/interactive_ui/view_event_test_base.h', |
| 494 'test/out_of_proc_test_runner.cc', | 494 'test/out_of_proc_test_runner.cc', |
| 495 'test/out_of_proc_test_runner.h', |
| 495 'test/unit/chrome_test_suite.h', | 496 'test/unit/chrome_test_suite.h', |
| 496 ], | 497 ], |
| 497 'conditions': [ | 498 'conditions': [ |
| 498 ['toolkit_uses_gtk == 1', { | 499 ['toolkit_uses_gtk == 1', { |
| 499 'dependencies': [ | 500 'dependencies': [ |
| 500 '../build/linux/system.gyp:gtk', | 501 '../build/linux/system.gyp:gtk', |
| 501 '../build/linux/system.gyp:ssl', | 502 '../build/linux/system.gyp:ssl', |
| 502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 503 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 503 ], | 504 ], |
| 504 }], | 505 }], |
| (...skipping 1991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2496 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 2497 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
| 2497 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2498 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
| 2498 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 2499 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
| 2499 'renderer/safe_browsing/render_view_fake_resources_test.cc', | 2500 'renderer/safe_browsing/render_view_fake_resources_test.cc', |
| 2500 'renderer/safe_browsing/render_view_fake_resources_test.h', | 2501 'renderer/safe_browsing/render_view_fake_resources_test.h', |
| 2501 'renderer/translate_helper_browsertest.cc', | 2502 'renderer/translate_helper_browsertest.cc', |
| 2502 'test/automation/dom_automation_browsertest.cc', | 2503 'test/automation/dom_automation_browsertest.cc', |
| 2503 'test/gpu/gpu_browsertest.cc', | 2504 'test/gpu/gpu_browsertest.cc', |
| 2504 'test/in_process_browser_test_browsertest.cc', | 2505 'test/in_process_browser_test_browsertest.cc', |
| 2505 'test/out_of_proc_test_runner.cc', | 2506 'test/out_of_proc_test_runner.cc', |
| 2507 'test/out_of_proc_test_runner.h', |
| 2506 'test/render_view_test.cc', | 2508 'test/render_view_test.cc', |
| 2507 'test/render_view_test.h', | 2509 'test/render_view_test.h', |
| 2508 # TODO(craig): Rename this and run from base_unittests when the test | 2510 # TODO(craig): Rename this and run from base_unittests when the test |
| 2509 # is safe to run there. See http://crbug.com/78722 for details. | 2511 # is safe to run there. See http://crbug.com/78722 for details. |
| 2510 '../base/files/file_path_watcher_browsertest.cc', | 2512 '../base/files/file_path_watcher_browsertest.cc', |
| 2511 '../content/browser/child_process_security_policy_browsertest.cc', | 2513 '../content/browser/child_process_security_policy_browsertest.cc', |
| 2512 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | 2514 '../content/browser/device_orientation/device_orientation_browsertest.cc
', |
| 2513 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', | 2515 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', |
| 2514 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', | 2516 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', |
| 2515 '../content/browser/plugin_service_browsertest.cc', | 2517 '../content/browser/plugin_service_browsertest.cc', |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2706 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 2708 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
| 2707 ], | 2709 ], |
| 2708 'include_dirs': [ | 2710 'include_dirs': [ |
| 2709 '..', | 2711 '..', |
| 2710 ], | 2712 ], |
| 2711 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 2713 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], |
| 2712 'sources': [ | 2714 'sources': [ |
| 2713 'app/chrome_dll.rc', | 2715 'app/chrome_dll.rc', |
| 2714 'browser/safe_browsing/safe_browsing_test.cc', | 2716 'browser/safe_browsing/safe_browsing_test.cc', |
| 2715 'test/out_of_proc_test_runner.cc', | 2717 'test/out_of_proc_test_runner.cc', |
| 2718 'test/out_of_proc_test_runner.h', |
| 2716 ], | 2719 ], |
| 2717 'conditions': [ | 2720 'conditions': [ |
| 2718 ['OS=="win"', { | 2721 ['OS=="win"', { |
| 2719 'dependencies': [ | 2722 'dependencies': [ |
| 2720 'chrome_dll_version', | 2723 'chrome_dll_version', |
| 2721 'installer_util_strings', | 2724 'installer_util_strings', |
| 2722 '../sandbox/sandbox.gyp:sandbox', | 2725 '../sandbox/sandbox.gyp:sandbox', |
| 2723 ], | 2726 ], |
| 2724 'sources': [ | 2727 'sources': [ |
| 2725 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 2728 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
| (...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3321 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 3324 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], |
| 3322 'sources': [ | 3325 'sources': [ |
| 3323 'app/chrome_command_ids.h', | 3326 'app/chrome_command_ids.h', |
| 3324 'app/chrome_dll.rc', | 3327 'app/chrome_dll.rc', |
| 3325 'app/chrome_dll_resource.h', | 3328 'app/chrome_dll_resource.h', |
| 3326 'app/chrome_dll_version.rc.version', | 3329 'app/chrome_dll_version.rc.version', |
| 3327 'browser/password_manager/password_form_data.cc', | 3330 'browser/password_manager/password_form_data.cc', |
| 3328 'browser/sessions/session_backend.cc', | 3331 'browser/sessions/session_backend.cc', |
| 3329 'browser/sync/glue/session_model_associator.cc', | 3332 'browser/sync/glue/session_model_associator.cc', |
| 3330 'test/out_of_proc_test_runner.cc', | 3333 'test/out_of_proc_test_runner.cc', |
| 3334 'test/out_of_proc_test_runner.h', |
| 3331 'test/live_sync/bookmark_model_verifier.cc', | 3335 'test/live_sync/bookmark_model_verifier.cc', |
| 3332 'test/live_sync/bookmark_model_verifier.h', | 3336 'test/live_sync/bookmark_model_verifier.h', |
| 3333 'test/live_sync/live_apps_sync_test.cc', | 3337 'test/live_sync/live_apps_sync_test.cc', |
| 3334 'test/live_sync/live_apps_sync_test.h', | 3338 'test/live_sync/live_apps_sync_test.h', |
| 3335 'test/live_sync/live_autofill_sync_test.cc', | 3339 'test/live_sync/live_autofill_sync_test.cc', |
| 3336 'test/live_sync/live_autofill_sync_test.h', | 3340 'test/live_sync/live_autofill_sync_test.h', |
| 3337 'test/live_sync/live_bookmarks_sync_test.cc', | 3341 'test/live_sync/live_bookmarks_sync_test.cc', |
| 3338 'test/live_sync/live_bookmarks_sync_test.h', | 3342 'test/live_sync/live_bookmarks_sync_test.h', |
| 3339 'test/live_sync/live_extensions_sync_test.cc', | 3343 'test/live_sync/live_extensions_sync_test.cc', |
| 3340 'test/live_sync/live_extensions_sync_test.h', | 3344 'test/live_sync/live_extensions_sync_test.h', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3474 '../third_party/mesa/mesa.gyp:osmesa', | 3478 '../third_party/mesa/mesa.gyp:osmesa', |
| 3475 ], | 3479 ], |
| 3476 'include_dirs': [ | 3480 'include_dirs': [ |
| 3477 '..', | 3481 '..', |
| 3478 ], | 3482 ], |
| 3479 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 3483 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], |
| 3480 'sources': [ | 3484 'sources': [ |
| 3481 'browser/gpu_pixel_browsertest.cc', | 3485 'browser/gpu_pixel_browsertest.cc', |
| 3482 'browser/gpu_crash_browsertest.cc', | 3486 'browser/gpu_crash_browsertest.cc', |
| 3483 'test/out_of_proc_test_runner.cc', | 3487 'test/out_of_proc_test_runner.cc', |
| 3488 'test/out_of_proc_test_runner.h', |
| 3484 ], | 3489 ], |
| 3485 'conditions': [ | 3490 'conditions': [ |
| 3486 ['OS=="win"', { | 3491 ['OS=="win"', { |
| 3487 'dependencies': [ | 3492 'dependencies': [ |
| 3488 'chrome_dll_version', | 3493 'chrome_dll_version', |
| 3489 'installer_util_strings', | 3494 'installer_util_strings', |
| 3490 '../sandbox/sandbox.gyp:sandbox', | 3495 '../sandbox/sandbox.gyp:sandbox', |
| 3491 ], | 3496 ], |
| 3492 'include_dirs': [ | 3497 'include_dirs': [ |
| 3493 '<(DEPTH)/third_party/wtl/include', | 3498 '<(DEPTH)/third_party/wtl/include', |
| (...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4107 ] | 4112 ] |
| 4108 }], # 'coverage!=0' | 4113 }], # 'coverage!=0' |
| 4109 ], # 'conditions' | 4114 ], # 'conditions' |
| 4110 } | 4115 } |
| 4111 | 4116 |
| 4112 # Local Variables: | 4117 # Local Variables: |
| 4113 # tab-width:2 | 4118 # tab-width:2 |
| 4114 # indent-tabs-mode:nil | 4119 # indent-tabs-mode:nil |
| 4115 # End: | 4120 # End: |
| 4116 # vim: set expandtab tabstop=2 shiftwidth=2: | 4121 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |