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

Unified Diff: components/arc/BUILD.gn

Issue 2415983002: Move page_transition_util to components/arc/intent_helper/ (Closed)
Patch Set: Created 4 years, 2 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 e4546a47abfe05faa78cb103086378cd8ab25c00..097a32adabc4cec8da0af11c3f049e4cae903ba2 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -50,6 +50,8 @@ static_library("arc") {
"intent_helper/link_handler_model_impl.h",
"intent_helper/local_activity_resolver.cc",
"intent_helper/local_activity_resolver.h",
+ "intent_helper/page_transition_util.cc",
+ "intent_helper/page_transition_util.h",
"metrics/arc_metrics_service.cc",
"metrics/arc_metrics_service.h",
"metrics/oom_kills_histogram.h",
@@ -201,6 +203,7 @@ source_set("unit_tests") {
"intent_helper/font_size_util_unittest.cc",
"intent_helper/intent_filter_unittest.cc",
"intent_helper/link_handler_model_impl_unittest.cc",
+ "intent_helper/page_transition_util_unittest.cc",
]
deps = [
« no previous file with comments | « chrome/browser/chromeos/arc/page_transition_util_unittest.cc ('k') | components/arc/intent_helper/page_transition_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698