| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 'browser/autofill/home_phone_number.h', | 186 'browser/autofill/home_phone_number.h', |
| 187 'browser/autofill/name_field.cc', | 187 'browser/autofill/name_field.cc', |
| 188 'browser/autofill/name_field.h', | 188 'browser/autofill/name_field.h', |
| 189 'browser/autofill/personal_data_manager.cc', | 189 'browser/autofill/personal_data_manager.cc', |
| 190 'browser/autofill/personal_data_manager.h', | 190 'browser/autofill/personal_data_manager.h', |
| 191 'browser/autofill/personal_data_manager_mac.mm', | 191 'browser/autofill/personal_data_manager_mac.mm', |
| 192 'browser/autofill/phone_field.cc', | 192 'browser/autofill/phone_field.cc', |
| 193 'browser/autofill/phone_field.h', | 193 'browser/autofill/phone_field.h', |
| 194 'browser/autofill/phone_number.cc', | 194 'browser/autofill/phone_number.cc', |
| 195 'browser/autofill/phone_number.h', | 195 'browser/autofill/phone_number.h', |
| 196 'browser/autofill/phone_number_i18n.cc', | |
| 197 'browser/autofill/phone_number_i18n.h', | |
| 198 'browser/autofill/select_control_handler.cc', | 196 'browser/autofill/select_control_handler.cc', |
| 199 'browser/autofill/select_control_handler.h', | 197 'browser/autofill/select_control_handler.h', |
| 200 'browser/automation/automation_browser_tracker.cc', | 198 'browser/automation/automation_browser_tracker.cc', |
| 201 'browser/automation/automation_browser_tracker.h', | 199 'browser/automation/automation_browser_tracker.h', |
| 202 'browser/automation/automation_extension_tracker.cc', | 200 'browser/automation/automation_extension_tracker.cc', |
| 203 'browser/automation/automation_extension_tracker.h', | 201 'browser/automation/automation_extension_tracker.h', |
| 204 'browser/automation/automation_omnibox_tracker.cc', | 202 'browser/automation/automation_omnibox_tracker.cc', |
| 205 'browser/automation/automation_omnibox_tracker.h', | 203 'browser/automation/automation_omnibox_tracker.h', |
| 206 'browser/automation/automation_provider.cc', | 204 'browser/automation/automation_provider.cc', |
| 207 'browser/automation/automation_provider.h', | 205 'browser/automation/automation_provider.h', |
| (...skipping 4325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4533 'hard_dependency': 1, | 4531 'hard_dependency': 1, |
| 4534 }, | 4532 }, |
| 4535 ], | 4533 ], |
| 4536 } | 4534 } |
| 4537 | 4535 |
| 4538 # Local Variables: | 4536 # Local Variables: |
| 4539 # tab-width:2 | 4537 # tab-width:2 |
| 4540 # indent-tabs-mode:nil | 4538 # indent-tabs-mode:nil |
| 4541 # End: | 4539 # End: |
| 4542 # vim: set expandtab tabstop=2 shiftwidth=2: | 4540 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |