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', | |
190 'test/base/thread_observer_helper.h', | 188 'test/base/thread_observer_helper.h', |
191 'test/base/ui_test_utils.cc', | 189 'test/base/ui_test_utils.cc', |
192 'test/base/ui_test_utils.h', | 190 'test/base/ui_test_utils.h', |
193 'test/base/ui_test_utils_linux.cc', | 191 'test/base/ui_test_utils_linux.cc', |
194 'test/base/ui_test_utils_mac.mm', | 192 'test/base/ui_test_utils_mac.mm', |
195 'test/base/ui_test_utils_win.cc', | 193 'test/base/ui_test_utils_win.cc', |
196 'test/base/values_test_util.cc', | 194 'test/base/values_test_util.cc', |
197 'test/base/values_test_util.h', | 195 'test/base/values_test_util.h', |
198 'test/test_navigation_observer.cc', | 196 'test/test_navigation_observer.cc', |
199 'test/test_navigation_observer.h', | 197 'test/test_navigation_observer.h', |
(...skipping 3965 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4165 # Use outputs of this action as inputs for the main target build. | 4163 # Use outputs of this action as inputs for the main target build. |
4166 # Seems as a misnomer but makes this happy on Linux (scons). | 4164 # Seems as a misnomer but makes this happy on Linux (scons). |
4167 'process_outputs_as_sources': 1, | 4165 'process_outputs_as_sources': 1, |
4168 }, | 4166 }, |
4169 ], # 'actions' | 4167 ], # 'actions' |
4170 }, | 4168 }, |
4171 ] | 4169 ] |
4172 }], # 'coverage!=0' | 4170 }], # 'coverage!=0' |
4173 ], # 'conditions' | 4171 ], # 'conditions' |
4174 } | 4172 } |
OLD | NEW |