diff options
author | kaanb@chromium.org <kaanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-11 03:33:53 +0000 |
---|---|---|
committer | kaanb@chromium.org <kaanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-11 03:33:53 +0000 |
commit | dce2c4b407bbbfa0120441d3be88740e521db727 (patch) | |
tree | f6969d219f8c65025cdfbe55daf242ad2783eb86 /android_webview/android_webview.gyp | |
parent | 08a139d1edd65efa8905883b39cf9a733e8a7363 (diff) | |
download | chromium_src-dce2c4b407bbbfa0120441d3be88740e521db727.zip chromium_src-dce2c4b407bbbfa0120441d3be88740e521db727.tar.gz chromium_src-dce2c4b407bbbfa0120441d3be88740e521db727.tar.bz2 |
Move GpuMemoryBufferFactoryProxy to gpu/command_buffer/client as we'll be allocating buffers from gles2_implementation
BUG=175012
Review URL: https://chromiumcodereview.appspot.com/14009002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193559 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/android_webview.gyp')
-rw-r--r-- | android_webview/android_webview.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp index e2b6b6f8..32c1fa6 100644 --- a/android_webview/android_webview.gyp +++ b/android_webview/android_webview.gyp @@ -165,8 +165,6 @@ 'common/aw_resource.h', 'common/aw_switches.cc', 'common/aw_switches.h', - 'common/gpu_memory_buffer_factory_proxy.cc', - 'common/gpu_memory_buffer_factory_proxy.h', 'common/render_view_messages.cc', 'common/render_view_messages.h', 'common/renderer_picture_map.cc', |