| 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 1217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1228 'CLD_WINDOWS', | 1228 'CLD_WINDOWS', |
| 1229 ], | 1229 ], |
| 1230 'direct_dependent_settings': { | 1230 'direct_dependent_settings': { |
| 1231 'defines': [ | 1231 'defines': [ |
| 1232 'CLD_WINDOWS', | 1232 'CLD_WINDOWS', |
| 1233 ], | 1233 ], |
| 1234 }, | 1234 }, |
| 1235 'sources': [ | 1235 'sources': [ |
| 1236 'app/breakpad_mac_stubs.mm', | 1236 'app/breakpad_mac_stubs.mm', |
| 1237 'app/chrome_dll.rc', | 1237 'app/chrome_dll.rc', |
| 1238 # All unittests in app, browser, common, renderer and service. | 1238 # All unittests in browser, common, renderer and service. |
| 1239 'app/nibs/main_menu_unittest.mm', | |
| 1240 'browser/about_flags_unittest.cc', | 1239 'browser/about_flags_unittest.cc', |
| 1241 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 1240 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
| 1242 'browser/app_controller_mac_unittest.mm', | 1241 'browser/app_controller_mac_unittest.mm', |
| 1243 'browser/autocomplete/autocomplete_edit_unittest.cc', | 1242 'browser/autocomplete/autocomplete_edit_unittest.cc', |
| 1244 'browser/autocomplete/autocomplete_popup_model_unittest.cc', | 1243 'browser/autocomplete/autocomplete_popup_model_unittest.cc', |
| 1245 'browser/autocomplete/autocomplete_result_unittest.cc', | 1244 'browser/autocomplete/autocomplete_result_unittest.cc', |
| 1246 'browser/autocomplete/autocomplete_unittest.cc', | 1245 'browser/autocomplete/autocomplete_unittest.cc', |
| 1247 'browser/autocomplete/builtin_provider_unittest.cc', | 1246 'browser/autocomplete/builtin_provider_unittest.cc', |
| 1248 'browser/autocomplete/extension_app_provider_unittest.cc', | 1247 'browser/autocomplete/extension_app_provider_unittest.cc', |
| 1249 'browser/autocomplete/history_contents_provider_unittest.cc', | 1248 'browser/autocomplete/history_contents_provider_unittest.cc', |
| (...skipping 3335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4585 # Use outputs of this action as inputs for the main target build. | 4584 # Use outputs of this action as inputs for the main target build. |
| 4586 # Seems as a misnomer but makes this happy on Linux (scons). | 4585 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4587 'process_outputs_as_sources': 1, | 4586 'process_outputs_as_sources': 1, |
| 4588 }, | 4587 }, |
| 4589 ], # 'actions' | 4588 ], # 'actions' |
| 4590 }, | 4589 }, |
| 4591 ] | 4590 ] |
| 4592 }], # 'coverage!=0' | 4591 }], # 'coverage!=0' |
| 4593 ], # 'conditions' | 4592 ], # 'conditions' |
| 4594 } | 4593 } |
| OLD | NEW |