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

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: Created 7 years, 11 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 431f966688e01ad30c555c4674dcbf42de813c43..9749049eb7ea343f938fcdec5c97f84532c83494 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': [
@@ -53,6 +52,8 @@
'js_result_handler.cc',
'js_result_handler.h',
'net_init_native_callback.cc',
+ 'render_helper.cc',
+ 'render_helper.h',
'state_serializer.cc',
'state_serializer.h',
],
@@ -80,6 +81,7 @@
'../java/src/org/chromium/android_webview/AwWebContentsDelegate.java',
'../java/src/org/chromium/android_webview/InterceptedRequestData.java',
'../java/src/org/chromium/android_webview/JsResultHandler.java',
+ '../java/src/org/chromium/android_webview/RenderHelper.java',
],
'variables': {
'jni_gen_dir': 'android_webview',

Powered by Google App Engine
This is Rietveld 408576698