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

Unified Diff: components/arc.gypi

Issue 1843563003: Move arc_intent_helper_bridge.h from c/b/chromeos/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address a comment 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc.gypi
diff --git a/components/arc.gypi b/components/arc.gypi
index ab4792c79ecf958c63b3426f12f81050fc093b11..647b49a34cdbaea334e5207abb21cdd54f21774a 100644
--- a/components/arc.gypi
+++ b/components/arc.gypi
@@ -26,6 +26,7 @@
'../ui/base/ui_base.gyp:ui_base',
'../ui/base/ui_base.gyp:ui_base_test_support',
'../ui/events/events.gyp:events_base',
+ '../url/url.gyp:url_lib',
],
'sources': [
'arc/arc_bridge_bootstrap.cc',
@@ -51,8 +52,12 @@
'arc/ime/arc_ime_service.h',
'arc/input/arc_input_bridge.cc',
'arc/input/arc_input_bridge.h',
- 'arc/metrics/arc_low_memory_killer_monitor.h',
+ 'arc/intent_helper/arc_intent_helper_bridge.cc',
+ 'arc/intent_helper/arc_intent_helper_bridge.h',
+ 'arc/intent_helper/font_size_util.cc',
+ 'arc/intent_helper/font_size_util.h',
'arc/metrics/arc_low_memory_killer_monitor.cc',
+ 'arc/metrics/arc_low_memory_killer_monitor.h',
'arc/metrics/arc_metrics_service.cc',
'arc/metrics/arc_metrics_service.h',
'arc/net/arc_net_host_impl.cc',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698