| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 'test/base/test_tab_strip_model_observer.h', | 178 'test/base/test_tab_strip_model_observer.h', |
| 179 'test/base/test_url_request_context_getter.cc', | 179 'test/base/test_url_request_context_getter.cc', |
| 180 'test/base/test_url_request_context_getter.h', | 180 'test/base/test_url_request_context_getter.h', |
| 181 'test/base/testing_browser_process.cc', | 181 'test/base/testing_browser_process.cc', |
| 182 'test/base/testing_browser_process.h', | 182 'test/base/testing_browser_process.h', |
| 183 'test/base/testing_browser_process_test.h', | 183 'test/base/testing_browser_process_test.h', |
| 184 'test/base/testing_pref_service.cc', | 184 'test/base/testing_pref_service.cc', |
| 185 'test/base/testing_pref_service.h', | 185 'test/base/testing_pref_service.h', |
| 186 'test/base/testing_profile.cc', | 186 'test/base/testing_profile.cc', |
| 187 'test/base/testing_profile.h', | 187 'test/base/testing_profile.h', |
| 188 'test/base/testing_profile_manager.cc', |
| 189 'test/base/testing_profile_manager.h', |
| 188 'test/base/thread_observer_helper.h', | 190 'test/base/thread_observer_helper.h', |
| 189 'test/base/ui_test_utils.cc', | 191 'test/base/ui_test_utils.cc', |
| 190 'test/base/ui_test_utils.h', | 192 'test/base/ui_test_utils.h', |
| 191 'test/base/ui_test_utils_linux.cc', | 193 'test/base/ui_test_utils_linux.cc', |
| 192 'test/base/ui_test_utils_mac.mm', | 194 'test/base/ui_test_utils_mac.mm', |
| 193 'test/base/ui_test_utils_win.cc', | 195 'test/base/ui_test_utils_win.cc', |
| 194 'test/base/values_test_util.cc', | 196 'test/base/values_test_util.cc', |
| 195 'test/base/values_test_util.h', | 197 'test/base/values_test_util.h', |
| 196 'test/test_navigation_observer.cc', | 198 'test/test_navigation_observer.cc', |
| 197 'test/test_navigation_observer.h', | 199 'test/test_navigation_observer.h', |
| (...skipping 3956 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4154 # Use outputs of this action as inputs for the main target build. | 4156 # Use outputs of this action as inputs for the main target build. |
| 4155 # Seems as a misnomer but makes this happy on Linux (scons). | 4157 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4156 'process_outputs_as_sources': 1, | 4158 'process_outputs_as_sources': 1, |
| 4157 }, | 4159 }, |
| 4158 ], # 'actions' | 4160 ], # 'actions' |
| 4159 }, | 4161 }, |
| 4160 ] | 4162 ] |
| 4161 }], # 'coverage!=0' | 4163 }], # 'coverage!=0' |
| 4162 ], # 'conditions' | 4164 ], # 'conditions' |
| 4163 } | 4165 } |
| OLD | NEW |