| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 'test/base/test_tab_strip_model_observer.h', | 175 'test/base/test_tab_strip_model_observer.h', |
| 176 'test/base/test_url_request_context_getter.cc', | 176 'test/base/test_url_request_context_getter.cc', |
| 177 'test/base/test_url_request_context_getter.h', | 177 'test/base/test_url_request_context_getter.h', |
| 178 'test/base/testing_browser_process.cc', | 178 'test/base/testing_browser_process.cc', |
| 179 'test/base/testing_browser_process.h', | 179 'test/base/testing_browser_process.h', |
| 180 'test/base/testing_browser_process_test.h', | 180 'test/base/testing_browser_process_test.h', |
| 181 'test/base/testing_pref_service.cc', | 181 'test/base/testing_pref_service.cc', |
| 182 'test/base/testing_pref_service.h', | 182 'test/base/testing_pref_service.h', |
| 183 'test/base/testing_profile.cc', | 183 'test/base/testing_profile.cc', |
| 184 'test/base/testing_profile.h', | 184 'test/base/testing_profile.h', |
| 185 'test/base/testing_profile_manager.cc', |
| 186 'test/base/testing_profile_manager.h', |
| 185 'test/base/thread_observer_helper.h', | 187 'test/base/thread_observer_helper.h', |
| 186 'test/base/ui_test_utils.cc', | 188 'test/base/ui_test_utils.cc', |
| 187 'test/base/ui_test_utils.h', | 189 'test/base/ui_test_utils.h', |
| 188 'test/base/ui_test_utils_linux.cc', | 190 'test/base/ui_test_utils_linux.cc', |
| 189 'test/base/ui_test_utils_mac.mm', | 191 'test/base/ui_test_utils_mac.mm', |
| 190 'test/base/ui_test_utils_win.cc', | 192 'test/base/ui_test_utils_win.cc', |
| 191 'test/base/values_test_util.cc', | 193 'test/base/values_test_util.cc', |
| 192 'test/base/values_test_util.h', | 194 'test/base/values_test_util.h', |
| 193 'test/test_navigation_observer.cc', | 195 'test/test_navigation_observer.cc', |
| 194 'test/test_navigation_observer.h', | 196 'test/test_navigation_observer.h', |
| (...skipping 3944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4139 # Use outputs of this action as inputs for the main target build. | 4141 # Use outputs of this action as inputs for the main target build. |
| 4140 # Seems as a misnomer but makes this happy on Linux (scons). | 4142 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4141 'process_outputs_as_sources': 1, | 4143 'process_outputs_as_sources': 1, |
| 4142 }, | 4144 }, |
| 4143 ], # 'actions' | 4145 ], # 'actions' |
| 4144 }, | 4146 }, |
| 4145 ] | 4147 ] |
| 4146 }], # 'coverage!=0' | 4148 }], # 'coverage!=0' |
| 4147 ], # 'conditions' | 4149 ], # 'conditions' |
| 4148 } | 4150 } |
| OLD | NEW |