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

Unified Diff: android_webview/native/webview_native.gyp

Issue 12041009: [Android WebView] Migrate the rendering code to a separate set of classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upload error, re-uploading. 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
Index: android_webview/native/webview_native.gyp
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index 1290683ff37062767c666d295c727ca67f1d6be4..cb9562a69c5016e3049cda533606230da0d68563 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -13,7 +13,6 @@
'../../base/base.gyp:base_static',
'../../components/components.gyp:web_contents_delegate_android',
'../../skia/skia.gyp:skia',
- '../../ui/gl/gl.gyp:gl',
'android_webview_native_jni',
],
'include_dirs': [
@@ -52,6 +51,8 @@
'input_stream_impl.h',
'intercepted_request_data_impl.cc',
'intercepted_request_data_impl.h',
+ 'java_browser_view_renderer_helper.cc',
+ 'java_browser_view_renderer_helper.h',
'js_result_handler.cc',
'js_result_handler.h',
'net_init_native_callback.cc',
@@ -82,6 +83,7 @@
'../java/src/org/chromium/android_webview/AwSettings.java',
'../java/src/org/chromium/android_webview/AwWebContentsDelegate.java',
'../java/src/org/chromium/android_webview/InterceptedRequestData.java',
+ '../java/src/org/chromium/android_webview/JavaBrowserViewRendererHelper.java',
'../java/src/org/chromium/android_webview/JsResultHandler.java',
],
'variables': {
« no previous file with comments | « android_webview/native/java_browser_view_renderer_helper.cc ('k') | android_webview/renderer/aw_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698