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

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: Const ref nit Created 4 years, 1 month 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 | « BUILD.gn ('k') | services/preferences/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/BUILD.gn
diff --git a/extensions/browser/kiosk/BUILD.gn b/services/preferences/BUILD.gn
similarity index 64%
copy from extensions/browser/kiosk/BUILD.gn
copy to services/preferences/BUILD.gn
index 39801fdfdc6c3ed645ce1d08ff7f907dae214cce..8640a9194ee55c9b44ec04a8d23edbca2a15ee48 100644
--- a/extensions/browser/kiosk/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("kiosk") {
- sources = [
- "kiosk_delegate.cc",
- "kiosk_delegate.h",
+group("tests") {
+ testonly = true
+ deps = [
+ "//services/preferences/public/cpp/tests",
]
}
« no previous file with comments | « BUILD.gn ('k') | services/preferences/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698