| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
| 6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1251 ], | 1251 ], |
| 1252 }, | 1252 }, |
| 1253 'sources': [ | 1253 'sources': [ |
| 1254 'app/breakpad_mac_stubs.mm', | 1254 'app/breakpad_mac_stubs.mm', |
| 1255 'app/chrome_dll.rc', | 1255 'app/chrome_dll.rc', |
| 1256 # All unittests in browser, common, renderer and service. | 1256 # All unittests in browser, common, renderer and service. |
| 1257 'browser/about_flags_unittest.cc', | 1257 'browser/about_flags_unittest.cc', |
| 1258 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 1258 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
| 1259 'browser/app_controller_mac_unittest.mm', | 1259 'browser/app_controller_mac_unittest.mm', |
| 1260 'browser/autocomplete/autocomplete_edit_unittest.cc', | 1260 'browser/autocomplete/autocomplete_edit_unittest.cc', |
| 1261 'browser/autocomplete/autocomplete_popup_model_unittest.cc', | |
| 1262 'browser/autocomplete/autocomplete_result_unittest.cc', | 1261 'browser/autocomplete/autocomplete_result_unittest.cc', |
| 1263 'browser/autocomplete/autocomplete_unittest.cc', | 1262 'browser/autocomplete/autocomplete_unittest.cc', |
| 1264 'browser/autocomplete/builtin_provider_unittest.cc', | 1263 'browser/autocomplete/builtin_provider_unittest.cc', |
| 1265 'browser/autocomplete/extension_app_provider_unittest.cc', | 1264 'browser/autocomplete/extension_app_provider_unittest.cc', |
| 1266 'browser/autocomplete/history_contents_provider_unittest.cc', | 1265 'browser/autocomplete/history_contents_provider_unittest.cc', |
| 1267 'browser/autocomplete/history_quick_provider_unittest.cc', | 1266 'browser/autocomplete/history_quick_provider_unittest.cc', |
| 1268 'browser/autocomplete/history_url_provider_unittest.cc', | 1267 'browser/autocomplete/history_url_provider_unittest.cc', |
| 1269 'browser/autocomplete/keyword_provider_unittest.cc', | 1268 'browser/autocomplete/keyword_provider_unittest.cc', |
| 1270 'browser/autocomplete/network_action_predictor_unittest.cc', | 1269 'browser/autocomplete/network_action_predictor_unittest.cc', |
| 1271 'browser/autocomplete/network_action_predictor_database_unittest.cc', | 1270 'browser/autocomplete/network_action_predictor_database_unittest.cc', |
| (...skipping 3396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4668 # Use outputs of this action as inputs for the main target build. | 4667 # Use outputs of this action as inputs for the main target build. |
| 4669 # Seems as a misnomer but makes this happy on Linux (scons). | 4668 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4670 'process_outputs_as_sources': 1, | 4669 'process_outputs_as_sources': 1, |
| 4671 }, | 4670 }, |
| 4672 ], # 'actions' | 4671 ], # 'actions' |
| 4673 }, | 4672 }, |
| 4674 ] | 4673 ] |
| 4675 }], # 'coverage!=0' | 4674 }], # 'coverage!=0' |
| 4676 ], # 'conditions' | 4675 ], # 'conditions' |
| 4677 } | 4676 } |
| OLD | NEW |