| 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 2652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2663 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', | 2663 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', |
| 2664 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', | 2664 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', |
| 2665 'renderer/safe_browsing/render_view_fake_resources_test.cc', | 2665 'renderer/safe_browsing/render_view_fake_resources_test.cc', |
| 2666 'renderer/safe_browsing/render_view_fake_resources_test.h', | 2666 'renderer/safe_browsing/render_view_fake_resources_test.h', |
| 2667 'renderer/translate_helper_browsertest.cc', | 2667 'renderer/translate_helper_browsertest.cc', |
| 2668 'test/automation/dom_automation_browsertest.cc', | 2668 'test/automation/dom_automation_browsertest.cc', |
| 2669 'test/base/in_process_browser_test_browsertest.cc', | 2669 'test/base/in_process_browser_test_browsertest.cc', |
| 2670 'test/base/render_view_test.cc', | 2670 'test/base/render_view_test.cc', |
| 2671 'test/base/render_view_test.h', | 2671 'test/base/render_view_test.h', |
| 2672 'test/base/out_of_proc_test_runner.cc', | 2672 'test/base/out_of_proc_test_runner.cc', |
| 2673 'test/data/webui/assertions-inl.h', | |
| 2674 'test/data/webui/assertions.js', | 2673 'test/data/webui/assertions.js', |
| 2674 'test/data/webui/async_gen-inl.h', |
| 2675 'test/data/webui/async_gen.js', |
| 2675 'test/data/webui/print_preview.js', | 2676 'test/data/webui/print_preview.js', |
| 2676 'test/data/webui/options.js', | 2677 'test/data/webui/options.js', |
| 2677 # TODO(craig): Rename this and run from base_unittests when the test | 2678 # TODO(craig): Rename this and run from base_unittests when the test |
| 2678 # is safe to run there. See http://crbug.com/78722 for details. | 2679 # is safe to run there. See http://crbug.com/78722 for details. |
| 2679 '../base/files/file_path_watcher_browsertest.cc', | 2680 '../base/files/file_path_watcher_browsertest.cc', |
| 2680 '../content/browser/child_process_security_policy_browsertest.cc', | 2681 '../content/browser/child_process_security_policy_browsertest.cc', |
| 2681 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | 2682 '../content/browser/device_orientation/device_orientation_browsertest.cc
', |
| 2682 '../content/browser/download/mhtml_generation_browsertest.cc', | 2683 '../content/browser/download/mhtml_generation_browsertest.cc', |
| 2683 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', | 2684 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', |
| 2684 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', | 2685 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', |
| (...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4163 # Use outputs of this action as inputs for the main target build. | 4164 # Use outputs of this action as inputs for the main target build. |
| 4164 # Seems as a misnomer but makes this happy on Linux (scons). | 4165 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4165 'process_outputs_as_sources': 1, | 4166 'process_outputs_as_sources': 1, |
| 4166 }, | 4167 }, |
| 4167 ], # 'actions' | 4168 ], # 'actions' |
| 4168 }, | 4169 }, |
| 4169 ] | 4170 ] |
| 4170 }], # 'coverage!=0' | 4171 }], # 'coverage!=0' |
| 4171 ], # 'conditions' | 4172 ], # 'conditions' |
| 4172 } | 4173 } |
| OLD | NEW |