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 '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 2590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2601 'test/automation/dom_automation_browsertest.cc', | 2601 'test/automation/dom_automation_browsertest.cc', |
2602 'test/base/in_process_browser_test_browsertest.cc', | 2602 'test/base/in_process_browser_test_browsertest.cc', |
2603 'test/base/chrome_render_view_test.cc', | 2603 'test/base/chrome_render_view_test.cc', |
2604 'test/base/chrome_render_view_test.h', | 2604 'test/base/chrome_render_view_test.h', |
2605 'test/base/chrome_test_launcher.cc', | 2605 'test/base/chrome_test_launcher.cc', |
2606 'test/data/webui/assertions.js', | 2606 'test/data/webui/assertions.js', |
2607 'test/data/webui/async_gen-inl.h', | 2607 'test/data/webui/async_gen-inl.h', |
2608 'test/data/webui/async_gen.js', | 2608 'test/data/webui/async_gen.js', |
2609 'test/data/webui/certificate_viewer_dialog_test.js', | 2609 'test/data/webui/certificate_viewer_dialog_test.js', |
2610 'test/data/webui/certificate_viewer_ui_test-inl.h', | 2610 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| 2611 'test/data/webui/hung_renderer_dialog_test.js', |
| 2612 'test/data/webui/hung_renderer_dialog_ui_test-inl.h', |
2611 'test/data/webui/ntp4.js', | 2613 'test/data/webui/ntp4.js', |
2612 'test/data/webui/print_preview.js', | 2614 'test/data/webui/print_preview.js', |
2613 # TODO(craig): Rename this and run from base_unittests when the test | 2615 # TODO(craig): Rename this and run from base_unittests when the test |
2614 # is safe to run there. See http://crbug.com/78722 for details. | 2616 # is safe to run there. See http://crbug.com/78722 for details. |
2615 '../base/files/file_path_watcher_browsertest.cc', | 2617 '../base/files/file_path_watcher_browsertest.cc', |
2616 '../content/app/startup_helper_win.cc', | 2618 '../content/app/startup_helper_win.cc', |
2617 '../content/browser/child_process_security_policy_browsertest.cc', | 2619 '../content/browser/child_process_security_policy_browsertest.cc', |
2618 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | 2620 '../content/browser/device_orientation/device_orientation_browsertest.cc
', |
2619 '../content/browser/download/mhtml_generation_browsertest.cc', | 2621 '../content/browser/download/mhtml_generation_browsertest.cc', |
2620 '../content/browser/file_system/file_system_browsertest.cc', | 2622 '../content/browser/file_system/file_system_browsertest.cc', |
(...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4183 # Use outputs of this action as inputs for the main target build. | 4185 # Use outputs of this action as inputs for the main target build. |
4184 # Seems as a misnomer but makes this happy on Linux (scons). | 4186 # Seems as a misnomer but makes this happy on Linux (scons). |
4185 'process_outputs_as_sources': 1, | 4187 'process_outputs_as_sources': 1, |
4186 }, | 4188 }, |
4187 ], # 'actions' | 4189 ], # 'actions' |
4188 }, | 4190 }, |
4189 ] | 4191 ] |
4190 }], # 'coverage!=0' | 4192 }], # 'coverage!=0' |
4191 ], # 'conditions' | 4193 ], # 'conditions' |
4192 } | 4194 } |
OLD | NEW |