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

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

Issue 2582713003: [USS] Impelementation for GetData and GetAllData (Closed)
Patch Set: mark CreateAutofillEntry to public Created 3 years, 12 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/webdata/autocomplete_sync_bridge.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 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "name_field_unittest.cc", 313 "name_field_unittest.cc",
314 "password_generator_unittest.cc", 314 "password_generator_unittest.cc",
315 "payments/full_card_request_unittest.cc", 315 "payments/full_card_request_unittest.cc",
316 "payments/payments_service_url_unittest.cc", 316 "payments/payments_service_url_unittest.cc",
317 "personal_data_manager_unittest.cc", 317 "personal_data_manager_unittest.cc",
318 "phone_field_unittest.cc", 318 "phone_field_unittest.cc",
319 "phone_number_i18n_unittest.cc", 319 "phone_number_i18n_unittest.cc",
320 "phone_number_unittest.cc", 320 "phone_number_unittest.cc",
321 "ui/card_unmask_prompt_controller_impl_unittest.cc", 321 "ui/card_unmask_prompt_controller_impl_unittest.cc",
322 "validation_unittest.cc", 322 "validation_unittest.cc",
323 "webdata/autocomplete_sync_bridge_unittest.cc",
323 "webdata/autofill_data_type_controller_unittest.cc", 324 "webdata/autofill_data_type_controller_unittest.cc",
324 "webdata/autofill_profile_syncable_service_unittest.cc", 325 "webdata/autofill_profile_syncable_service_unittest.cc",
325 "webdata/autofill_table_unittest.cc", 326 "webdata/autofill_table_unittest.cc",
326 "webdata/autofill_wallet_metadata_syncable_service_unittest.cc", 327 "webdata/autofill_wallet_metadata_syncable_service_unittest.cc",
327 "webdata/web_data_service_unittest.cc", 328 "webdata/web_data_service_unittest.cc",
328 ] 329 ]
329 330
330 if (is_ios || is_android) { 331 if (is_ios || is_android) {
331 sources += [ "autofill_assistant_unittest.cc" ] 332 sources += [ "autofill_assistant_unittest.cc" ]
332 } 333 }
(...skipping 26 matching lines...) Expand all
359 "//net:test_support", 360 "//net:test_support",
360 "//sql", 361 "//sql",
361 "//testing/gmock", 362 "//testing/gmock",
362 "//testing/gtest", 363 "//testing/gtest",
363 "//third_party/libaddressinput:util", 364 "//third_party/libaddressinput:util",
364 "//third_party/libphonenumber", 365 "//third_party/libphonenumber",
365 "//ui/base", 366 "//ui/base",
366 "//url", 367 "//url",
367 ] 368 ]
368 } 369 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/core/browser/webdata/autocomplete_sync_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698