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 984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
995 ], | 995 ], |
996 }, | 996 }, |
997 }, | 997 }, |
998 'sources': [ | 998 'sources': [ |
999 'app/breakpad_mac_stubs.mm', | 999 'app/breakpad_mac_stubs.mm', |
1000 'app/chrome_dll.rc', | 1000 'app/chrome_dll.rc', |
1001 # All unittests in browser, common, renderer and service. | 1001 # All unittests in browser, common, renderer and service. |
1002 'browser/about_flags_unittest.cc', | 1002 'browser/about_flags_unittest.cc', |
1003 'browser/app_controller_mac_unittest.mm', | 1003 'browser/app_controller_mac_unittest.mm', |
1004 'browser/autocomplete/autocomplete_input_unittest.cc', | 1004 'browser/autocomplete/autocomplete_input_unittest.cc', |
| 1005 'browser/autocomplete/autocomplete_match_unittest.cc', |
1005 'browser/autocomplete/autocomplete_result_unittest.cc', | 1006 'browser/autocomplete/autocomplete_result_unittest.cc', |
1006 'browser/autocomplete/autocomplete_unittest.cc', | 1007 'browser/autocomplete/autocomplete_unittest.cc', |
1007 'browser/autocomplete/builtin_provider_unittest.cc', | 1008 'browser/autocomplete/builtin_provider_unittest.cc', |
1008 'browser/autocomplete/extension_app_provider_unittest.cc', | 1009 'browser/autocomplete/extension_app_provider_unittest.cc', |
1009 'browser/autocomplete/history_contents_provider_unittest.cc', | 1010 'browser/autocomplete/history_contents_provider_unittest.cc', |
1010 'browser/autocomplete/history_quick_provider_unittest.cc', | 1011 'browser/autocomplete/history_quick_provider_unittest.cc', |
1011 'browser/autocomplete/history_url_provider_unittest.cc', | 1012 'browser/autocomplete/history_url_provider_unittest.cc', |
1012 'browser/autocomplete/keyword_provider_unittest.cc', | 1013 'browser/autocomplete/keyword_provider_unittest.cc', |
1013 'browser/autocomplete/search_provider_unittest.cc', | 1014 'browser/autocomplete/search_provider_unittest.cc', |
1014 'browser/autocomplete/shortcuts_provider_unittest.cc', | 1015 'browser/autocomplete/shortcuts_provider_unittest.cc', |
(...skipping 3666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4681 # Use outputs of this action as inputs for the main target build. | 4682 # Use outputs of this action as inputs for the main target build. |
4682 # Seems as a misnomer but makes this happy on Linux (scons). | 4683 # Seems as a misnomer but makes this happy on Linux (scons). |
4683 'process_outputs_as_sources': 1, | 4684 'process_outputs_as_sources': 1, |
4684 }, | 4685 }, |
4685 ], # 'actions' | 4686 ], # 'actions' |
4686 }, | 4687 }, |
4687 ] | 4688 ] |
4688 }], # 'coverage!=0' | 4689 }], # 'coverage!=0' |
4689 ], # 'conditions' | 4690 ], # 'conditions' |
4690 } | 4691 } |
OLD | NEW |