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

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

Issue 2607043002: [Autofill] Credit Card Autofill Last Used Date Experiment (Closed)
Patch Set: Added unittest dependency 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "//components/resources", 347 "//components/resources",
348 "//components/security_state/core", 348 "//components/security_state/core",
349 "//components/signin/core/browser", 349 "//components/signin/core/browser",
350 "//components/signin/core/browser:test_support", 350 "//components/signin/core/browser:test_support",
351 "//components/signin/core/common", 351 "//components/signin/core/common",
352 "//components/strings", 352 "//components/strings",
353 "//components/sync", 353 "//components/sync",
354 "//components/sync:test_support_driver", 354 "//components/sync:test_support_driver",
355 "//components/sync:test_support_model", 355 "//components/sync:test_support_model",
356 "//components/variations", 356 "//components/variations",
357 "//components/variations:test_support",
357 "//components/webdata/common", 358 "//components/webdata/common",
358 "//components/webdata_services:test_support", 359 "//components/webdata_services:test_support",
359 "//google_apis", 360 "//google_apis",
360 "//google_apis:test_support", 361 "//google_apis:test_support",
361 "//net:test_support", 362 "//net:test_support",
362 "//sql", 363 "//sql",
363 "//testing/gmock", 364 "//testing/gmock",
364 "//testing/gtest", 365 "//testing/gtest",
365 "//third_party/libaddressinput:util", 366 "//third_party/libaddressinput:util",
366 "//third_party/libphonenumber", 367 "//third_party/libphonenumber",
367 "//ui/base", 368 "//ui/base",
368 "//url", 369 "//url",
369 ] 370 ]
370 } 371 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698