| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 'browser/autofill/phone_field.cc', | 195 'browser/autofill/phone_field.cc', |
| 196 'browser/autofill/phone_field.h', | 196 'browser/autofill/phone_field.h', |
| 197 'browser/autofill/phone_number.cc', | 197 'browser/autofill/phone_number.cc', |
| 198 'browser/autofill/phone_number.h', | 198 'browser/autofill/phone_number.h', |
| 199 'browser/autofill/select_control_handler.cc', | 199 'browser/autofill/select_control_handler.cc', |
| 200 'browser/autofill/select_control_handler.h', | 200 'browser/autofill/select_control_handler.h', |
| 201 'browser/automation/automation_autocomplete_edit_tracker.cc', | 201 'browser/automation/automation_autocomplete_edit_tracker.cc', |
| 202 'browser/automation/automation_autocomplete_edit_tracker.h', | 202 'browser/automation/automation_autocomplete_edit_tracker.h', |
| 203 'browser/automation/automation_browser_tracker.cc', | 203 'browser/automation/automation_browser_tracker.cc', |
| 204 'browser/automation/automation_browser_tracker.h', | 204 'browser/automation/automation_browser_tracker.h', |
| 205 'browser/automation/automation_util.cc', |
| 206 'browser/automation/automation_util.h', |
| 205 'browser/automation/automation_extension_function.cc', | 207 'browser/automation/automation_extension_function.cc', |
| 206 'browser/automation/automation_extension_function.h', | 208 'browser/automation/automation_extension_function.h', |
| 207 'browser/automation/automation_extension_tracker.cc', | 209 'browser/automation/automation_extension_tracker.cc', |
| 208 'browser/automation/automation_extension_tracker.h', | 210 'browser/automation/automation_extension_tracker.h', |
| 209 'browser/automation/automation_provider.cc', | 211 'browser/automation/automation_provider.cc', |
| 210 'browser/automation/automation_provider.h', | 212 'browser/automation/automation_provider.h', |
| 211 'browser/automation/automation_provider_gtk.cc', | 213 'browser/automation/automation_provider_gtk.cc', |
| 212 'browser/automation/automation_provider_json.cc', | 214 'browser/automation/automation_provider_json.cc', |
| 213 'browser/automation/automation_provider_json.h', | 215 'browser/automation/automation_provider_json.h', |
| 214 'browser/automation/automation_provider_list.cc', | 216 'browser/automation/automation_provider_list.cc', |
| (...skipping 4132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4347 ], | 4349 ], |
| 4348 }, | 4350 }, |
| 4349 ], | 4351 ], |
| 4350 } | 4352 } |
| 4351 | 4353 |
| 4352 # Local Variables: | 4354 # Local Variables: |
| 4353 # tab-width:2 | 4355 # tab-width:2 |
| 4354 # indent-tabs-mode:nil | 4356 # indent-tabs-mode:nil |
| 4355 # End: | 4357 # End: |
| 4356 # vim: set expandtab tabstop=2 shiftwidth=2: | 4358 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |