Chromium Code Reviews| 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 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 828 'test/base/chrome_process_util_uitest.cc', | 828 'test/base/chrome_process_util_uitest.cc', |
| 829 'test/reliability/automated_ui_test_test.cc', | 829 'test/reliability/automated_ui_test_test.cc', |
| 830 'test/ui/history_uitest.cc', | 830 'test/ui/history_uitest.cc', |
| 831 'test/ui/layout_plugin_uitest.cc', | 831 'test/ui/layout_plugin_uitest.cc', |
| 832 'test/ui/named_interface_uitest.cc', | 832 'test/ui/named_interface_uitest.cc', |
| 833 'test/ui/npapi_uitest.cc', | 833 'test/ui/npapi_uitest.cc', |
| 834 'test/ui/sandbox_uitests.cc', | 834 'test/ui/sandbox_uitests.cc', |
| 835 '../content/browser/appcache/appcache_ui_test.cc', | 835 '../content/browser/appcache/appcache_ui_test.cc', |
| 836 '../content/browser/in_process_webkit/dom_storage_uitest.cc', | 836 '../content/browser/in_process_webkit/dom_storage_uitest.cc', |
| 837 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', | 837 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', |
| 838 '../content/worker/test/worker_uitest.cc', | |
|
Andrew T Wilson (Slow)
2012/03/28 22:44:09
Yay!
| |
| 839 # DON'T ADD NEW FILES! SEE NOTE AT TOP OF SECTION. | 838 # DON'T ADD NEW FILES! SEE NOTE AT TOP OF SECTION. |
| 840 ], | 839 ], |
| 841 'conditions': [ | 840 'conditions': [ |
| 842 ['target_arch!="arm"', { | 841 ['target_arch!="arm"', { |
| 843 'dependencies': [ | 842 'dependencies': [ |
| 844 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 843 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
| 845 ], | 844 ], |
| 846 }], | 845 }], |
| 847 ['toolkit_uses_gtk == 1', { | 846 ['toolkit_uses_gtk == 1', { |
| 848 'dependencies': [ | 847 'dependencies': [ |
| (...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2861 'renderer/content_settings_observer_browsertest.cc', | 2860 'renderer/content_settings_observer_browsertest.cc', |
| 2862 'renderer/page_click_tracker_browsertest.cc', | 2861 'renderer/page_click_tracker_browsertest.cc', |
| 2863 'renderer/print_web_view_helper_browsertest.cc', | 2862 'renderer/print_web_view_helper_browsertest.cc', |
| 2864 'renderer/safe_browsing/malware_dom_details_browsertest.cc', | 2863 'renderer/safe_browsing/malware_dom_details_browsertest.cc', |
| 2865 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 2864 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
| 2866 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 2865 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
| 2867 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2866 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
| 2868 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 2867 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
| 2869 'renderer/translate_helper_browsertest.cc', | 2868 'renderer/translate_helper_browsertest.cc', |
| 2870 'test/automation/dom_automation_browsertest.cc', | 2869 'test/automation/dom_automation_browsertest.cc', |
| 2870 'test/base/layout_test_http_server.cc', | |
| 2871 'test/base/layout_test_http_server.h', | |
| 2871 'test/base/in_process_browser_test_browsertest.cc', | 2872 'test/base/in_process_browser_test_browsertest.cc', |
| 2872 'test/base/chrome_render_view_test.cc', | 2873 'test/base/chrome_render_view_test.cc', |
| 2873 'test/base/chrome_render_view_test.h', | 2874 'test/base/chrome_render_view_test.h', |
| 2874 'test/base/chrome_test_launcher.cc', | 2875 'test/base/chrome_test_launcher.cc', |
| 2875 'test/data/webui/assertions.js', | 2876 'test/data/webui/assertions.js', |
| 2876 'test/data/webui/async_gen.cc', | 2877 'test/data/webui/async_gen.cc', |
| 2877 'test/data/webui/async_gen.h', | 2878 'test/data/webui/async_gen.h', |
| 2878 'test/data/webui/async_gen.js', | 2879 'test/data/webui/async_gen.js', |
| 2879 'test/data/webui/certificate_viewer_dialog_test.js', | 2880 'test/data/webui/certificate_viewer_dialog_test.js', |
| 2880 'test/data/webui/certificate_viewer_ui_test-inl.h', | 2881 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2917 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc', | 2918 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc', |
| 2918 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', | 2919 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', |
| 2919 '../content/browser/plugin_data_remover_impl_browsertest.cc', | 2920 '../content/browser/plugin_data_remover_impl_browsertest.cc', |
| 2920 '../content/browser/plugin_service_impl_browsertest.cc', | 2921 '../content/browser/plugin_service_impl_browsertest.cc', |
| 2921 '../content/browser/renderer_host/render_process_host_browsertest.cc', | 2922 '../content/browser/renderer_host/render_process_host_browsertest.cc', |
| 2922 '../content/browser/renderer_host/render_view_host_browsertest.cc', | 2923 '../content/browser/renderer_host/render_view_host_browsertest.cc', |
| 2923 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', | 2924 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', |
| 2924 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', | 2925 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', |
| 2925 '../content/browser/speech/speech_recognition_browsertest.cc', | 2926 '../content/browser/speech/speech_recognition_browsertest.cc', |
| 2926 '../content/browser/webkit_browsertest.cc', | 2927 '../content/browser/webkit_browsertest.cc', |
| 2928 '../content/browser/worker_host/test/worker_browsertest.cc', | |
| 2927 '../content/renderer/mouse_lock_dispatcher_browsertest.cc', | 2929 '../content/renderer/mouse_lock_dispatcher_browsertest.cc', |
| 2928 '../content/renderer/render_view_browsertest.cc', | 2930 '../content/renderer/render_view_browsertest.cc', |
| 2929 '../content/renderer/render_view_browsertest_mac.mm', | 2931 '../content/renderer/render_view_browsertest_mac.mm', |
| 2930 '../content/test/layout_browsertest.cc', | 2932 '../content/test/layout_browsertest.cc', |
| 2931 '../content/test/layout_browsertest.h', | 2933 '../content/test/layout_browsertest.h', |
| 2932 '../content/test/render_widget_browsertest.cc', | 2934 '../content/test/render_widget_browsertest.cc', |
| 2933 '../content/test/render_widget_browsertest.h', | 2935 '../content/test/render_widget_browsertest.h', |
| 2934 '../content/test/test_launcher.cc', | 2936 '../content/test/test_launcher.cc', |
| 2935 '../content/test/test_launcher.h', | 2937 '../content/test/test_launcher.h', |
| 2936 ], | 2938 ], |
| (...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4608 # Use outputs of this action as inputs for the main target build. | 4610 # Use outputs of this action as inputs for the main target build. |
| 4609 # Seems as a misnomer but makes this happy on Linux (scons). | 4611 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4610 'process_outputs_as_sources': 1, | 4612 'process_outputs_as_sources': 1, |
| 4611 }, | 4613 }, |
| 4612 ], # 'actions' | 4614 ], # 'actions' |
| 4613 }, | 4615 }, |
| 4614 ] | 4616 ] |
| 4615 }], # 'coverage!=0' | 4617 }], # 'coverage!=0' |
| 4616 ], # 'conditions' | 4618 ], # 'conditions' |
| 4617 } | 4619 } |
| OLD | NEW |