| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 'browser/automation/automation_resource_tracker.cc', | 213 'browser/automation/automation_resource_tracker.cc', |
| 214 'browser/automation/automation_resource_tracker.h', | 214 'browser/automation/automation_resource_tracker.h', |
| 215 'browser/automation/automation_tab_tracker.h', | 215 'browser/automation/automation_tab_tracker.h', |
| 216 'browser/automation/chrome_frame_automation_provider.cc', | 216 'browser/automation/chrome_frame_automation_provider.cc', |
| 217 'browser/automation/chrome_frame_automation_provider.h', | 217 'browser/automation/chrome_frame_automation_provider.h', |
| 218 'browser/automation/url_request_automation_job.cc', | 218 'browser/automation/url_request_automation_job.cc', |
| 219 'browser/automation/url_request_automation_job.h', | 219 'browser/automation/url_request_automation_job.h', |
| 220 'browser/automation/automation_window_tracker.h', | 220 'browser/automation/automation_window_tracker.h', |
| 221 'browser/automation/extension_port_container.cc', | 221 'browser/automation/extension_port_container.cc', |
| 222 'browser/automation/extension_port_container.h', | 222 'browser/automation/extension_port_container.h', |
| 223 'browser/automation/ui_controls_internal.h', |
| 223 'browser/automation/ui_controls_linux.cc', | 224 'browser/automation/ui_controls_linux.cc', |
| 224 'browser/automation/ui_controls_mac.mm', | 225 'browser/automation/ui_controls_mac.mm', |
| 225 'browser/automation/ui_controls_win.cc', | 226 'browser/automation/ui_controls_win.cc', |
| 226 'browser/automation/ui_controls.h', | 227 'browser/automation/ui_controls.h', |
| 227 'browser/back_forward_menu_model.cc', | 228 'browser/back_forward_menu_model.cc', |
| 228 'browser/back_forward_menu_model.h', | 229 'browser/back_forward_menu_model.h', |
| 229 'browser/background_contents_service.h', | 230 'browser/background_contents_service.h', |
| 230 'browser/background_contents_service.cc', | 231 'browser/background_contents_service.cc', |
| 231 'browser/blocked_popup_container.cc', | 232 'browser/blocked_popup_container.cc', |
| 232 'browser/blocked_popup_container.h', | 233 'browser/blocked_popup_container.h', |
| (...skipping 3415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3648 ], | 3649 ], |
| 3649 }, | 3650 }, |
| 3650 ], | 3651 ], |
| 3651 } | 3652 } |
| 3652 | 3653 |
| 3653 # Local Variables: | 3654 # Local Variables: |
| 3654 # tab-width:2 | 3655 # tab-width:2 |
| 3655 # indent-tabs-mode:nil | 3656 # indent-tabs-mode:nil |
| 3656 # End: | 3657 # End: |
| 3657 # vim: set expandtab tabstop=2 shiftwidth=2: | 3658 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |