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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1701006: Implement UI automation on the Mac.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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/browser/views/frame/browser_view.cc ('k') | chrome/test/ui_test_utils_mac.cc » ('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) 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'browser/automation/automation_resource_tracker.h', 203 'browser/automation/automation_resource_tracker.h',
204 'browser/automation/automation_tab_tracker.h', 204 'browser/automation/automation_tab_tracker.h',
205 'browser/automation/chrome_frame_automation_provider.cc', 205 'browser/automation/chrome_frame_automation_provider.cc',
206 'browser/automation/chrome_frame_automation_provider.h', 206 'browser/automation/chrome_frame_automation_provider.h',
207 'browser/automation/url_request_automation_job.cc', 207 'browser/automation/url_request_automation_job.cc',
208 'browser/automation/url_request_automation_job.h', 208 'browser/automation/url_request_automation_job.h',
209 'browser/automation/automation_window_tracker.h', 209 'browser/automation/automation_window_tracker.h',
210 'browser/automation/extension_port_container.cc', 210 'browser/automation/extension_port_container.cc',
211 'browser/automation/extension_port_container.h', 211 'browser/automation/extension_port_container.h',
212 'browser/automation/ui_controls_linux.cc', 212 'browser/automation/ui_controls_linux.cc',
213 'browser/automation/ui_controls_mac.mm',
213 'browser/automation/ui_controls_win.cc', 214 'browser/automation/ui_controls_win.cc',
214 'browser/automation/ui_controls.h', 215 'browser/automation/ui_controls.h',
215 'browser/back_forward_menu_model.cc', 216 'browser/back_forward_menu_model.cc',
216 'browser/back_forward_menu_model.h', 217 'browser/back_forward_menu_model.h',
217 'browser/blocked_popup_container.cc', 218 'browser/blocked_popup_container.cc',
218 'browser/blocked_popup_container.h', 219 'browser/blocked_popup_container.h',
219 'browser/bookmarks/bookmark_codec.cc', 220 'browser/bookmarks/bookmark_codec.cc',
220 'browser/bookmarks/bookmark_codec.h', 221 'browser/bookmarks/bookmark_codec.h',
221 'browser/bookmarks/bookmark_context_menu_controller.cc', 222 'browser/bookmarks/bookmark_context_menu_controller.cc',
222 'browser/bookmarks/bookmark_context_menu_controller.h', 223 'browser/bookmarks/bookmark_context_menu_controller.h',
(...skipping 3132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3355 ] 3356 ]
3356 }, 3357 },
3357 ], 3358 ],
3358 } 3359 }
3359 3360
3360 # Local Variables: 3361 # Local Variables:
3361 # tab-width:2 3362 # tab-width:2
3362 # indent-tabs-mode:nil 3363 # indent-tabs-mode:nil
3363 # End: 3364 # End:
3364 # vim: set expandtab tabstop=2 shiftwidth=2: 3365 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | chrome/test/ui_test_utils_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698