Index: content/content_gpu.gypi |
=================================================================== |
--- content/content_gpu.gypi (revision 201645) |
+++ content/content_gpu.gypi (working copy) |
@@ -6,17 +6,9 @@ |
'dependencies': [ |
'../base/base.gyp:base', |
'../skia/skia.gyp:skia', |
- '../third_party/re2/re2.gyp:re2', |
'../ui/gl/gl.gyp:gl', |
], |
'sources': [ |
- 'gpu/gpu_dx_diagnostics_win.cc', |
- 'gpu/gpu_info_collector_android.cc', |
- 'gpu/gpu_info_collector_mac.mm', |
- 'gpu/gpu_info_collector_win.cc', |
- 'gpu/gpu_info_collector_x11.cc', |
- 'gpu/gpu_info_collector.cc', |
- 'gpu/gpu_info_collector.h', |
'gpu/gpu_main.cc', |
'gpu/gpu_process.cc', |
'gpu/gpu_process.h', |
@@ -38,7 +30,6 @@ |
'dependencies': [ |
'../third_party/angle/src/build_angle.gyp:libEGL', |
'../third_party/angle/src/build_angle.gyp:libGLESv2', |
- '../third_party/libxml/libxml.gyp:libxml', |
], |
'link_settings': { |
'libraries': [ |
@@ -79,18 +70,6 @@ |
}, |
], |
}], |
- ['OS=="win" and branding=="Chrome"', { |
- 'sources': [ |
- '../third_party/amd/AmdCfxPxExt.h', |
- '../third_party/amd/amd_videocard_info_win.cc', |
- ], |
- }], |
- ['OS=="linux" and use_x11==1', { |
- 'dependencies': [ |
- '../build/linux/system.gyp:libpci', |
- '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl', |
- ], |
- }], |
['target_arch=="arm" and chromeos == 1', { |
'include_dirs': [ |
'<(DEPTH)/third_party/openmax/il', |