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

Unified Diff: components/arc.gypi

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.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index 0c71dcc9cbcda69c5e914a44db77489f8ce0ae63..1287bc80fdc27c7ce5a2c253fdfdf9d6a298691a 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -10,14 +10,20 @@
'type': 'static_library',
'include_dirs': [
'..',
+ # For intent_helper/open_with_menu_observer.cc.
+ '../third_party/WebKit',
],
'dependencies': [
'arc_mojo_bindings',
'components.gyp:exo',
'components.gyp:onc_component',
+ 'components.gyp:renderer_context_menu',
+ 'components_strings.gyp:components_strings',
'../base/base.gyp:base',
'../chromeos/chromeos.gyp:chromeos',
'../chromeos/chromeos.gyp:power_manager_proto',
+ '../content/content.gyp:common_features',
+ '../content/content.gyp:content_browser',
'../ipc/ipc.gyp:ipc',
'../third_party/re2/re2.gyp:re2',
'../ui/arc/arc.gyp:arc',
@@ -58,6 +64,8 @@
'arc/intent_helper/arc_intent_helper_bridge.h',
'arc/intent_helper/font_size_util.cc',
'arc/intent_helper/font_size_util.h',
+ 'arc/intent_helper/open_with_menu_observer.cc',
+ 'arc/intent_helper/open_with_menu_observer.h',
'arc/metrics/arc_low_memory_killer_monitor.cc',
'arc/metrics/arc_low_memory_killer_monitor.h',
'arc/metrics/arc_metrics_service.cc',

Powered by Google App Engine
This is Rietveld 408576698