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

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: add a missing override; Created 4 years, 9 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 db927cdc53206baedea054f0ab1bfc78a1d57889..fb5cca12de62a1cd470ad364beca9155c10e0e93 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -36,6 +36,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/open_with_menu_observer.cc",
+ "intent_helper/open_with_menu_observer.h",
"metrics/arc_low_memory_killer_monitor.cc",
"metrics/arc_low_memory_killer_monitor.h",
"metrics/arc_metrics_service.cc",
@@ -54,7 +56,11 @@ static_library("arc") {
"//components/exo",
"//components/onc",
"//components/prefs",
+ "//components/renderer_context_menu:renderer_context_menu",
"//components/signin/core/account_id",
+ "//components/strings",
+ "//content/public/browser",
+ "//content/public/common",
"//google_apis",
"//ipc:ipc",
"//ipc/mojo:mojo",
@@ -122,6 +128,7 @@ source_set("unit_tests") {
"arc_bridge_service_unittest.cc",
"ime/arc_ime_service_unittest.cc",
"intent_helper/font_size_util_unittest.cc",
+ "intent_helper/open_with_menu_observer_unittest.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698