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

Unified Diff: components/arc/BUILD.gn

Issue 2059573002: Add initial stub implementation of LocalActivityResolver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change default to true. Created 4 years, 6 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/intent_helper/local_activity_resolver.h » ('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 53834c6568b75e48148e70a4cffa6ca33ac8fea6..8ed1b1bf442176b3aadfd78960b02c627c3df5bf 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -42,6 +42,8 @@ static_library("arc") {
"intent_helper/font_size_util.h",
"intent_helper/link_handler_model_impl.cc",
"intent_helper/link_handler_model_impl.h",
+ "intent_helper/local_activity_resolver.cc",
+ "intent_helper/local_activity_resolver.h",
"metrics/arc_metrics_service.cc",
"metrics/arc_metrics_service.h",
"metrics/oom_kills_histogram.h",
« no previous file with comments | « components/arc.gypi ('k') | components/arc/intent_helper/local_activity_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698