| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'test/base/chrome_render_view_host_test_harness.cc', | 189 'test/base/chrome_render_view_host_test_harness.cc', |
| 190 'test/base/chrome_render_view_host_test_harness.h', | 190 'test/base/chrome_render_view_host_test_harness.h', |
| 191 'test/base/chrome_test_suite.cc', | 191 'test/base/chrome_test_suite.cc', |
| 192 'test/base/chrome_test_suite.h', | 192 'test/base/chrome_test_suite.h', |
| 193 'test/base/in_process_browser_test.cc', | 193 'test/base/in_process_browser_test.cc', |
| 194 'test/base/in_process_browser_test.h', | 194 'test/base/in_process_browser_test.h', |
| 195 'test/base/model_test_utils.cc', | 195 'test/base/model_test_utils.cc', |
| 196 'test/base/model_test_utils.h', | 196 'test/base/model_test_utils.h', |
| 197 'test/base/profile_mock.cc', | 197 'test/base/profile_mock.cc', |
| 198 'test/base/profile_mock.h', | 198 'test/base/profile_mock.h', |
| 199 'test/base/signaling_task.cc', | |
| 200 'test/base/signaling_task.h', | |
| 201 'test/base/test_browser_window.cc', | 199 'test/base/test_browser_window.cc', |
| 202 'test/base/test_browser_window.h', | 200 'test/base/test_browser_window.h', |
| 203 'test/base/test_html_dialog_observer.cc', | 201 'test/base/test_html_dialog_observer.cc', |
| 204 'test/base/test_html_dialog_observer.h', | 202 'test/base/test_html_dialog_observer.h', |
| 205 'test/base/test_launcher_utils.cc', | 203 'test/base/test_launcher_utils.cc', |
| 206 'test/base/test_launcher_utils.h', | 204 'test/base/test_launcher_utils.h', |
| 207 'test/base/test_location_bar.cc', | 205 'test/base/test_location_bar.cc', |
| 208 'test/base/test_location_bar.h', | 206 'test/base/test_location_bar.h', |
| 209 'test/base/test_switches.cc', | 207 'test/base/test_switches.cc', |
| 210 'test/base/test_switches.h', | 208 'test/base/test_switches.h', |
| (...skipping 3938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4149 # Use outputs of this action as inputs for the main target build. | 4147 # Use outputs of this action as inputs for the main target build. |
| 4150 # Seems as a misnomer but makes this happy on Linux (scons). | 4148 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4151 'process_outputs_as_sources': 1, | 4149 'process_outputs_as_sources': 1, |
| 4152 }, | 4150 }, |
| 4153 ], # 'actions' | 4151 ], # 'actions' |
| 4154 }, | 4152 }, |
| 4155 ] | 4153 ] |
| 4156 }], # 'coverage!=0' | 4154 }], # 'coverage!=0' |
| 4157 ], # 'conditions' | 4155 ], # 'conditions' |
| 4158 } | 4156 } |
| OLD | NEW |