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

Unified Diff: services/preferences/BUILD.gn

Issue 2092453002: Mojom interface for Preferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use new wrapper types Created 4 years, 5 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
Index: services/preferences/BUILD.gn
diff --git a/services/user/public/cpp/BUILD.gn b/services/preferences/BUILD.gn
similarity index 64%
copy from services/user/public/cpp/BUILD.gn
copy to services/preferences/BUILD.gn
index f341a18b19af81ef3555e0516a57d41519a3b99b..8640a9194ee55c9b44ec04a8d23edbca2a15ee48 100644
--- a/services/user/public/cpp/BUILD.gn
+++ b/services/preferences/BUILD.gn
@@ -2,9 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("cpp") {
- sources = [
- "constants.cc",
- "constants.h",
+group("tests") {
+ testonly = true
+ deps = [
+ "//services/preferences/public/cpp/tests",
]
}

Powered by Google App Engine
This is Rietveld 408576698