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

Unified Diff: content/content_gpu.gypi

Issue 15745014: Move GPU device/driver info related code from content to gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 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 | « content/content_common.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « content/content_common.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698