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 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
722 'browser/ui/views/find_bar_host_uitest.cc', | 722 'browser/ui/views/find_bar_host_uitest.cc', |
723 'browser/ui/webui/bookmarks_ui_uitest.cc', | 723 'browser/ui/webui/bookmarks_ui_uitest.cc', |
724 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', | 724 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', |
725 'browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc', | 725 'browser/ui/webui/options/chromeos/guest_mode_options_ui_uitest.cc', |
726 'browser/ui/webui/options/options_ui_uitest.cc', | 726 'browser/ui/webui/options/options_ui_uitest.cc', |
727 'browser/ui/webui/options/options_ui_uitest.h', | 727 'browser/ui/webui/options/options_ui_uitest.h', |
728 'browser/ui/webui/print_preview_ui_uitest.cc', | 728 'browser/ui/webui/print_preview_ui_uitest.cc', |
729 'common/chrome_switches_uitest.cc', | 729 'common/chrome_switches_uitest.cc', |
730 'common/logging_chrome_uitest.cc', | 730 'common/logging_chrome_uitest.cc', |
731 'renderer/external_extension_uitest.cc', | 731 'renderer/external_extension_uitest.cc', |
| 732 'renderer/loadtimes_extension_bindings_uitest.cc', |
732 'test/automation/automation_proxy_uitest.cc', | 733 'test/automation/automation_proxy_uitest.cc', |
733 'test/automation/automation_proxy_uitest.h', | 734 'test/automation/automation_proxy_uitest.h', |
734 'test/automation/extension_proxy_uitest.cc', | 735 'test/automation/extension_proxy_uitest.cc', |
735 'test/base/chrome_process_util_uitest.cc', | 736 'test/base/chrome_process_util_uitest.cc', |
736 'test/reliability/automated_ui_test_test.cc', | 737 'test/reliability/automated_ui_test_test.cc', |
737 'test/ui/history_uitest.cc', | 738 'test/ui/history_uitest.cc', |
738 'test/ui/layout_plugin_uitest.cc', | 739 'test/ui/layout_plugin_uitest.cc', |
739 'test/ui/named_interface_uitest.cc', | 740 'test/ui/named_interface_uitest.cc', |
740 'test/ui/npapi_uitest.cc', | 741 'test/ui/npapi_uitest.cc', |
741 'test/ui/ppapi_uitest.cc', | 742 'test/ui/ppapi_uitest.cc', |
(...skipping 3368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4110 # Use outputs of this action as inputs for the main target build. | 4111 # Use outputs of this action as inputs for the main target build. |
4111 # Seems as a misnomer but makes this happy on Linux (scons). | 4112 # Seems as a misnomer but makes this happy on Linux (scons). |
4112 'process_outputs_as_sources': 1, | 4113 'process_outputs_as_sources': 1, |
4113 }, | 4114 }, |
4114 ], # 'actions' | 4115 ], # 'actions' |
4115 }, | 4116 }, |
4116 ] | 4117 ] |
4117 }], # 'coverage!=0' | 4118 }], # 'coverage!=0' |
4118 ], # 'conditions' | 4119 ], # 'conditions' |
4119 } | 4120 } |
OLD | NEW |