OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 'browser/autofill/autofill_popup_view.cc', | 207 'browser/autofill/autofill_popup_view.cc', |
208 'browser/autofill/autofill_popup_view.h', | 208 'browser/autofill/autofill_popup_view.h', |
209 'browser/autofill/autofill_profile.cc', | 209 'browser/autofill/autofill_profile.cc', |
210 'browser/autofill/autofill_profile.h', | 210 'browser/autofill/autofill_profile.h', |
211 'browser/autofill/autofill_regex_constants.cc.utf8', | 211 'browser/autofill/autofill_regex_constants.cc.utf8', |
212 'browser/autofill/autofill_regex_constants.h', | 212 'browser/autofill/autofill_regex_constants.h', |
213 'browser/autofill/autofill_regexes.cc', | 213 'browser/autofill/autofill_regexes.cc', |
214 'browser/autofill/autofill_regexes.h', | 214 'browser/autofill/autofill_regexes.h', |
215 'browser/autofill/autofill_scanner.cc', | 215 'browser/autofill/autofill_scanner.cc', |
216 'browser/autofill/autofill_scanner.h', | 216 'browser/autofill/autofill_scanner.h', |
| 217 'browser/autofill/autofill_server_field_info.h', |
217 'browser/autofill/autofill_type.cc', | 218 'browser/autofill/autofill_type.cc', |
218 'browser/autofill/autofill_type.h', | 219 'browser/autofill/autofill_type.h', |
219 'browser/autofill/autofill_xml_parser.cc', | 220 'browser/autofill/autofill_xml_parser.cc', |
220 'browser/autofill/autofill_xml_parser.h', | 221 'browser/autofill/autofill_xml_parser.h', |
221 'browser/autofill/contact_info.cc', | 222 'browser/autofill/contact_info.cc', |
222 'browser/autofill/contact_info.h', | 223 'browser/autofill/contact_info.h', |
223 'browser/autofill/credit_card.cc', | 224 'browser/autofill/credit_card.cc', |
224 'browser/autofill/credit_card.h', | 225 'browser/autofill/credit_card.h', |
225 'browser/autofill/credit_card_field.cc', | 226 'browser/autofill/credit_card_field.cc', |
226 'browser/autofill/credit_card_field.h', | 227 'browser/autofill/credit_card_field.h', |
(...skipping 2937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3164 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3165 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3165 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3166 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3166 }, | 3167 }, |
3167 'includes': ['../build/protoc.gypi'], | 3168 'includes': ['../build/protoc.gypi'], |
3168 }, | 3169 }, |
3169 ], | 3170 ], |
3170 }, | 3171 }, |
3171 ], | 3172 ], |
3172 ], | 3173 ], |
3173 } | 3174 } |
OLD | NEW |