OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 | 6 |
7 static_library("browser") { | 7 static_library("browser") { |
8 sources = [ | 8 sources = [ |
9 "address.cc", | 9 "address.cc", |
10 "address.h", | 10 "address.h", |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 "autofill_profile_comparator.cc", | 49 "autofill_profile_comparator.cc", |
50 "autofill_profile_comparator.h", | 50 "autofill_profile_comparator.h", |
51 "autofill_regex_constants.cc", | 51 "autofill_regex_constants.cc", |
52 "autofill_regex_constants.h", | 52 "autofill_regex_constants.h", |
53 "autofill_scanner.cc", | 53 "autofill_scanner.cc", |
54 "autofill_scanner.h", | 54 "autofill_scanner.h", |
55 "autofill_sync_constants.cc", | 55 "autofill_sync_constants.cc", |
56 "autofill_sync_constants.h", | 56 "autofill_sync_constants.h", |
57 "autofill_type.cc", | 57 "autofill_type.cc", |
58 "autofill_type.h", | 58 "autofill_type.h", |
| 59 "autofill_ukm.cc", |
| 60 "autofill_ukm.h", |
59 "autofill_wallet_data_type_controller.cc", | 61 "autofill_wallet_data_type_controller.cc", |
60 "autofill_wallet_data_type_controller.h", | 62 "autofill_wallet_data_type_controller.h", |
61 "card_unmask_delegate.cc", | 63 "card_unmask_delegate.cc", |
62 "card_unmask_delegate.h", | 64 "card_unmask_delegate.h", |
63 "contact_info.cc", | 65 "contact_info.cc", |
64 "contact_info.h", | 66 "contact_info.h", |
65 "country_combobox_model.cc", | 67 "country_combobox_model.cc", |
66 "country_combobox_model.h", | 68 "country_combobox_model.h", |
67 "country_data.cc", | 69 "country_data.cc", |
68 "country_data.h", | 70 "country_data.h", |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 "//components/keyed_service/core", | 195 "//components/keyed_service/core", |
194 "//components/os_crypt", | 196 "//components/os_crypt", |
195 "//components/pref_registry", | 197 "//components/pref_registry", |
196 "//components/prefs", | 198 "//components/prefs", |
197 "//components/rappor", | 199 "//components/rappor", |
198 "//components/security_state/core", | 200 "//components/security_state/core", |
199 "//components/signin/core/browser", | 201 "//components/signin/core/browser", |
200 "//components/signin/core/common", | 202 "//components/signin/core/common", |
201 "//components/strings", | 203 "//components/strings", |
202 "//components/sync", | 204 "//components/sync", |
| 205 "//components/ukm", |
203 "//components/variations/net", | 206 "//components/variations/net", |
204 "//components/version_info", | 207 "//components/version_info", |
205 "//components/webdata/common", | 208 "//components/webdata/common", |
206 "//google_apis", | 209 "//google_apis", |
207 "//net", | 210 "//net", |
208 "//skia", | 211 "//skia", |
209 "//sql", | 212 "//sql", |
210 "//third_party/fips181", | 213 "//third_party/fips181", |
211 "//third_party/icu", | 214 "//third_party/icu", |
212 "//third_party/libaddressinput:util", | 215 "//third_party/libaddressinput:util", |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 "autofill_driver_factory_unittest.cc", | 312 "autofill_driver_factory_unittest.cc", |
310 "autofill_external_delegate_unittest.cc", | 313 "autofill_external_delegate_unittest.cc", |
311 "autofill_field_unittest.cc", | 314 "autofill_field_unittest.cc", |
312 "autofill_ie_toolbar_import_win_unittest.cc", | 315 "autofill_ie_toolbar_import_win_unittest.cc", |
313 "autofill_manager_unittest.cc", | 316 "autofill_manager_unittest.cc", |
314 "autofill_merge_unittest.cc", | 317 "autofill_merge_unittest.cc", |
315 "autofill_metrics_unittest.cc", | 318 "autofill_metrics_unittest.cc", |
316 "autofill_profile_comparator_unittest.cc", | 319 "autofill_profile_comparator_unittest.cc", |
317 "autofill_profile_unittest.cc", | 320 "autofill_profile_unittest.cc", |
318 "autofill_type_unittest.cc", | 321 "autofill_type_unittest.cc", |
| 322 "autofill_ukm_unittest.cc", |
319 "contact_info_unittest.cc", | 323 "contact_info_unittest.cc", |
320 "country_combobox_model_unittest.cc", | 324 "country_combobox_model_unittest.cc", |
321 "country_names_unittest.cc", | 325 "country_names_unittest.cc", |
322 "credit_card_field_unittest.cc", | 326 "credit_card_field_unittest.cc", |
323 "credit_card_unittest.cc", | 327 "credit_card_unittest.cc", |
324 "field_candidates_unittest.cc", | 328 "field_candidates_unittest.cc", |
325 "form_field_unittest.cc", | 329 "form_field_unittest.cc", |
326 "form_structure_unittest.cc", | 330 "form_structure_unittest.cc", |
327 "legal_message_line_unittest.cc", | 331 "legal_message_line_unittest.cc", |
328 "name_field_unittest.cc", | 332 "name_field_unittest.cc", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 "//components/rappor:test_support", | 365 "//components/rappor:test_support", |
362 "//components/resources", | 366 "//components/resources", |
363 "//components/security_state/core", | 367 "//components/security_state/core", |
364 "//components/signin/core/browser", | 368 "//components/signin/core/browser", |
365 "//components/signin/core/browser:test_support", | 369 "//components/signin/core/browser:test_support", |
366 "//components/signin/core/common", | 370 "//components/signin/core/common", |
367 "//components/strings", | 371 "//components/strings", |
368 "//components/sync", | 372 "//components/sync", |
369 "//components/sync:test_support_driver", | 373 "//components/sync:test_support_driver", |
370 "//components/sync:test_support_model", | 374 "//components/sync:test_support_model", |
| 375 "//components/ukm", |
| 376 "//components/ukm:test_support", |
371 "//components/variations", | 377 "//components/variations", |
372 "//components/variations:test_support", | 378 "//components/variations:test_support", |
373 "//components/webdata/common", | 379 "//components/webdata/common", |
374 "//components/webdata_services:test_support", | 380 "//components/webdata_services:test_support", |
375 "//google_apis", | 381 "//google_apis", |
376 "//google_apis:test_support", | 382 "//google_apis:test_support", |
377 "//net:test_support", | 383 "//net:test_support", |
378 "//sql", | 384 "//sql", |
379 "//testing/gmock", | 385 "//testing/gmock", |
380 "//testing/gtest", | 386 "//testing/gtest", |
381 "//third_party/libaddressinput:util", | 387 "//third_party/libaddressinput:util", |
382 "//third_party/libphonenumber", | 388 "//third_party/libphonenumber", |
383 "//ui/base", | 389 "//ui/base", |
384 "//url", | 390 "//url", |
385 ] | 391 ] |
386 } | 392 } |
OLD | NEW |