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

Unified Diff: chrome/chrome_renderer.gypi

Issue 12326168: Move <webview> API to chrome layer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT Created 7 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 | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_browser_plugin_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 624bae382c6038e7502141ffa46264f578f14b72..a87d84759c4c32cafef310220e85d29c8d67d6e5 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -186,6 +186,12 @@
'renderer/resources/extensions/web_request_custom_bindings.js',
'renderer/resources/extensions/web_view.js',
'renderer/resources/extensions/web_view_experimental.js',
+ 'renderer/browser_plugin/chrome_browser_plugin_observer.cc',
+ 'renderer/browser_plugin/chrome_browser_plugin_observer.h',
+ 'renderer/browser_plugin/chrome_webview_bindings.cc',
+ 'renderer/browser_plugin/chrome_webview_bindings.h',
+ 'renderer/browser_plugin/chrome_webview_constants.cc',
+ 'renderer/browser_plugin/chrome_webview_constants.h',
'renderer/chrome_content_renderer_client.cc',
'renderer/chrome_content_renderer_client.h',
'renderer/chrome_render_process_observer.cc',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_browser_plugin_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698