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

Unified Diff: content/content_renderer.gypi

Issue 1586563009: IsNativeAppInstalled Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index d7c98a2e2f26d5b77f86b3b994cc080fbf3df144..49f1c0aee9b300186ea526e9f10c6465bf3b7dd8 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -11,6 +11,8 @@
'../cc/blink/cc_blink.gyp:cc_blink',
'../components/components.gyp:startup_metric_utils_common',
'../components/components.gyp:webusb',
+ '../components/installedapp/installedapp.gyp:components_installedapp',
+ '../components/installedapp/installedapp.gyp:components_installedapp_mojo_bindings',
'../components/scheduler/scheduler.gyp:scheduler',
'../components/url_formatter/url_formatter.gyp:url_formatter',
'../device/battery/battery.gyp:device_battery',
@@ -232,6 +234,8 @@
'renderer/ime_event_guard.h',
'renderer/in_process_renderer_thread.cc',
'renderer/in_process_renderer_thread.h',
+ 'renderer/installedapp/web_installed_app_impl.cc',
+ 'renderer/installedapp/web_installed_app_impl.h',
'renderer/input/input_event_filter.cc',
'renderer/input/input_event_filter.h',
'renderer/input/input_handler_manager.cc',
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698