| 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': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 'browser/autofill/form_group.h', | 174 'browser/autofill/form_group.h', |
| 175 'browser/autofill/form_structure.cc', | 175 'browser/autofill/form_structure.cc', |
| 176 'browser/autofill/form_structure.h', | 176 'browser/autofill/form_structure.h', |
| 177 'browser/autofill/home_phone_number.cc', | 177 'browser/autofill/home_phone_number.cc', |
| 178 'browser/autofill/home_phone_number.h', | 178 'browser/autofill/home_phone_number.h', |
| 179 'browser/autofill/name_field.cc', | 179 'browser/autofill/name_field.cc', |
| 180 'browser/autofill/name_field.h', | 180 'browser/autofill/name_field.h', |
| 181 'browser/autofill/personal_data_manager.cc', | 181 'browser/autofill/personal_data_manager.cc', |
| 182 'browser/autofill/personal_data_manager.h', | 182 'browser/autofill/personal_data_manager.h', |
| 183 'browser/autofill/personal_data_manager_mac.mm', | 183 'browser/autofill/personal_data_manager_mac.mm', |
| 184 'browser/autofill/personal_data_manager_observer.h', |
| 184 'browser/autofill/phone_field.cc', | 185 'browser/autofill/phone_field.cc', |
| 185 'browser/autofill/phone_field.h', | 186 'browser/autofill/phone_field.h', |
| 186 'browser/autofill/phone_number.cc', | 187 'browser/autofill/phone_number.cc', |
| 187 'browser/autofill/phone_number.h', | 188 'browser/autofill/phone_number.h', |
| 188 'browser/autofill/phone_number_i18n.cc', | 189 'browser/autofill/phone_number_i18n.cc', |
| 189 'browser/autofill/phone_number_i18n.h', | 190 'browser/autofill/phone_number_i18n.h', |
| 190 'browser/autofill/select_control_handler.cc', | 191 'browser/autofill/select_control_handler.cc', |
| 191 'browser/autofill/select_control_handler.h', | 192 'browser/autofill/select_control_handler.h', |
| 192 'browser/automation/automation_browser_tracker.cc', | 193 'browser/automation/automation_browser_tracker.cc', |
| 193 'browser/automation/automation_browser_tracker.h', | 194 'browser/automation/automation_browser_tracker.h', |
| (...skipping 4709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4903 ], | 4904 ], |
| 4904 'export_dependent_settings': [ | 4905 'export_dependent_settings': [ |
| 4905 'in_memory_url_index_cache_proto', | 4906 'in_memory_url_index_cache_proto', |
| 4906 ], | 4907 ], |
| 4907 # This target exports a hard dependency because it includes generated | 4908 # This target exports a hard dependency because it includes generated |
| 4908 # header files. | 4909 # header files. |
| 4909 'hard_dependency': 1, | 4910 'hard_dependency': 1, |
| 4910 }, | 4911 }, |
| 4911 ], | 4912 ], |
| 4912 } | 4913 } |
| OLD | NEW |