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

Unified Diff: android_webview/native/webview_native.gyp

Issue 1844343005: WIP - Control the lifetime of RenderThreadManager from Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Javadoc Created 4 years, 8 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 | « android_webview/native/aw_gl_functor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/webview_native.gyp
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index 14c371e31223b7ead922c089877b269a17ef8a28..7d6ee8d2a84bf74ca0f981fa1b7bf10f53b5524a 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -64,6 +64,8 @@
'aw_dev_tools_server.h',
'aw_form_database.cc',
'aw_form_database.h',
+ 'aw_gl_functor.cc',
+ 'aw_gl_functor.h',
'aw_http_auth_handler.cc',
'aw_http_auth_handler.h',
'aw_locale_manager_impl.cc',
@@ -151,6 +153,7 @@
'../java/src/org/chromium/android_webview/AwDebug.java',
'../java/src/org/chromium/android_webview/AwDevToolsServer.java',
'../java/src/org/chromium/android_webview/AwFormDatabase.java',
+ '../java/src/org/chromium/android_webview/AwGLFunctor.java',
'../java/src/org/chromium/android_webview/AwHttpAuthHandler.java',
'../java/src/org/chromium/android_webview/AwMessagePortService.java',
'../java/src/org/chromium/android_webview/AwMetricsServiceClient.java',
« no previous file with comments | « android_webview/native/aw_gl_functor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698