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

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

Issue 964563002: Replace SetAuthenticatedUsername with SetAuthenticatedAccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@priv
Patch Set: rebased Created 5 years, 8 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 # GYP version: components/autofill.gyp:autofill_regexes 5 # GYP version: components/autofill.gyp:autofill_regexes
6 action("regexes") { 6 action("regexes") {
7 visibility = [ "//components/autofill/*" ] 7 visibility = [ "//components/autofill/*" ]
8 script = "//build/escape_unicode.py" 8 script = "//build/escape_unicode.py"
9 9
10 inputs = [ 10 inputs = [
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 deps = [ 254 deps = [
255 ":browser", 255 ":browser",
256 ":test_support", 256 ":test_support",
257 "//base", 257 "//base",
258 "//base:prefs", 258 "//base:prefs",
259 "//base/test:test_support", 259 "//base/test:test_support",
260 "//components/autofill/core/common", 260 "//components/autofill/core/common",
261 "//components/os_crypt", 261 "//components/os_crypt",
262 "//components/rappor:test_support", 262 "//components/rappor:test_support",
263 "//components/resources", 263 "//components/resources",
264 "//components/signin/core/browser:test_support",
264 "//components/strings", 265 "//components/strings",
265 "//components/webdata/common", 266 "//components/webdata/common",
266 "//net:test_support", 267 "//net:test_support",
267 "//sql", 268 "//sql",
268 "//sync", 269 "//sync",
269 "//sync:test_support_sync_api", 270 "//sync:test_support_sync_api",
270 "//testing/gmock", 271 "//testing/gmock",
271 "//testing/gtest", 272 "//testing/gtest",
272 "//third_party/libphonenumber", 273 "//third_party/libphonenumber",
273 "//third_party/libjingle", 274 "//third_party/libjingle",
274 "//ui/base", 275 "//ui/base",
275 "//url", 276 "//url",
276 ] 277 ]
277 } 278 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698