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

Unified Diff: chrome/chrome.gyp

Issue 4399003: Deleted code associated with --enable-gpu-rendering and... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | « chrome/browser/renderer_host/video_layer_x.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 65168)
+++ chrome/chrome.gyp (working copy)
@@ -701,8 +701,6 @@
'../skia/skia.gyp:skia',
],
'sources': [
- 'gpu/gpu_backing_store_win.cc',
- 'gpu/gpu_backing_store_win.h',
'gpu/gpu_channel.cc',
'gpu/gpu_channel.h',
'gpu/gpu_command_buffer_stub.cc',
@@ -722,8 +720,6 @@
'gpu/gpu_video_decoder.h',
'gpu/gpu_video_service.cc',
'gpu/gpu_video_service.h',
- 'gpu/gpu_view_win.cc',
- 'gpu/gpu_view_win.h',
'gpu/media/gpu_video_device.h',
'gpu/media/fake_gl_video_decode_engine.cc',
'gpu/media/fake_gl_video_decode_engine.h',
@@ -795,16 +791,8 @@
}],
['OS=="linux" and target_arch!="arm"', {
'sources': [
- 'gpu/gpu_backing_store_glx.cc',
- 'gpu/gpu_backing_store_glx.h',
- 'gpu/gpu_backing_store_glx_context.cc',
- 'gpu/gpu_backing_store_glx_context.h',
- 'gpu/gpu_view_x.cc',
- 'gpu/gpu_view_x.h',
'gpu/x_util.cc',
'gpu/x_util.h',
- 'gpu/gpu_video_layer_glx.cc',
- 'gpu/gpu_video_layer_glx.h',
],
}],
['enable_gpu==1', {
« no previous file with comments | « chrome/browser/renderer_host/video_layer_x.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698