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

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

Issue 2877473002: Move autofill_regex_constants to core/common. (Closed)
Patch Set: Remove illegal dependency. Created 3 years, 7 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
« no previous file with comments | « no previous file | components/autofill/core/browser/address_field.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "autofill_manager.cc", 43 "autofill_manager.cc",
44 "autofill_manager.h", 44 "autofill_manager.h",
45 "autofill_manager_test_delegate.h", 45 "autofill_manager_test_delegate.h",
46 "autofill_metrics.cc", 46 "autofill_metrics.cc",
47 "autofill_metrics.h", 47 "autofill_metrics.h",
48 "autofill_popup_delegate.h", 48 "autofill_popup_delegate.h",
49 "autofill_profile.cc", 49 "autofill_profile.cc",
50 "autofill_profile.h", 50 "autofill_profile.h",
51 "autofill_profile_comparator.cc", 51 "autofill_profile_comparator.cc",
52 "autofill_profile_comparator.h", 52 "autofill_profile_comparator.h",
53 "autofill_regex_constants.cc",
54 "autofill_regex_constants.h",
55 "autofill_scanner.cc", 53 "autofill_scanner.cc",
56 "autofill_scanner.h", 54 "autofill_scanner.h",
57 "autofill_type.cc", 55 "autofill_type.cc",
58 "autofill_type.h", 56 "autofill_type.h",
59 "autofill_wallet_data_type_controller.cc", 57 "autofill_wallet_data_type_controller.cc",
60 "autofill_wallet_data_type_controller.h", 58 "autofill_wallet_data_type_controller.h",
61 "card_unmask_delegate.cc", 59 "card_unmask_delegate.cc",
62 "card_unmask_delegate.h", 60 "card_unmask_delegate.h",
63 "contact_info.cc", 61 "contact_info.cc",
64 "contact_info.h", 62 "contact_info.h",
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "//net:test_support", 397 "//net:test_support",
400 "//sql", 398 "//sql",
401 "//testing/gmock", 399 "//testing/gmock",
402 "//testing/gtest", 400 "//testing/gtest",
403 "//third_party/libaddressinput:util", 401 "//third_party/libaddressinput:util",
404 "//third_party/libphonenumber", 402 "//third_party/libphonenumber",
405 "//ui/base", 403 "//ui/base",
406 "//url", 404 "//url",
407 ] 405 ]
408 } 406 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/address_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698