OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 'browser/autofill/phone_field.cc', | 207 'browser/autofill/phone_field.cc', |
208 'browser/autofill/phone_field.h', | 208 'browser/autofill/phone_field.h', |
209 'browser/autofill/phone_number.cc', | 209 'browser/autofill/phone_number.cc', |
210 'browser/autofill/phone_number.h', | 210 'browser/autofill/phone_number.h', |
211 'browser/autofill/select_control_handler.cc', | 211 'browser/autofill/select_control_handler.cc', |
212 'browser/autofill/select_control_handler.h', | 212 'browser/autofill/select_control_handler.h', |
213 'browser/automation/automation_autocomplete_edit_tracker.cc', | 213 'browser/automation/automation_autocomplete_edit_tracker.cc', |
214 'browser/automation/automation_autocomplete_edit_tracker.h', | 214 'browser/automation/automation_autocomplete_edit_tracker.h', |
215 'browser/automation/automation_browser_tracker.cc', | 215 'browser/automation/automation_browser_tracker.cc', |
216 'browser/automation/automation_browser_tracker.h', | 216 'browser/automation/automation_browser_tracker.h', |
| 217 'browser/automation/automation_util.cc', |
| 218 'browser/automation/automation_util.h', |
217 'browser/automation/automation_extension_function.cc', | 219 'browser/automation/automation_extension_function.cc', |
218 'browser/automation/automation_extension_function.h', | 220 'browser/automation/automation_extension_function.h', |
219 'browser/automation/automation_extension_tracker.cc', | 221 'browser/automation/automation_extension_tracker.cc', |
220 'browser/automation/automation_extension_tracker.h', | 222 'browser/automation/automation_extension_tracker.h', |
221 'browser/automation/automation_provider.cc', | 223 'browser/automation/automation_provider.cc', |
222 'browser/automation/automation_provider.h', | 224 'browser/automation/automation_provider.h', |
223 'browser/automation/automation_provider_gtk.cc', | 225 'browser/automation/automation_provider_gtk.cc', |
224 'browser/automation/automation_provider_json.cc', | 226 'browser/automation/automation_provider_json.cc', |
225 'browser/automation/automation_provider_json.h', | 227 'browser/automation/automation_provider_json.h', |
226 'browser/automation/automation_provider_list.cc', | 228 'browser/automation/automation_provider_list.cc', |
(...skipping 4216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4443 ], | 4445 ], |
4444 }, | 4446 }, |
4445 ], | 4447 ], |
4446 } | 4448 } |
4447 | 4449 |
4448 # Local Variables: | 4450 # Local Variables: |
4449 # tab-width:2 | 4451 # tab-width:2 |
4450 # indent-tabs-mode:nil | 4452 # indent-tabs-mode:nil |
4451 # End: | 4453 # End: |
4452 # vim: set expandtab tabstop=2 shiftwidth=2: | 4454 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |