OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |