Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: components/autofill/core/browser/BUILD.gn

Issue 2745803003: autofill-try
Patch Set: autofill-try Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 22 matching lines...) Expand all
33 "autofill_download_manager.h", 33 "autofill_download_manager.h",
34 "autofill_driver.h", 34 "autofill_driver.h",
35 "autofill_driver_factory.cc", 35 "autofill_driver_factory.cc",
36 "autofill_driver_factory.h", 36 "autofill_driver_factory.h",
37 "autofill_experiments.cc", 37 "autofill_experiments.cc",
38 "autofill_experiments.h", 38 "autofill_experiments.h",
39 "autofill_external_delegate.cc", 39 "autofill_external_delegate.cc",
40 "autofill_external_delegate.h", 40 "autofill_external_delegate.h",
41 "autofill_field.cc", 41 "autofill_field.cc",
42 "autofill_field.h", 42 "autofill_field.h",
43 "autofill_handler.cc",
44 "autofill_handler.h",
45 "autofill_handler_proxy.cc",
46 "autofill_handler_proxy.h",
43 "autofill_ie_toolbar_import_win.cc", 47 "autofill_ie_toolbar_import_win.cc",
44 "autofill_ie_toolbar_import_win.h", 48 "autofill_ie_toolbar_import_win.h",
45 "autofill_manager.cc", 49 "autofill_manager.cc",
46 "autofill_manager.h", 50 "autofill_manager.h",
47 "autofill_manager_test_delegate.h", 51 "autofill_manager_test_delegate.h",
48 "autofill_metrics.cc", 52 "autofill_metrics.cc",
49 "autofill_metrics.h", 53 "autofill_metrics.h",
50 "autofill_popup_delegate.h", 54 "autofill_popup_delegate.h",
51 "autofill_profile.cc", 55 "autofill_profile.cc",
52 "autofill_profile.h", 56 "autofill_profile.h",
53 "autofill_profile_comparator.cc", 57 "autofill_profile_comparator.cc",
54 "autofill_profile_comparator.h", 58 "autofill_profile_comparator.h",
59 "autofill_provider.cc",
60 "autofill_provider.h",
55 "autofill_scanner.cc", 61 "autofill_scanner.cc",
56 "autofill_scanner.h", 62 "autofill_scanner.h",
57 "autofill_type.cc", 63 "autofill_type.cc",
58 "autofill_type.h", 64 "autofill_type.h",
59 "autofill_wallet_data_type_controller.cc", 65 "autofill_wallet_data_type_controller.cc",
60 "autofill_wallet_data_type_controller.h", 66 "autofill_wallet_data_type_controller.h",
61 "card_unmask_delegate.cc", 67 "card_unmask_delegate.cc",
62 "card_unmask_delegate.h", 68 "card_unmask_delegate.h",
63 "contact_info.cc", 69 "contact_info.cc",
64 "contact_info.h", 70 "contact_info.h",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 "//net:test_support", 409 "//net:test_support",
404 "//sql", 410 "//sql",
405 "//testing/gmock", 411 "//testing/gmock",
406 "//testing/gtest", 412 "//testing/gtest",
407 "//third_party/libaddressinput:util", 413 "//third_party/libaddressinput:util",
408 "//third_party/libphonenumber", 414 "//third_party/libphonenumber",
409 "//ui/base", 415 "//ui/base",
410 "//url", 416 "//url",
411 ] 417 ]
412 } 418 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698