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

Side by Side Diff: components/pref_registry/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 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 | « components/precache/core/BUILD.gn ('k') | components/prefs/BUILD.gn » ('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 source_set("pref_registry") { 5 source_set("pref_registry") {
6 sources = [ 6 sources = [
7 "pref_registry_syncable.cc", 7 "pref_registry_syncable.cc",
8 "pref_registry_syncable.h", 8 "pref_registry_syncable.h",
9 ] 9 ]
10 10
11 deps = [ 11 deps = [
12 "//base", 12 "//base",
13 "//base:prefs",
14 "//base/third_party/dynamic_annotations", 13 "//base/third_party/dynamic_annotations",
14 "//components/prefs",
15 ] 15 ]
16 } 16 }
17 17
18 source_set("test_support") { 18 source_set("test_support") {
19 testonly = true 19 testonly = true
20 sources = [ 20 sources = [
21 "testing_pref_service_syncable.cc", 21 "testing_pref_service_syncable.cc",
22 "testing_pref_service_syncable.h", 22 "testing_pref_service_syncable.h",
23 ] 23 ]
24 24
25 public_deps = [ 25 public_deps = [
26 ":pref_registry", 26 ":pref_registry",
27 ] 27 ]
28 28
29 deps = [ 29 deps = [
30 "//base", 30 "//base",
31 "//base:prefs", 31 "//components/prefs:test_support",
32 "//base:prefs_test_support",
33 ] 32 ]
34 } 33 }
OLDNEW
« no previous file with comments | « components/precache/core/BUILD.gn ('k') | components/prefs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698