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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3191015: GTTF: next batch of automation separation. (Closed)
Patch Set: tryservers Created 10 years, 4 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
« no previous file with comments | « chrome/browser/automation/testing_automation_provider_win.cc ('k') | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'browser/automation/automation_resource_routing_delegate.cc', 216 'browser/automation/automation_resource_routing_delegate.cc',
217 'browser/automation/automation_resource_routing_delegate.h', 217 'browser/automation/automation_resource_routing_delegate.h',
218 'browser/automation/automation_resource_tracker.cc', 218 'browser/automation/automation_resource_tracker.cc',
219 'browser/automation/automation_resource_tracker.h', 219 'browser/automation/automation_resource_tracker.h',
220 'browser/automation/automation_tab_tracker.h', 220 'browser/automation/automation_tab_tracker.h',
221 'browser/automation/automation_window_tracker.h', 221 'browser/automation/automation_window_tracker.h',
222 'browser/automation/chrome_frame_automation_provider.cc', 222 'browser/automation/chrome_frame_automation_provider.cc',
223 'browser/automation/chrome_frame_automation_provider.h', 223 'browser/automation/chrome_frame_automation_provider.h',
224 'browser/automation/extension_port_container.cc', 224 'browser/automation/extension_port_container.cc',
225 'browser/automation/extension_port_container.h', 225 'browser/automation/extension_port_container.h',
226 'browser/automation/testing_automation_provider_gtk.cc',
227 'browser/automation/testing_automation_provider_mac.mm',
228 'browser/automation/testing_automation_provider_win.cc',
226 'browser/automation/testing_automation_provider.cc', 229 'browser/automation/testing_automation_provider.cc',
227 'browser/automation/testing_automation_provider.h', 230 'browser/automation/testing_automation_provider.h',
228 'browser/automation/url_request_automation_job.cc', 231 'browser/automation/url_request_automation_job.cc',
229 'browser/automation/url_request_automation_job.h', 232 'browser/automation/url_request_automation_job.h',
230 'browser/automation/ui_controls_internal.h', 233 'browser/automation/ui_controls_internal.h',
231 'browser/automation/ui_controls_linux.cc', 234 'browser/automation/ui_controls_linux.cc',
232 'browser/automation/ui_controls_mac.mm', 235 'browser/automation/ui_controls_mac.mm',
233 'browser/automation/ui_controls_win.cc', 236 'browser/automation/ui_controls_win.cc',
234 'browser/automation/ui_controls.h', 237 'browser/automation/ui_controls.h',
235 'browser/back_forward_menu_model.cc', 238 'browser/back_forward_menu_model.cc',
(...skipping 2166 matching lines...) Expand 10 before | Expand all | Expand 10 after
2402 'browser/sessions/tab_restore_service.h', 2405 'browser/sessions/tab_restore_service.h',
2403 'browser/shell_dialogs.h', 2406 'browser/shell_dialogs.h',
2404 'browser/shell_integration.cc', 2407 'browser/shell_integration.cc',
2405 'browser/shell_integration.h', 2408 'browser/shell_integration.h',
2406 'browser/shell_integration_mac.mm', 2409 'browser/shell_integration_mac.mm',
2407 'browser/shell_integration_linux.cc', 2410 'browser/shell_integration_linux.cc',
2408 'browser/shell_integration_win.cc', 2411 'browser/shell_integration_win.cc',
2409 'browser/sidebar/sidebar_container.cc', 2412 'browser/sidebar/sidebar_container.cc',
2410 'browser/sidebar/sidebar_container.h', 2413 'browser/sidebar/sidebar_container.h',
2411 'browser/sidebar/sidebar_manager.cc', 2414 'browser/sidebar/sidebar_manager.cc',
2412 'browser/sidebar/sidebar_manager.h',» 2415 'browser/sidebar/sidebar_manager.h',
2413 'browser/speech/speech_input_dispatcher_host.cc', 2416 'browser/speech/speech_input_dispatcher_host.cc',
2414 'browser/speech/speech_input_dispatcher_host.h', 2417 'browser/speech/speech_input_dispatcher_host.h',
2415 'browser/speech/speech_input_manager.cc', 2418 'browser/speech/speech_input_manager.cc',
2416 'browser/speech/speech_input_manager.h', 2419 'browser/speech/speech_input_manager.h',
2417 'browser/speech/speech_recognition_request.cc', 2420 'browser/speech/speech_recognition_request.cc',
2418 'browser/speech/speech_recognition_request.h', 2421 'browser/speech/speech_recognition_request.h',
2419 'browser/speech/speech_recognizer.cc', 2422 'browser/speech/speech_recognizer.cc',
2420 'browser/speech/speech_recognizer.h', 2423 'browser/speech/speech_recognizer.h',
2421 'browser/spellcheck_host.cc', 2424 'browser/spellcheck_host.cc',
2422 'browser/spellcheck_host.h', 2425 'browser/spellcheck_host.h',
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after
3871 ], 3874 ],
3872 }, 3875 },
3873 ], 3876 ],
3874 } 3877 }
3875 3878
3876 # Local Variables: 3879 # Local Variables:
3877 # tab-width:2 3880 # tab-width:2
3878 # indent-tabs-mode:nil 3881 # indent-tabs-mode:nil
3879 # End: 3882 # End:
3880 # vim: set expandtab tabstop=2 shiftwidth=2: 3883 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/automation/testing_automation_provider_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698