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

Unified Diff: android_webview/android_webview.gyp

Issue 13135004: android_webview: changes to support Android GraphicBuffers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments in ui/gl/pixel_buffer.h Created 7 years, 9 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/pixel_buffer_factory_impl.h » ('j') | cc/cc.gyp » ('J')
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 0ce4bd79f4dd7bd68cf4c2358558904371fdae29..d3b31809501805b0f4a763c9f5352fdd3baa8f0b 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Copyright 2009 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
@@ -142,6 +142,10 @@
'browser/net/init_native_callback.h',
'browser/net/input_stream_reader.cc',
'browser/net/input_stream_reader.h',
+ 'browser/pixel_buffer_factory_impl.cc',
+ 'browser/pixel_buffer_factory_impl.h',
+ 'browser/pixel_buffer_impl.cc',
+ 'browser/pixel_buffer_impl.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',
@@ -159,6 +163,8 @@
'common/aw_resource.h',
'common/aw_switches.cc',
'common/aw_switches.h',
+ 'common/pixel_buffer_factory_proxy.cc',
+ 'common/pixel_buffer_factory_proxy.h',
'common/render_view_messages.cc',
'common/render_view_messages.h',
'common/renderer_picture_map.cc',
« no previous file with comments | « no previous file | android_webview/browser/pixel_buffer_factory_impl.h » ('j') | cc/cc.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698