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

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: updated and rebased. 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 5b3a1df0b4d7d0eda947bd63bd43abaeff24cbec..46d623e95d0ff0ee336c109d0911a3b87726bfd1 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': [
@@ -50,6 +49,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',
@@ -79,6 +80,7 @@
'../java/src/org/chromium/android_webview/AwResource.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': {

Powered by Google App Engine
This is Rietveld 408576698