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

Unified Diff: components/BUILD.gn

Issue 1289423002: Add webusb notification UI code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added some #ifdef flags Created 5 years, 4 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: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 5c40f77b40e34ef48c00dfd44d164598a073177f..3ec05e710426b6eb293bbb4123327d8451026e95 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -141,6 +141,7 @@ group("all_components") {
deps += [
"//components/proximity_auth",
"//components/proximity_auth/cryptauth",
+ "//components/webusb",
]
}

Powered by Google App Engine
This is Rietveld 408576698