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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'browser/autofill/select_control_handler.cc', | 184 'browser/autofill/select_control_handler.cc', |
185 'browser/autofill/select_control_handler.h', | 185 'browser/autofill/select_control_handler.h', |
186 'browser/automation/automation_autocomplete_edit_tracker.h', | 186 'browser/automation/automation_autocomplete_edit_tracker.h', |
187 'browser/automation/automation_browser_tracker.h', | 187 'browser/automation/automation_browser_tracker.h', |
188 'browser/automation/extension_automation_constants.h', | 188 'browser/automation/extension_automation_constants.h', |
189 'browser/automation/extension_automation_constants.cc', | 189 'browser/automation/extension_automation_constants.cc', |
190 'browser/automation/automation_extension_function.h', | 190 'browser/automation/automation_extension_function.h', |
191 'browser/automation/automation_extension_function.cc', | 191 'browser/automation/automation_extension_function.cc', |
192 'browser/automation/automation_extension_tracker.cc', | 192 'browser/automation/automation_extension_tracker.cc', |
193 'browser/automation/automation_extension_tracker.h', | 193 'browser/automation/automation_extension_tracker.h', |
194 'browser/automation/automation_profile_impl.cc', | |
195 'browser/automation/automation_profile_impl.h', | |
196 'browser/automation/automation_provider_chromeos.cc', | 194 'browser/automation/automation_provider_chromeos.cc', |
197 'browser/automation/automation_provider_gtk.cc', | 195 'browser/automation/automation_provider_gtk.cc', |
198 'browser/automation/automation_provider_mac.mm', | 196 'browser/automation/automation_provider_mac.mm', |
199 'browser/automation/automation_provider_views.cc', | 197 'browser/automation/automation_provider_views.cc', |
200 'browser/automation/automation_provider_win.cc', | 198 'browser/automation/automation_provider_win.cc', |
201 'browser/automation/automation_provider.cc', | 199 'browser/automation/automation_provider.cc', |
202 'browser/automation/automation_provider.h', | 200 'browser/automation/automation_provider.h', |
203 'browser/automation/automation_provider_json.h', | 201 'browser/automation/automation_provider_json.h', |
204 'browser/automation/automation_provider_json.cc', | 202 'browser/automation/automation_provider_json.cc', |
205 'browser/automation/automation_provider_list.cc', | 203 'browser/automation/automation_provider_list.cc', |
(...skipping 3461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3667 ], | 3665 ], |
3668 }, | 3666 }, |
3669 ], | 3667 ], |
3670 } | 3668 } |
3671 | 3669 |
3672 # Local Variables: | 3670 # Local Variables: |
3673 # tab-width:2 | 3671 # tab-width:2 |
3674 # indent-tabs-mode:nil | 3672 # indent-tabs-mode:nil |
3675 # End: | 3673 # End: |
3676 # vim: set expandtab tabstop=2 shiftwidth=2: | 3674 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |