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

Unified Diff: components/arc/BUILD.gn

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 | « components/arc.gypi ('k') | components/arc/arc_service_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/BUILD.gn
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
index f80f4e5a45c79cce5d2128129c20cbdff776595c..f7af3e6f060e825c95cea824d79317dfa50f3426 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -30,6 +30,10 @@ static_library("arc") {
"ime/arc_ime_service.h",
"input/arc_input_bridge.cc",
"input/arc_input_bridge.h",
+ "intent_helper/arc_intent_helper_bridge.cc",
+ "intent_helper/arc_intent_helper_bridge.h",
+ "intent_helper/font_size_util.cc",
+ "intent_helper/font_size_util.h",
"metrics/arc_low_memory_killer_monitor.cc",
"metrics/arc_low_memory_killer_monitor.h",
"metrics/arc_metrics_service.cc",
@@ -61,6 +65,7 @@ static_library("arc") {
"//ui/display:display",
"//ui/events",
"//ui/events:dom_keycode_converter",
+ "//url:url",
]
public_deps = [
@@ -113,6 +118,7 @@ source_set("unit_tests") {
sources = [
"arc_bridge_service_unittest.cc",
"ime/arc_ime_service_unittest.cc",
+ "intent_helper/font_size_util_unittest.cc",
]
deps = [
« no previous file with comments | « components/arc.gypi ('k') | components/arc/arc_service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698