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

Unified Diff: ui/gl/init/gl_init.gyp

Issue 2136553002: Remove GetPlatformDefaultEGLNativeDisplay() function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Back to original. Created 4 years, 5 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 | « ui/gl/init/BUILD.gn ('k') | ui/gl/init/gl_initializer_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/init/gl_init.gyp
diff --git a/ui/gl/init/gl_init.gyp b/ui/gl/init/gl_init.gyp
index b9cd50668629d2629a993ae13ea45b30f90359aa..9438fc5e6a7287013ad53258eddb005066955941 100644
--- a/ui/gl/init/gl_init.gyp
+++ b/ui/gl/init/gl_init.gyp
@@ -49,6 +49,28 @@
],
},
}],
+ ['OS=="win"', {
+ 'msvs_settings': {
+ 'VCLinkerTool': {
+ 'DelayLoadDLLs': [
+ 'dwmapi.dll',
+ ],
+ 'AdditionalDependencies': [
+ 'dwmapi.lib',
+ ],
+ },
+ },
+ 'link_settings': {
+ 'libraries': [
+ '-ldwmapi.lib',
+ ],
+ },
+ }],
+ ['use_x11 == 1', {
+ 'dependencies': [
+ '../../gfx/x/gfx_x11.gyp:gfx_x11',
+ ],
+ }],
['use_ozone==1', {
'dependencies': [
'../../ozone/ozone.gyp:ozone',
« no previous file with comments | « ui/gl/init/BUILD.gn ('k') | ui/gl/init/gl_initializer_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698