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