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

Unified Diff: services/device/public/cpp/BUILD.gn

Issue 2846463002: Add missing header files to GN files (4 of N) (Closed)
Patch Set: fix webfont files Created 3 years, 8 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/device/public/cpp/BUILD.gn
diff --git a/services/device/public/cpp/BUILD.gn b/services/device/public/cpp/BUILD.gn
index e9ebe278f990b1f3b38f962fd18c9cd4d0998804..7bb9d20d0f3d7bdd64ec70026dc9b47908948949 100644
--- a/services/device/public/cpp/BUILD.gn
+++ b/services/device/public/cpp/BUILD.gn
@@ -10,6 +10,7 @@ source_set("device_features") {
]
sources = [
"device_features.cc",
+ "device_features.h",
]
public_deps = [
"//base",

Powered by Google App Engine
This is Rietveld 408576698