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

Unified Diff: android_webview/android_webview.gyp

Issue 266353003: aw: Ubercomp mega patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/aw_browser_main_parts.cc » ('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 e2455f344bbd7eb4abf62c71b4d491afe53c1b80..6ee145b5ab4326507c76c363a253eb07e1cfbde1 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -166,6 +166,9 @@
'browser/gpu_memory_buffer_factory_impl.h',
'browser/hardware_renderer.cc',
'browser/hardware_renderer.h',
+ 'browser/hardware_renderer_legacy.cc',
+ 'browser/hardware_renderer_legacy.h',
+ 'browser/hardware_renderer_interface.h',
'browser/icon_helper.cc',
'browser/icon_helper.h',
'browser/input_stream.h',
@@ -187,6 +190,8 @@
'browser/net/init_native_callback.h',
'browser/net/input_stream_reader.cc',
'browser/net/input_stream_reader.h',
+ 'browser/parent_output_surface.cc',
+ 'browser/parent_output_surface.h',
'browser/renderer_host/aw_render_view_host_ext.cc',
'browser/renderer_host/aw_render_view_host_ext.h',
'browser/renderer_host/aw_resource_dispatcher_host_delegate.cc',
@@ -205,6 +210,8 @@
'common/aw_hit_test_data.cc',
'common/aw_hit_test_data.h',
'common/aw_resource.h',
+ 'common/aw_switches.cc',
+ 'common/aw_switches.h',
'common/devtools_instrumentation.h',
'common/print_messages.cc',
'common/print_messages.h',
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698