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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 'browser/autofill/fax_number.h', | 196 'browser/autofill/fax_number.h', |
197 'browser/autofill/field_types.h', | 197 'browser/autofill/field_types.h', |
198 'browser/autofill/form_field.cc', | 198 'browser/autofill/form_field.cc', |
199 'browser/autofill/form_field.h', | 199 'browser/autofill/form_field.h', |
200 'browser/autofill/form_group.cc', | 200 'browser/autofill/form_group.cc', |
201 'browser/autofill/form_group.h', | 201 'browser/autofill/form_group.h', |
202 'browser/autofill/form_structure.cc', | 202 'browser/autofill/form_structure.cc', |
203 'browser/autofill/form_structure.h', | 203 'browser/autofill/form_structure.h', |
204 'browser/autofill/home_address.cc', | 204 'browser/autofill/home_address.cc', |
205 'browser/autofill/home_address.h', | 205 'browser/autofill/home_address.h', |
| 206 'browser/autofill/home_phone_number.cc', |
206 'browser/autofill/home_phone_number.h', | 207 'browser/autofill/home_phone_number.h', |
207 'browser/autofill/name_field.cc', | 208 'browser/autofill/name_field.cc', |
208 'browser/autofill/name_field.h', | 209 'browser/autofill/name_field.h', |
209 'browser/autofill/personal_data_manager.cc', | 210 'browser/autofill/personal_data_manager.cc', |
210 'browser/autofill/personal_data_manager.h', | 211 'browser/autofill/personal_data_manager.h', |
211 'browser/autofill/personal_data_manager_mac.mm', | 212 'browser/autofill/personal_data_manager_mac.mm', |
212 'browser/autofill/phone_field.cc', | 213 'browser/autofill/phone_field.cc', |
213 'browser/autofill/phone_field.h', | 214 'browser/autofill/phone_field.h', |
214 'browser/autofill/phone_number.cc', | 215 'browser/autofill/phone_number.cc', |
215 'browser/autofill/phone_number.h', | 216 'browser/autofill/phone_number.h', |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
831 'browser/device_orientation/message_filter.h', | 832 'browser/device_orientation/message_filter.h', |
832 'browser/device_orientation/orientation.h', | 833 'browser/device_orientation/orientation.h', |
833 'browser/device_orientation/provider.cc', | 834 'browser/device_orientation/provider.cc', |
834 'browser/device_orientation/provider.h', | 835 'browser/device_orientation/provider.h', |
835 'browser/device_orientation/provider_impl.cc', | 836 'browser/device_orientation/provider_impl.cc', |
836 'browser/device_orientation/provider_impl.h', | 837 'browser/device_orientation/provider_impl.h', |
837 'browser/diagnostics/diagnostics_main.cc', | 838 'browser/diagnostics/diagnostics_main.cc', |
838 'browser/diagnostics/diagnostics_main.h', | 839 'browser/diagnostics/diagnostics_main.h', |
839 'browser/diagnostics/diagnostics_model.h', | 840 'browser/diagnostics/diagnostics_model.h', |
840 'browser/diagnostics/diagnostics_model.cc', | 841 'browser/diagnostics/diagnostics_model.cc', |
| 842 'browser/diagnostics/diagnostics_test.cc', |
841 'browser/diagnostics/diagnostics_test.h', | 843 'browser/diagnostics/diagnostics_test.h', |
842 'browser/diagnostics/sqlite_diagnostics.cc', | 844 'browser/diagnostics/sqlite_diagnostics.cc', |
843 'browser/diagnostics/sqlite_diagnostics.h', | 845 'browser/diagnostics/sqlite_diagnostics.h', |
844 'browser/diagnostics/recon_diagnostics.cc', | 846 'browser/diagnostics/recon_diagnostics.cc', |
845 'browser/diagnostics/recon_diagnostics.h', | 847 'browser/diagnostics/recon_diagnostics.h', |
846 'browser/dom_operation_notification_details.h', | 848 'browser/dom_operation_notification_details.h', |
847 'browser/dom_ui/app_launcher_handler.cc', | 849 'browser/dom_ui/app_launcher_handler.cc', |
848 'browser/dom_ui/app_launcher_handler.h', | 850 'browser/dom_ui/app_launcher_handler.h', |
849 'browser/dom_ui/bookmarks_ui.cc', | 851 'browser/dom_ui/bookmarks_ui.cc', |
850 'browser/dom_ui/bookmarks_ui.h', | 852 'browser/dom_ui/bookmarks_ui.h', |
(...skipping 3637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4488 ], | 4490 ], |
4489 }, | 4491 }, |
4490 ], | 4492 ], |
4491 } | 4493 } |
4492 | 4494 |
4493 # Local Variables: | 4495 # Local Variables: |
4494 # tab-width:2 | 4496 # tab-width:2 |
4495 # indent-tabs-mode:nil | 4497 # indent-tabs-mode:nil |
4496 # End: | 4498 # End: |
4497 # vim: set expandtab tabstop=2 shiftwidth=2: | 4499 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |