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

Unified Diff: services/preferences/public/cpp/tracked/BUILD.gn

Issue 2782803002: Move tracked prefs into services/preferences/tracked. (Closed)
Patch Set: rebase Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/preferences/public/cpp/DEPS ('k') | services/preferences/public/cpp/tracked/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/public/cpp/tracked/BUILD.gn
diff --git a/services/preferences/public/cpp/tracked/BUILD.gn b/services/preferences/public/cpp/tracked/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..ddcc14d0e4024f63b8fc58cdb9d8a43f6f73f0de
--- /dev/null
+++ b/services/preferences/public/cpp/tracked/BUILD.gn
@@ -0,0 +1,33 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+static_library("tracked") {
+ sources = [
+ "configuration.cc",
+ "configuration.h",
+ "pref_names.cc",
+ "pref_names.h",
+ "tracked_preference_histogram_names.cc",
+ "tracked_preference_histogram_names.h",
+ ]
+ public_deps = [
+ "//services/preferences/public/interfaces",
+ ]
+ deps = [
+ "//base",
+ ]
+}
+
+static_library("test_support") {
+ testonly = true
+ sources = [
+ "mock_validation_delegate.cc",
+ "mock_validation_delegate.h",
+ ]
+
+ deps = [
+ "//base",
+ "//services/preferences/public/interfaces",
+ ]
+}
« no previous file with comments | « services/preferences/public/cpp/DEPS ('k') | services/preferences/public/cpp/tracked/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698