OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
716 'browser/ui/views/find_bar_host_uitest.cc', | 716 'browser/ui/views/find_bar_host_uitest.cc', |
717 'browser/ui/webui/bookmarks_ui_uitest.cc', | 717 'browser/ui/webui/bookmarks_ui_uitest.cc', |
718 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', | 718 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', |
719 'browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc', | 719 'browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc', |
720 'browser/ui/webui/options/options_ui_uitest.cc', | 720 'browser/ui/webui/options/options_ui_uitest.cc', |
721 'browser/ui/webui/options/options_ui_uitest.h', | 721 'browser/ui/webui/options/options_ui_uitest.h', |
722 'browser/ui/webui/print_preview_ui_uitest.cc', | 722 'browser/ui/webui/print_preview_ui_uitest.cc', |
723 'common/chrome_switches_uitest.cc', | 723 'common/chrome_switches_uitest.cc', |
724 'common/logging_chrome_uitest.cc', | 724 'common/logging_chrome_uitest.cc', |
725 'renderer/external_extension_uitest.cc', | 725 'renderer/external_extension_uitest.cc', |
| 726 'renderer/loadtimes_extension_bindings_uitest.cc', |
726 'test/automation/automation_proxy_uitest.cc', | 727 'test/automation/automation_proxy_uitest.cc', |
727 'test/automation/automation_proxy_uitest.h', | 728 'test/automation/automation_proxy_uitest.h', |
728 'test/automation/extension_proxy_uitest.cc', | 729 'test/automation/extension_proxy_uitest.cc', |
729 'test/base/chrome_process_util_uitest.cc', | 730 'test/base/chrome_process_util_uitest.cc', |
730 'test/reliability/automated_ui_test_test.cc', | 731 'test/reliability/automated_ui_test_test.cc', |
731 'test/ui/history_uitest.cc', | 732 'test/ui/history_uitest.cc', |
732 'test/ui/layout_plugin_uitest.cc', | 733 'test/ui/layout_plugin_uitest.cc', |
733 'test/ui/named_interface_uitest.cc', | 734 'test/ui/named_interface_uitest.cc', |
734 'test/ui/npapi_uitest.cc', | 735 'test/ui/npapi_uitest.cc', |
735 'test/ui/ppapi_uitest.cc', | 736 'test/ui/ppapi_uitest.cc', |
(...skipping 3364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4100 # Use outputs of this action as inputs for the main target build. | 4101 # Use outputs of this action as inputs for the main target build. |
4101 # Seems as a misnomer but makes this happy on Linux (scons). | 4102 # Seems as a misnomer but makes this happy on Linux (scons). |
4102 'process_outputs_as_sources': 1, | 4103 'process_outputs_as_sources': 1, |
4103 }, | 4104 }, |
4104 ], # 'actions' | 4105 ], # 'actions' |
4105 }, | 4106 }, |
4106 ] | 4107 ] |
4107 }], # 'coverage!=0' | 4108 }], # 'coverage!=0' |
4108 ], # 'conditions' | 4109 ], # 'conditions' |
4109 } | 4110 } |
OLD | NEW |