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

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

Issue 2607043002: [Autofill] Credit Card Autofill Last Used Date Experiment (Closed)
Patch Set: Addressed comments 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | components/autofill/core/browser/autofill_experiments.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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "//components/resources", 349 "//components/resources",
350 "//components/security_state/core", 350 "//components/security_state/core",
351 "//components/signin/core/browser", 351 "//components/signin/core/browser",
352 "//components/signin/core/browser:test_support", 352 "//components/signin/core/browser:test_support",
353 "//components/signin/core/common", 353 "//components/signin/core/common",
354 "//components/strings", 354 "//components/strings",
355 "//components/sync", 355 "//components/sync",
356 "//components/sync:test_support_driver", 356 "//components/sync:test_support_driver",
357 "//components/sync:test_support_model", 357 "//components/sync:test_support_model",
358 "//components/variations", 358 "//components/variations",
359 "//components/variations:test_support",
359 "//components/webdata/common", 360 "//components/webdata/common",
360 "//components/webdata_services:test_support", 361 "//components/webdata_services:test_support",
361 "//google_apis", 362 "//google_apis",
362 "//google_apis:test_support", 363 "//google_apis:test_support",
363 "//net:test_support", 364 "//net:test_support",
364 "//sql", 365 "//sql",
365 "//testing/gmock", 366 "//testing/gmock",
366 "//testing/gtest", 367 "//testing/gtest",
367 "//third_party/libaddressinput:util", 368 "//third_party/libaddressinput:util",
368 "//third_party/libphonenumber", 369 "//third_party/libphonenumber",
369 "//ui/base", 370 "//ui/base",
370 "//url", 371 "//url",
371 ] 372 ]
372 } 373 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | components/autofill/core/browser/autofill_experiments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698