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

Unified Diff: components/arc/BUILD.gn

Issue 2163443002: Implement chrome-side intent filtering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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/common/intent_helper.mojom » ('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 dfe4ee8d64b23c9dd8655448387756606e291cf0..00acb37c39948a8bca2bcff595db378bc551c656 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -34,6 +34,8 @@ static_library("arc") {
"intent_helper/arc_intent_helper_bridge.h",
"intent_helper/font_size_util.cc",
"intent_helper/font_size_util.h",
+ "intent_helper/intent_filter.cc",
+ "intent_helper/intent_filter.h",
"intent_helper/link_handler_model_impl.cc",
"intent_helper/link_handler_model_impl.h",
"intent_helper/local_activity_resolver.cc",
« no previous file with comments | « components/arc.gypi ('k') | components/arc/common/intent_helper.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698