| 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 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1238 ], | 1238 ], |
| 1239 }, | 1239 }, |
| 1240 'sources': [ | 1240 'sources': [ |
| 1241 'app/breakpad_mac_stubs.mm', | 1241 'app/breakpad_mac_stubs.mm', |
| 1242 'app/chrome_dll.rc', | 1242 'app/chrome_dll.rc', |
| 1243 # All unittests in browser, common, renderer and service. | 1243 # All unittests in browser, common, renderer and service. |
| 1244 'browser/about_flags_unittest.cc', | 1244 'browser/about_flags_unittest.cc', |
| 1245 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 1245 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
| 1246 'browser/app_controller_mac_unittest.mm', | 1246 'browser/app_controller_mac_unittest.mm', |
| 1247 'browser/autocomplete/autocomplete_edit_unittest.cc', | 1247 'browser/autocomplete/autocomplete_edit_unittest.cc', |
| 1248 'browser/autocomplete/autocomplete_popup_model_unittest.cc', | |
| 1249 'browser/autocomplete/autocomplete_result_unittest.cc', | 1248 'browser/autocomplete/autocomplete_result_unittest.cc', |
| 1250 'browser/autocomplete/autocomplete_unittest.cc', | 1249 'browser/autocomplete/autocomplete_unittest.cc', |
| 1251 'browser/autocomplete/builtin_provider_unittest.cc', | 1250 'browser/autocomplete/builtin_provider_unittest.cc', |
| 1252 'browser/autocomplete/extension_app_provider_unittest.cc', | 1251 'browser/autocomplete/extension_app_provider_unittest.cc', |
| 1253 'browser/autocomplete/history_contents_provider_unittest.cc', | 1252 'browser/autocomplete/history_contents_provider_unittest.cc', |
| 1254 'browser/autocomplete/history_quick_provider_unittest.cc', | 1253 'browser/autocomplete/history_quick_provider_unittest.cc', |
| 1255 'browser/autocomplete/history_url_provider_unittest.cc', | 1254 'browser/autocomplete/history_url_provider_unittest.cc', |
| 1256 'browser/autocomplete/keyword_provider_unittest.cc', | 1255 'browser/autocomplete/keyword_provider_unittest.cc', |
| 1257 'browser/autocomplete/network_action_predictor_unittest.cc', | 1256 'browser/autocomplete/network_action_predictor_unittest.cc', |
| 1258 'browser/autocomplete/network_action_predictor_database_unittest.cc', | 1257 'browser/autocomplete/network_action_predictor_database_unittest.cc', |
| (...skipping 3384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4643 # Use outputs of this action as inputs for the main target build. | 4642 # Use outputs of this action as inputs for the main target build. |
| 4644 # Seems as a misnomer but makes this happy on Linux (scons). | 4643 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4645 'process_outputs_as_sources': 1, | 4644 'process_outputs_as_sources': 1, |
| 4646 }, | 4645 }, |
| 4647 ], # 'actions' | 4646 ], # 'actions' |
| 4648 }, | 4647 }, |
| 4649 ] | 4648 ] |
| 4650 }], # 'coverage!=0' | 4649 }], # 'coverage!=0' |
| 4651 ], # 'conditions' | 4650 ], # 'conditions' |
| 4652 } | 4651 } |
| OLD | NEW |