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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
671 'browser/tab_contents/view_source_uitest.cc', | 671 'browser/tab_contents/view_source_uitest.cc', |
672 'browser/tab_restore_uitest.cc', | 672 'browser/tab_restore_uitest.cc', |
673 'browser/unload_uitest.cc', | 673 'browser/unload_uitest.cc', |
674 'browser/ui/login/login_prompt_uitest.cc', | 674 'browser/ui/login/login_prompt_uitest.cc', |
675 'browser/ui/tests/browser_uitest.cc', | 675 'browser/ui/tests/browser_uitest.cc', |
676 'browser/ui/views/find_bar_host_uitest.cc', | 676 'browser/ui/views/find_bar_host_uitest.cc', |
677 'browser/ui/webui/bookmarks_ui_uitest.cc', | 677 'browser/ui/webui/bookmarks_ui_uitest.cc', |
678 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', | 678 'browser/ui/webui/ntp/new_tab_ui_uitest.cc', |
679 'browser/ui/webui/options/options_ui_uitest.cc', | 679 'browser/ui/webui/options/options_ui_uitest.cc', |
680 'browser/ui/webui/print_preview_ui_uitest.cc', | 680 'browser/ui/webui/print_preview_ui_uitest.cc', |
| 681 'common/chrome_switches_uitest.cc', |
681 'common/logging_chrome_uitest.cc', | 682 'common/logging_chrome_uitest.cc', |
682 'renderer/external_extension_uitest.cc', | 683 'renderer/external_extension_uitest.cc', |
683 'test/automation/automation_proxy_uitest.cc', | 684 'test/automation/automation_proxy_uitest.cc', |
684 'test/automation/automation_proxy_uitest.h', | 685 'test/automation/automation_proxy_uitest.h', |
685 'test/automation/extension_proxy_uitest.cc', | 686 'test/automation/extension_proxy_uitest.cc', |
686 'test/automated_ui_tests/automated_ui_test_test.cc', | 687 'test/automated_ui_tests/automated_ui_test_test.cc', |
687 'test/chrome_process_util_uitest.cc', | 688 'test/chrome_process_util_uitest.cc', |
688 'test/gpu/gpu_uitest.cc', | 689 'test/gpu/gpu_uitest.cc', |
689 'test/ui/dom_checker_uitest.cc', | 690 'test/ui/dom_checker_uitest.cc', |
690 'test/ui/dromaeo_benchmark_uitest.cc', | 691 'test/ui/dromaeo_benchmark_uitest.cc', |
(...skipping 3416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4107 ] | 4108 ] |
4108 }], # 'coverage!=0' | 4109 }], # 'coverage!=0' |
4109 ], # 'conditions' | 4110 ], # 'conditions' |
4110 } | 4111 } |
4111 | 4112 |
4112 # Local Variables: | 4113 # Local Variables: |
4113 # tab-width:2 | 4114 # tab-width:2 |
4114 # indent-tabs-mode:nil | 4115 # indent-tabs-mode:nil |
4115 # End: | 4116 # End: |
4116 # vim: set expandtab tabstop=2 shiftwidth=2: | 4117 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |