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

Unified Diff: gpu/gpu_config.gypi

Issue 17265006: wayland patch for inspection Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « gpu/config/gpu_info_collector_wayland.cc ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu_config.gypi
diff --git a/gpu/gpu_config.gypi b/gpu/gpu_config.gypi
index c95605b27138cfed22edb8d8b3bfd84330ea3f81..3a1df37388e94d84956ea9903f3202fd9f4be0b1 100644
--- a/gpu/gpu_config.gypi
+++ b/gpu/gpu_config.gypi
@@ -30,6 +30,7 @@
'config/gpu_info_collector_android.cc',
'config/gpu_info_collector_mac.mm',
'config/gpu_info_collector_ozone.cc',
+ 'config/gpu_info_collector_wayland.cc',
'config/gpu_info_collector_win.cc',
'config/gpu_info_collector_x11.cc',
'config/gpu_info_collector.cc',
@@ -67,6 +68,12 @@
'../third_party/amd/amd_videocard_info_win.cc',
],
}],
+ ['OS=="linux" and use_wayland==1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:libpci',
+ '../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
+ ],
+ }],
['OS=="linux" and use_x11==1', {
'dependencies': [
'../build/linux/system.gyp:libpci',
« no previous file with comments | « gpu/config/gpu_info_collector_wayland.cc ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698