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

Unified Diff: extensions/browser/kiosk/BUILD.gn

Issue 2370373002: Move chrome.bluetoothLowEnergy out of //chrome. (Closed)
Patch Set: build fix Created 4 years, 3 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: extensions/browser/kiosk/BUILD.gn
diff --git a/services/file/public/cpp/BUILD.gn b/extensions/browser/kiosk/BUILD.gn
similarity index 72%
copy from services/file/public/cpp/BUILD.gn
copy to extensions/browser/kiosk/BUILD.gn
index f341a18b19af81ef3555e0516a57d41519a3b99b..39801fdfdc6c3ed645ce1d08ff7f907dae214cce 100644
--- a/services/file/public/cpp/BUILD.gn
+++ b/extensions/browser/kiosk/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") {
+source_set("kiosk") {
sources = [
- "constants.cc",
- "constants.h",
+ "kiosk_delegate.cc",
+ "kiosk_delegate.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698