Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7104029: Automation: fix chrome/browser dependency on chrome/test headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/automation_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'renderer/mock_keyboard_driver_win.cc', 113 'renderer/mock_keyboard_driver_win.cc',
114 'renderer/mock_keyboard_driver_win.h', 114 'renderer/mock_keyboard_driver_win.h',
115 'renderer/mock_printer.cc', 115 'renderer/mock_printer.cc',
116 'renderer/mock_printer.h', 116 'renderer/mock_printer.h',
117 'renderer/mock_render_process.cc', 117 'renderer/mock_render_process.cc',
118 'renderer/mock_render_process.h', 118 'renderer/mock_render_process.h',
119 'renderer/mock_render_thread.cc', 119 'renderer/mock_render_thread.cc',
120 'renderer/mock_render_thread.h', 120 'renderer/mock_render_thread.h',
121 'renderer/safe_browsing/mock_feature_extractor_clock.cc', 121 'renderer/safe_browsing/mock_feature_extractor_clock.cc',
122 'renderer/safe_browsing/mock_feature_extractor_clock.h', 122 'renderer/safe_browsing/mock_feature_extractor_clock.h',
123 'test/automation/autocomplete_edit_proxy.cc',
124 'test/automation/autocomplete_edit_proxy.h',
125 'test/automation/automation_handle_tracker.cc', 123 'test/automation/automation_handle_tracker.cc',
126 'test/automation/automation_handle_tracker.h', 124 'test/automation/automation_handle_tracker.h',
127 'test/automation/automation_json_requests.cc', 125 'test/automation/automation_json_requests.cc',
128 'test/automation/automation_json_requests.h', 126 'test/automation/automation_json_requests.h',
129 'test/automation/automation_proxy.cc', 127 'test/automation/automation_proxy.cc',
130 'test/automation/automation_proxy.h', 128 'test/automation/automation_proxy.h',
131 'test/automation/browser_proxy.cc', 129 'test/automation/browser_proxy.cc',
132 'test/automation/browser_proxy.h', 130 'test/automation/browser_proxy.h',
133 'test/automation/dom_element_proxy.cc', 131 'test/automation/dom_element_proxy.cc',
134 'test/automation/dom_element_proxy.h', 132 'test/automation/dom_element_proxy.h',
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'test/automation/extension_proxy_uitest.cc', 664 'test/automation/extension_proxy_uitest.cc',
667 'test/automated_ui_tests/automated_ui_test_test.cc', 665 'test/automated_ui_tests/automated_ui_test_test.cc',
668 'test/chrome_process_util_uitest.cc', 666 'test/chrome_process_util_uitest.cc',
669 'test/gpu/gpu_uitest.cc', 667 'test/gpu/gpu_uitest.cc',
670 'test/ui/dom_checker_uitest.cc', 668 'test/ui/dom_checker_uitest.cc',
671 'test/ui/dromaeo_benchmark_uitest.cc', 669 'test/ui/dromaeo_benchmark_uitest.cc',
672 'test/ui/history_uitest.cc', 670 'test/ui/history_uitest.cc',
673 'test/ui/layout_plugin_uitest.cc', 671 'test/ui/layout_plugin_uitest.cc',
674 'test/ui/named_interface_uitest.cc', 672 'test/ui/named_interface_uitest.cc',
675 'test/ui/npapi_uitest.cc', 673 'test/ui/npapi_uitest.cc',
676 'test/ui/omnibox_uitest.cc',
677 'test/ui/ppapi_uitest.cc', 674 'test/ui/ppapi_uitest.cc',
678 'test/ui/sandbox_uitests.cc', 675 'test/ui/sandbox_uitests.cc',
679 'test/ui/sunspider_uitest.cc', 676 'test/ui/sunspider_uitest.cc',
680 'test/ui/v8_benchmark_uitest.cc', 677 'test/ui/v8_benchmark_uitest.cc',
681 '../content/browser/appcache/appcache_ui_test.cc', 678 '../content/browser/appcache/appcache_ui_test.cc',
682 '../content/browser/in_process_webkit/dom_storage_uitest.cc', 679 '../content/browser/in_process_webkit/dom_storage_uitest.cc',
683 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', 680 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc',
684 '../content/worker/worker_uitest.cc', 681 '../content/worker/worker_uitest.cc',
685 ], 682 ],
686 'conditions': [ 683 'conditions': [
(...skipping 3382 matching lines...) Expand 10 before | Expand all | Expand 10 after
4069 ] 4066 ]
4070 }], # 'coverage!=0' 4067 }], # 'coverage!=0'
4071 ], # 'conditions' 4068 ], # 'conditions'
4072 } 4069 }
4073 4070
4074 # Local Variables: 4071 # Local Variables:
4075 # tab-width:2 4072 # tab-width:2
4076 # indent-tabs-mode:nil 4073 # indent-tabs-mode:nil
4077 # End: 4074 # End:
4078 # vim: set expandtab tabstop=2 shiftwidth=2: 4075 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/automation_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698