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", |
] |
} |