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

Unified Diff: content/renderer/BUILD.gn

Issue 2488573002: Refactor getInstalledRelatedApps code and add manifest logic and tests. (Closed)
Patch Set: Use SecurityOrigin, not WebSecurityOrigin. Created 3 years, 10 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 | « no previous file | content/renderer/installedapp/related_apps_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index d7746b4005906eaa75237411d5e9b17a0b5e9a01..c100f38d2ad430550349e5479296d20ac2f31b3e 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -181,6 +181,8 @@ target(link_target_type, "renderer") {
"input/render_widget_input_handler_delegate.h",
"input/scoped_web_input_event_with_latency_info.cc",
"input/scoped_web_input_event_with_latency_info.h",
+ "installedapp/related_apps_fetcher.cc",
+ "installedapp/related_apps_fetcher.h",
"internal_document_state_data.cc",
"internal_document_state_data.h",
"java/gin_java_bridge_dispatcher.cc",
« no previous file with comments | « no previous file | content/renderer/installedapp/related_apps_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698