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

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

Issue 2705773002: [Autofill] Move country combo box model from chrome to component. (Closed)
Patch Set: Created 3 years, 10 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "autofill_sync_constants.cc", 53 "autofill_sync_constants.cc",
54 "autofill_sync_constants.h", 54 "autofill_sync_constants.h",
55 "autofill_type.cc", 55 "autofill_type.cc",
56 "autofill_type.h", 56 "autofill_type.h",
57 "autofill_wallet_data_type_controller.cc", 57 "autofill_wallet_data_type_controller.cc",
58 "autofill_wallet_data_type_controller.h", 58 "autofill_wallet_data_type_controller.h",
59 "card_unmask_delegate.cc", 59 "card_unmask_delegate.cc",
60 "card_unmask_delegate.h", 60 "card_unmask_delegate.h",
61 "contact_info.cc", 61 "contact_info.cc",
62 "contact_info.h", 62 "contact_info.h",
63 "country_combobox_model.cc",
64 "country_combobox_model.h",
63 "country_data.cc", 65 "country_data.cc",
64 "country_data.h", 66 "country_data.h",
65 "country_names.cc", 67 "country_names.cc",
66 "country_names.h", 68 "country_names.h",
67 "credit_card.cc", 69 "credit_card.cc",
68 "credit_card.h", 70 "credit_card.h",
69 "credit_card_field.cc", 71 "credit_card_field.cc",
70 "credit_card_field.h", 72 "credit_card_field.h",
71 "detail_input.cc", 73 "detail_input.cc",
72 "detail_input.h", 74 "detail_input.h",
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "//net:test_support", 368 "//net:test_support",
367 "//sql", 369 "//sql",
368 "//testing/gmock", 370 "//testing/gmock",
369 "//testing/gtest", 371 "//testing/gtest",
370 "//third_party/libaddressinput:util", 372 "//third_party/libaddressinput:util",
371 "//third_party/libphonenumber", 373 "//third_party/libphonenumber",
372 "//ui/base", 374 "//ui/base",
373 "//url", 375 "//url",
374 ] 376 ]
375 } 377 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698