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

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

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. Created 4 years, 2 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("//third_party/protobuf/proto_library.gni") 5 import("//third_party/protobuf/proto_library.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 } 9 }
10 10
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 ":unit_tests_bundle_data", 292 ":unit_tests_bundle_data",
293 "//base/test:test_support", 293 "//base/test:test_support",
294 "//components/autofill/core/browser:test_support", 294 "//components/autofill/core/browser:test_support",
295 "//components/autofill/core/browser/proto", 295 "//components/autofill/core/browser/proto",
296 "//components/autofill/core/common", 296 "//components/autofill/core/common",
297 "//components/os_crypt:test_support", 297 "//components/os_crypt:test_support",
298 "//components/password_manager/core/browser:proto", 298 "//components/password_manager/core/browser:proto",
299 "//components/password_manager/core/common", 299 "//components/password_manager/core/common",
300 "//components/prefs:test_support", 300 "//components/prefs:test_support",
301 "//components/strings", 301 "//components/strings",
302 "//components/sync:test_support_sync_api",
303 "//components/sync:test_support_sync_driver", 302 "//components/sync:test_support_sync_driver",
303 "//components/sync:test_support_sync_model",
304 "//components/variations", 304 "//components/variations",
305 "//net:test_support", 305 "//net:test_support",
306 "//sql:test_support", 306 "//sql:test_support",
307 "//testing/gmock", 307 "//testing/gmock",
308 "//testing/gtest", 308 "//testing/gtest",
309 "//ui/base", 309 "//ui/base",
310 "//url", 310 "//url",
311 ] 311 ]
312 } 312 }
OLDNEW
« no previous file with comments | « components/password_manager/DEPS ('k') | components/password_manager/core/browser/password_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698