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

Unified Diff: components/arc/BUILD.gn

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 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: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index df641de6d013f28c10479c186ec60da5fbb9c363..0b72877a4c888d061932c6c1610b6fd7b5b1d1eb 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -38,6 +38,8 @@ static_library("arc") {
"intent_helper/arc_intent_helper_bridge.h",
"intent_helper/font_size_util.cc",
"intent_helper/font_size_util.h",
+ "intent_helper/link_handler_model_impl.cc",
+ "intent_helper/link_handler_model_impl.h",
"metrics/arc_low_memory_killer_monitor.cc",
"metrics/arc_low_memory_killer_monitor.h",
"metrics/arc_metrics_service.cc",

Powered by Google App Engine
This is Rietveld 408576698