| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 'test/base/test_location_bar.cc', | 173 'test/base/test_location_bar.cc', |
| 174 'test/base/test_location_bar.h', | 174 'test/base/test_location_bar.h', |
| 175 'test/base/test_switches.cc', | 175 'test/base/test_switches.cc', |
| 176 'test/base/test_switches.h', | 176 'test/base/test_switches.h', |
| 177 'test/base/test_tab_strip_model_observer.cc', | 177 'test/base/test_tab_strip_model_observer.cc', |
| 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', | |
| 184 'test/base/testing_pref_service.cc', | 183 'test/base/testing_pref_service.cc', |
| 185 'test/base/testing_pref_service.h', | 184 'test/base/testing_pref_service.h', |
| 186 'test/base/testing_profile.cc', | 185 'test/base/testing_profile.cc', |
| 187 'test/base/testing_profile.h', | 186 'test/base/testing_profile.h', |
| 188 'test/base/thread_observer_helper.h', | 187 'test/base/thread_observer_helper.h', |
| 189 'test/base/ui_test_utils.cc', | 188 'test/base/ui_test_utils.cc', |
| 190 'test/base/ui_test_utils.h', | 189 'test/base/ui_test_utils.h', |
| 191 'test/base/ui_test_utils_linux.cc', | 190 'test/base/ui_test_utils_linux.cc', |
| 192 'test/base/ui_test_utils_mac.mm', | 191 'test/base/ui_test_utils_mac.mm', |
| 193 'test/base/ui_test_utils_win.cc', | 192 'test/base/ui_test_utils_win.cc', |
| (...skipping 3931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4125 # Use outputs of this action as inputs for the main target build. | 4124 # Use outputs of this action as inputs for the main target build. |
| 4126 # Seems as a misnomer but makes this happy on Linux (scons). | 4125 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4127 'process_outputs_as_sources': 1, | 4126 'process_outputs_as_sources': 1, |
| 4128 }, | 4127 }, |
| 4129 ], # 'actions' | 4128 ], # 'actions' |
| 4130 }, | 4129 }, |
| 4131 ] | 4130 ] |
| 4132 }], # 'coverage!=0' | 4131 }], # 'coverage!=0' |
| 4133 ], # 'conditions' | 4132 ], # 'conditions' |
| 4134 } | 4133 } |
| OLD | NEW |