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

Unified Diff: android_webview/android_webview.gyp

Issue 176543004: aw: Split hardware rendering into HardwareRenderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 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 | « no previous file | android_webview/browser/browser_view_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 6ed4ab82ac5061e434a834b3a4212579a304fd04..a544a6c513e65431237a6b29b18013921fa1a29e 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -149,15 +149,16 @@
'browser/aw_result_codes.h',
'browser/aw_web_preferences_populater.cc',
'browser/aw_web_preferences_populater.h',
+ 'browser/browser_view_renderer.cc',
'browser/browser_view_renderer.h',
'browser/find_helper.cc',
'browser/find_helper.h',
'browser/gpu_memory_buffer_factory_impl.cc',
'browser/gpu_memory_buffer_factory_impl.h',
+ 'browser/hardware_renderer.cc',
+ 'browser/hardware_renderer.h',
'browser/icon_helper.cc',
'browser/icon_helper.h',
- 'browser/in_process_view_renderer.cc',
- 'browser/in_process_view_renderer.h',
'browser/input_stream.h',
'browser/intercepted_request_data.cc',
'browser/intercepted_request_data.h',
« no previous file with comments | « no previous file | android_webview/browser/browser_view_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698