| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'test/base/test_launcher_utils.cc', | 166 'test/base/test_launcher_utils.cc', |
| 167 'test/base/test_launcher_utils.h', | 167 'test/base/test_launcher_utils.h', |
| 168 'test/base/test_location_bar.cc', | 168 'test/base/test_location_bar.cc', |
| 169 'test/base/test_location_bar.h', | 169 'test/base/test_location_bar.h', |
| 170 'test/base/test_switches.cc', | 170 'test/base/test_switches.cc', |
| 171 'test/base/test_switches.h', | 171 'test/base/test_switches.h', |
| 172 'test/base/test_tab_strip_model_observer.cc', | 172 'test/base/test_tab_strip_model_observer.cc', |
| 173 'test/base/test_tab_strip_model_observer.h', | 173 'test/base/test_tab_strip_model_observer.h', |
| 174 'test/base/test_url_request_context_getter.cc', | 174 'test/base/test_url_request_context_getter.cc', |
| 175 'test/base/test_url_request_context_getter.h', | 175 'test/base/test_url_request_context_getter.h', |
| 176 'test/base/testing_browser_process.cc', |
| 177 'test/base/testing_browser_process.h', |
| 178 'test/base/testing_browser_process_test.h', |
| 176 'test/base/testing_pref_service.cc', | 179 'test/base/testing_pref_service.cc', |
| 177 'test/base/testing_pref_service.h', | 180 'test/base/testing_pref_service.h', |
| 178 'test/base/testing_profile.cc', | 181 'test/base/testing_profile.cc', |
| 179 'test/base/testing_profile.h', | 182 'test/base/testing_profile.h', |
| 180 'test/base/thread_observer_helper.h', | 183 'test/base/thread_observer_helper.h', |
| 181 'test/base/ui_test_utils.cc', | 184 'test/base/ui_test_utils.cc', |
| 182 'test/base/ui_test_utils.h', | 185 'test/base/ui_test_utils.h', |
| 183 'test/base/ui_test_utils_linux.cc', | 186 'test/base/ui_test_utils_linux.cc', |
| 184 'test/base/ui_test_utils_mac.mm', | 187 'test/base/ui_test_utils_mac.mm', |
| 185 'test/base/ui_test_utils_win.cc', | 188 'test/base/ui_test_utils_win.cc', |
| 186 'test/base/values_test_util.cc', | 189 'test/base/values_test_util.cc', |
| 187 'test/base/values_test_util.h', | 190 'test/base/values_test_util.h', |
| 188 'test/test_navigation_observer.cc', | 191 'test/test_navigation_observer.cc', |
| 189 'test/test_navigation_observer.h', | 192 'test/test_navigation_observer.h', |
| 190 'test/testing_browser_process.cc', | |
| 191 'test/testing_browser_process.h', | |
| 192 'test/testing_browser_process_test.h', | |
| 193 '../content/browser/geolocation/arbitrator_dependency_factories_for_test
.cc', | 193 '../content/browser/geolocation/arbitrator_dependency_factories_for_test
.cc', |
| 194 '../content/browser/geolocation/arbitrator_dependency_factories_for_test
.h', | 194 '../content/browser/geolocation/arbitrator_dependency_factories_for_test
.h', |
| 195 '../content/browser/geolocation/mock_location_provider.cc', | 195 '../content/browser/geolocation/mock_location_provider.cc', |
| 196 '../content/browser/geolocation/mock_location_provider.h', | 196 '../content/browser/geolocation/mock_location_provider.h', |
| 197 '../content/browser/mock_content_browser_client.cc', | 197 '../content/browser/mock_content_browser_client.cc', |
| 198 '../content/browser/mock_resource_context.cc', | 198 '../content/browser/mock_resource_context.cc', |
| 199 '../content/browser/mock_resource_context.h', | 199 '../content/browser/mock_resource_context.h', |
| 200 # TODO: these should live here but are currently used by | 200 # TODO: these should live here but are currently used by |
| 201 # production code code in libbrowser (in chrome.gyp). | 201 # production code code in libbrowser (in chrome.gyp). |
| 202 #'../content/browser/net/url_request_mock_http_job.cc', | 202 #'../content/browser/net/url_request_mock_http_job.cc', |
| (...skipping 3925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4128 # Use outputs of this action as inputs for the main target build. | 4128 # Use outputs of this action as inputs for the main target build. |
| 4129 # Seems as a misnomer but makes this happy on Linux (scons). | 4129 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4130 'process_outputs_as_sources': 1, | 4130 'process_outputs_as_sources': 1, |
| 4131 }, | 4131 }, |
| 4132 ], # 'actions' | 4132 ], # 'actions' |
| 4133 }, | 4133 }, |
| 4134 ] | 4134 ] |
| 4135 }], # 'coverage!=0' | 4135 }], # 'coverage!=0' |
| 4136 ], # 'conditions' | 4136 ], # 'conditions' |
| 4137 } | 4137 } |
| OLD | NEW |