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

Unified Diff: ash/public/cpp/BUILD.gn

Issue 2376103005: mustash: Break dependency of //ash/public/interfaces on //ash (Closed)
Patch Set: typo 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: ash/public/cpp/BUILD.gn
diff --git a/services/file/public/cpp/BUILD.gn b/ash/public/cpp/BUILD.gn
similarity index 72%
copy from services/file/public/cpp/BUILD.gn
copy to ash/public/cpp/BUILD.gn
index f341a18b19af81ef3555e0516a57d41519a3b99b..ea64e0fbe9c48e6a9f8851c76a72ade685b08f6a 100644
--- a/services/file/public/cpp/BUILD.gn
+++ b/ash/public/cpp/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.
+# C++ headers and sources that can be used outside ash.
source_set("cpp") {
sources = [
- "constants.cc",
- "constants.h",
+ "shelf_types.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698