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 2601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2612 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 2612 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
2613 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2613 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
2614 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 2614 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
2615 'renderer/safe_browsing/render_view_fake_resources_test.cc', | 2615 'renderer/safe_browsing/render_view_fake_resources_test.cc', |
2616 'renderer/safe_browsing/render_view_fake_resources_test.h', | 2616 'renderer/safe_browsing/render_view_fake_resources_test.h', |
2617 'renderer/translate_helper_browsertest.cc', | 2617 'renderer/translate_helper_browsertest.cc', |
2618 'test/automation/dom_automation_browsertest.cc', | 2618 'test/automation/dom_automation_browsertest.cc', |
2619 'test/data/webui/assertions-inl.h', | 2619 'test/data/webui/assertions-inl.h', |
2620 'test/data/webui/assertions.js', | 2620 'test/data/webui/assertions.js', |
2621 'test/data/webui/print_preview.js', | 2621 'test/data/webui/print_preview.js', |
2622 'test/data/webui/options.js', | 2622 'test/data/webui/options.js', |
James Hawkins
2011/07/26 01:26:24
mkdir test/data/webui/options
Sheridan Rawlins
2011/07/26 01:37:17
I can do that, but, know that the generated file w
Sheridan Rawlins
2011/08/03 16:06:42
Can this wait until crbug.com/90907 is addressed (
| |
2623 'test/data/webui/options_page_advanced.js', | |
2624 'test/data/webui/options_page_autofill.js', | |
2625 'test/data/webui/options_page_browser.js', | |
2626 'test/data/webui/options_page_certificates.js', | |
2627 'test/data/webui/options_page_content.js', | |
2628 'test/data/webui/options_page_contentexceptions.js', | |
2629 'test/data/webui/options_page_cookies.js', | |
2630 'test/data/webui/options_page_fonts.js', | |
2631 'test/data/webui/options_page_languages.js', | |
2632 'test/data/webui/options_page_passwords.js', | |
2633 'test/data/webui/options_page_personal.js', | |
2634 'test/data/webui/options_page_searchengines.js', | |
2623 'test/gpu/gpu_browsertest.cc', | 2635 'test/gpu/gpu_browsertest.cc', |
2624 'test/in_process_browser_test_browsertest.cc', | 2636 'test/in_process_browser_test_browsertest.cc', |
2625 'test/out_of_proc_test_runner.cc', | 2637 'test/out_of_proc_test_runner.cc', |
2626 'test/render_view_test.cc', | 2638 'test/render_view_test.cc', |
2627 'test/render_view_test.h', | 2639 'test/render_view_test.h', |
2628 # TODO(craig): Rename this and run from base_unittests when the test | 2640 # TODO(craig): Rename this and run from base_unittests when the test |
2629 # is safe to run there. See http://crbug.com/78722 for details. | 2641 # is safe to run there. See http://crbug.com/78722 for details. |
2630 '../base/files/file_path_watcher_browsertest.cc', | 2642 '../base/files/file_path_watcher_browsertest.cc', |
2631 '../content/browser/child_process_security_policy_browsertest.cc', | 2643 '../content/browser/child_process_security_policy_browsertest.cc', |
2632 '../content/browser/device_orientation/device_orientation_browsertest.cc ', | 2644 '../content/browser/device_orientation/device_orientation_browsertest.cc ', |
(...skipping 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4354 # Use outputs of this action as inputs for the main target build. | 4366 # Use outputs of this action as inputs for the main target build. |
4355 # Seems as a misnomer but makes this happy on Linux (scons). | 4367 # Seems as a misnomer but makes this happy on Linux (scons). |
4356 'process_outputs_as_sources': 1, | 4368 'process_outputs_as_sources': 1, |
4357 }, | 4369 }, |
4358 ], # 'actions' | 4370 ], # 'actions' |
4359 }, | 4371 }, |
4360 ] | 4372 ] |
4361 }], # 'coverage!=0' | 4373 }], # 'coverage!=0' |
4362 ], # 'conditions' | 4374 ], # 'conditions' |
4363 } | 4375 } |
OLD | NEW |