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

Side by Side Diff: components/autofill.gypi

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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # Private target only used in components/autofill. 8 # Private target only used in components/autofill.
9 # GN version: //components/autofill/core/browser:regexes 9 # GN version: //components/autofill/core/browser:regexes
10 'target_name': 'autofill_regexes', 10 'target_name': 'autofill_regexes',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 '../base/base.gyp:base', 245 '../base/base.gyp:base',
246 '../base/base.gyp:base_prefs', 246 '../base/base.gyp:base_prefs',
247 '../base/base.gyp:test_support_base', 247 '../base/base.gyp:test_support_base',
248 '../skia/skia.gyp:skia', 248 '../skia/skia.gyp:skia',
249 '../testing/gtest.gyp:gtest', 249 '../testing/gtest.gyp:gtest',
250 'autofill_core_common', 250 'autofill_core_common',
251 'autofill_core_browser', 251 'autofill_core_browser',
252 'os_crypt', 252 'os_crypt',
253 'pref_registry', 253 'pref_registry',
254 'rappor', 254 'rappor',
255 'signin_core_browser_test_support',
255 ], 256 ],
256 'sources': [ 257 'sources': [
257 'autofill/core/browser/autofill_test_utils.cc', 258 'autofill/core/browser/autofill_test_utils.cc',
258 'autofill/core/browser/autofill_test_utils.h', 259 'autofill/core/browser/autofill_test_utils.h',
259 'autofill/core/browser/data_driven_test.cc', 260 'autofill/core/browser/data_driven_test.cc',
260 'autofill/core/browser/data_driven_test.h', 261 'autofill/core/browser/data_driven_test.h',
261 'autofill/core/browser/suggestion_test_helpers.h', 262 'autofill/core/browser/suggestion_test_helpers.h',
262 'autofill/core/browser/test_autofill_client.cc', 263 'autofill/core/browser/test_autofill_client.cc',
263 'autofill/core/browser/test_autofill_client.h', 264 'autofill/core/browser/test_autofill_client.h',
264 'autofill/core/browser/test_autofill_driver.cc', 265 'autofill/core/browser/test_autofill_driver.cc',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 ], 489 ],
489 }, 490 },
490 'includes': [ 491 'includes': [
491 '../ios/web/js_compile.gypi', 492 '../ios/web/js_compile.gypi',
492 ], 493 ],
493 }, 494 },
494 ], 495 ],
495 }], 496 }],
496 ], 497 ],
497 } 498 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698