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 2710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2721 'app/breakpad_mac_stubs.mm', | 2721 'app/breakpad_mac_stubs.mm', |
2722 'app/chrome_command_ids.h', | 2722 'app/chrome_command_ids.h', |
2723 'app/chrome_dll.rc', | 2723 'app/chrome_dll.rc', |
2724 'app/chrome_dll_resource.h', | 2724 'app/chrome_dll_resource.h', |
2725 'app/chrome_version.rc.version', | 2725 'app/chrome_version.rc.version', |
2726 'browser/accessibility/accessibility_extension_apitest.cc', | 2726 'browser/accessibility/accessibility_extension_apitest.cc', |
2727 'browser/app_controller_mac_browsertest.mm', | 2727 'browser/app_controller_mac_browsertest.mm', |
2728 'browser/autocomplete/autocomplete_browsertest.cc', | 2728 'browser/autocomplete/autocomplete_browsertest.cc', |
2729 'browser/autofill/form_structure_browsertest.cc', | 2729 'browser/autofill/form_structure_browsertest.cc', |
2730 'browser/autofill/autofill_popup_view_browsertest.cc', | 2730 'browser/autofill/autofill_popup_view_browsertest.cc', |
| 2731 'browser/automation/automation_misc_browsertest.cc', |
2731 'browser/automation/automation_tab_helper_browsertest.cc', | 2732 'browser/automation/automation_tab_helper_browsertest.cc', |
2732 'browser/bookmarks/bookmark_extension_apitest.cc', | 2733 'browser/bookmarks/bookmark_extension_apitest.cc', |
2733 'browser/bookmarks/bookmark_manager_extension_apitest.cc', | 2734 'browser/bookmarks/bookmark_manager_extension_apitest.cc', |
2734 'browser/browser_encoding_browsertest.cc', | 2735 'browser/browser_encoding_browsertest.cc', |
2735 'browser/browsing_data_database_helper_browsertest.cc', | 2736 'browser/browsing_data_database_helper_browsertest.cc', |
2736 'browser/browsing_data_helper_browsertest.h', | 2737 'browser/browsing_data_helper_browsertest.h', |
2737 'browser/browsing_data_indexed_db_helper_browsertest.cc', | 2738 'browser/browsing_data_indexed_db_helper_browsertest.cc', |
2738 'browser/browsing_data_local_storage_helper_browsertest.cc', | 2739 'browser/browsing_data_local_storage_helper_browsertest.cc', |
2739 'browser/chrome_main_browsertest.cc', | 2740 'browser/chrome_main_browsertest.cc', |
2740 'browser/chrome_switches_browsertest.cc', | 2741 'browser/chrome_switches_browsertest.cc', |
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4734 # Use outputs of this action as inputs for the main target build. | 4735 # Use outputs of this action as inputs for the main target build. |
4735 # Seems as a misnomer but makes this happy on Linux (scons). | 4736 # Seems as a misnomer but makes this happy on Linux (scons). |
4736 'process_outputs_as_sources': 1, | 4737 'process_outputs_as_sources': 1, |
4737 }, | 4738 }, |
4738 ], # 'actions' | 4739 ], # 'actions' |
4739 }, | 4740 }, |
4740 ] | 4741 ] |
4741 }], # 'coverage!=0' | 4742 }], # 'coverage!=0' |
4742 ], # 'conditions' | 4743 ], # 'conditions' |
4743 } | 4744 } |
OLD | NEW |