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

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

Issue 974323002: Componentize autofill dialog common code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing includes Created 5 years, 9 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 | « components/autofill.gypi ('k') | components/autofill/core/browser/detail_input.h » ('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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 autofill_enable_sync = !is_android_webview_build 7 autofill_enable_sync = !is_android_webview_build
8 } else { 8 } else {
9 autofill_enable_sync = true 9 autofill_enable_sync = true
10 } 10 }
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "autofill_xml_parser.cc", 84 "autofill_xml_parser.cc",
85 "autofill_xml_parser.h", 85 "autofill_xml_parser.h",
86 "card_unmask_delegate.cc", 86 "card_unmask_delegate.cc",
87 "card_unmask_delegate.h", 87 "card_unmask_delegate.h",
88 "contact_info.cc", 88 "contact_info.cc",
89 "contact_info.h", 89 "contact_info.h",
90 "credit_card.cc", 90 "credit_card.cc",
91 "credit_card.h", 91 "credit_card.h",
92 "credit_card_field.cc", 92 "credit_card_field.cc",
93 "credit_card_field.h", 93 "credit_card_field.h",
94 "detail_input.cc",
95 "detail_input.h",
96 "dialog_section.h",
94 "email_field.cc", 97 "email_field.cc",
95 "email_field.h", 98 "email_field.h",
96 "field_types.h", 99 "field_types.h",
97 "form_field.cc", 100 "form_field.cc",
98 "form_field.h", 101 "form_field.h",
99 "form_group.cc", 102 "form_group.cc",
100 "form_group.h", 103 "form_group.h",
101 "form_structure.cc", 104 "form_structure.cc",
102 "form_structure.h", 105 "form_structure.h",
103 "name_field.cc", 106 "name_field.cc",
104 "name_field.h", 107 "name_field.h",
105 "password_generator.cc", 108 "password_generator.cc",
106 "password_generator.h", 109 "password_generator.h",
107 "personal_data_manager.cc", 110 "personal_data_manager.cc",
108 "personal_data_manager.h", 111 "personal_data_manager.h",
109 "personal_data_manager_mac.mm", 112 "personal_data_manager_mac.mm",
110 "personal_data_manager_observer.h", 113 "personal_data_manager_observer.h",
111 "phone_field.cc", 114 "phone_field.cc",
112 "phone_field.h", 115 "phone_field.h",
113 "phone_number.cc", 116 "phone_number.cc",
114 "phone_number.h", 117 "phone_number.h",
115 "phone_number_i18n.cc", 118 "phone_number_i18n.cc",
116 "phone_number_i18n.h", 119 "phone_number_i18n.h",
117 "popup_item_ids.h", 120 "popup_item_ids.h",
121 "server_field_types_util.cc",
122 "server_field_types_util.h",
118 "state_names.cc", 123 "state_names.cc",
119 "state_names.h", 124 "state_names.h",
120 "suggestion.cc", 125 "suggestion.cc",
121 "suggestion.h", 126 "suggestion.h",
122 "validation.cc", 127 "validation.cc",
123 "validation.h", 128 "validation.h",
124 "wallet/real_pan_wallet_client.cc", 129 "wallet/real_pan_wallet_client.cc",
125 "wallet/real_pan_wallet_client.h", 130 "wallet/real_pan_wallet_client.h",
126 "webdata/autocomplete_syncable_service.cc", 131 "webdata/autocomplete_syncable_service.cc",
127 "webdata/autocomplete_syncable_service.h", 132 "webdata/autocomplete_syncable_service.h",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "//sync", 283 "//sync",
279 "//sync:test_support_sync_api", 284 "//sync:test_support_sync_api",
280 "//testing/gmock", 285 "//testing/gmock",
281 "//testing/gtest", 286 "//testing/gtest",
282 "//third_party/libphonenumber", 287 "//third_party/libphonenumber",
283 "//third_party/libjingle", 288 "//third_party/libjingle",
284 "//ui/base", 289 "//ui/base",
285 "//url", 290 "//url",
286 ] 291 ]
287 } 292 }
OLDNEW
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/detail_input.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698