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 2575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2586 'renderer/print_web_view_helper_browsertest.cc', | 2586 'renderer/print_web_view_helper_browsertest.cc', |
2587 'renderer/safe_browsing/malware_dom_details_browsertest.cc', | 2587 'renderer/safe_browsing/malware_dom_details_browsertest.cc', |
2588 'renderer/safe_browsing/phishing_classifier_browsertest.cc', | 2588 'renderer/safe_browsing/phishing_classifier_browsertest.cc', |
2589 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', | 2589 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', |
2590 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2590 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
2591 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 2591 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
2592 'renderer/safe_browsing/render_view_fake_resources_test.cc', | 2592 'renderer/safe_browsing/render_view_fake_resources_test.cc', |
2593 'renderer/safe_browsing/render_view_fake_resources_test.h', | 2593 'renderer/safe_browsing/render_view_fake_resources_test.h', |
2594 'renderer/translate_helper_browsertest.cc', | 2594 'renderer/translate_helper_browsertest.cc', |
2595 'test/automation/dom_automation_browsertest.cc', | 2595 'test/automation/dom_automation_browsertest.cc', |
| 2596 'test/data/webui/assertions-inl.h', |
| 2597 'test/data/webui/assertions.js', |
2596 'test/data/webui/print_preview.js', | 2598 'test/data/webui/print_preview.js', |
2597 'test/data/webui/options.js', | 2599 'test/data/webui/options.js', |
2598 'test/gpu/gpu_browsertest.cc', | 2600 'test/gpu/gpu_browsertest.cc', |
2599 'test/in_process_browser_test_browsertest.cc', | 2601 'test/in_process_browser_test_browsertest.cc', |
2600 'test/out_of_proc_test_runner.cc', | 2602 'test/out_of_proc_test_runner.cc', |
2601 'test/render_view_test.cc', | 2603 'test/render_view_test.cc', |
2602 'test/render_view_test.h', | 2604 'test/render_view_test.h', |
2603 # TODO(craig): Rename this and run from base_unittests when the test | 2605 # TODO(craig): Rename this and run from base_unittests when the test |
2604 # is safe to run there. See http://crbug.com/78722 for details. | 2606 # is safe to run there. See http://crbug.com/78722 for details. |
2605 '../base/files/file_path_watcher_browsertest.cc', | 2607 '../base/files/file_path_watcher_browsertest.cc', |
(...skipping 1619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4225 # Use outputs of this action as inputs for the main target build. | 4227 # Use outputs of this action as inputs for the main target build. |
4226 # Seems as a misnomer but makes this happy on Linux (scons). | 4228 # Seems as a misnomer but makes this happy on Linux (scons). |
4227 'process_outputs_as_sources': 1, | 4229 'process_outputs_as_sources': 1, |
4228 }, | 4230 }, |
4229 ], # 'actions' | 4231 ], # 'actions' |
4230 }, | 4232 }, |
4231 ] | 4233 ] |
4232 }], # 'coverage!=0' | 4234 }], # 'coverage!=0' |
4233 ], # 'conditions' | 4235 ], # 'conditions' |
4234 } | 4236 } |
OLD | NEW |