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

Unified Diff: components/arc/BUILD.gn

Issue 2359003004: Disable ACTION_BOOT_COMPLETED event for 3rd party apps. (Closed)
Patch Set: Fix Daniel's comments Created 4 years, 2 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/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index a99b32925ac86e0bceac64985b0b62893e72acda..0073e9677444dcc2afa732bd61d9d4973a223f64 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -13,6 +13,8 @@ static_library("arc") {
"arc_bridge_host_impl.h",
"arc_bridge_service_impl.cc",
"arc_bridge_service_impl.h",
+ "arc_features.cc",
+ "arc_features.h",
"arc_service_manager.cc",
"arc_service_manager.h",
"audio/arc_audio_bridge.cc",

Powered by Google App Engine
This is Rietveld 408576698