| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 'browser/autofill/email_field.h', | 192 'browser/autofill/email_field.h', |
| 193 'browser/autofill/field_types.h', | 193 'browser/autofill/field_types.h', |
| 194 'browser/autofill/form_field.cc', | 194 'browser/autofill/form_field.cc', |
| 195 'browser/autofill/form_field.h', | 195 'browser/autofill/form_field.h', |
| 196 'browser/autofill/form_group.cc', | 196 'browser/autofill/form_group.cc', |
| 197 'browser/autofill/form_group.h', | 197 'browser/autofill/form_group.h', |
| 198 'browser/autofill/form_structure.cc', | 198 'browser/autofill/form_structure.cc', |
| 199 'browser/autofill/form_structure.h', | 199 'browser/autofill/form_structure.h', |
| 200 'browser/autofill/name_field.cc', | 200 'browser/autofill/name_field.cc', |
| 201 'browser/autofill/name_field.h', | 201 'browser/autofill/name_field.h', |
| 202 » 'browser/autofill/password_generator.cc', | 202 'browser/autofill/password_autofill_manager.cc', |
| 203 » 'browser/autofill/password_generator.h', | 203 'browser/autofill/password_autofill_manager.h', |
| 204 'browser/autofill/password_generator.cc', |
| 205 'browser/autofill/password_generator.h', |
| 204 'browser/autofill/personal_data_manager.cc', | 206 'browser/autofill/personal_data_manager.cc', |
| 205 'browser/autofill/personal_data_manager.h', | 207 'browser/autofill/personal_data_manager.h', |
| 206 'browser/autofill/personal_data_manager_factory.cc', | 208 'browser/autofill/personal_data_manager_factory.cc', |
| 207 'browser/autofill/personal_data_manager_factory.h', | 209 'browser/autofill/personal_data_manager_factory.h', |
| 208 'browser/autofill/personal_data_manager_mac.mm', | 210 'browser/autofill/personal_data_manager_mac.mm', |
| 209 'browser/autofill/personal_data_manager_observer.h', | 211 'browser/autofill/personal_data_manager_observer.h', |
| 210 'browser/autofill/phone_field.cc', | 212 'browser/autofill/phone_field.cc', |
| 211 'browser/autofill/phone_field.h', | 213 'browser/autofill/phone_field.h', |
| 212 'browser/autofill/phone_number.cc', | 214 'browser/autofill/phone_number.cc', |
| 213 'browser/autofill/phone_number.h', | 215 'browser/autofill/phone_number.h', |
| (...skipping 5042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5256 'variables': { | 5258 'variables': { |
| 5257 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5259 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5258 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5260 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5259 }, | 5261 }, |
| 5260 'includes': ['../build/protoc.gypi'], | 5262 'includes': ['../build/protoc.gypi'], |
| 5261 }], | 5263 }], |
| 5262 ], | 5264 ], |
| 5263 }, | 5265 }, |
| 5264 ], | 5266 ], |
| 5265 } | 5267 } |
| OLD | NEW |