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

Unified Diff: cloud_print/service/service.gyp

Issue 857123002: Disable Win32k renderer lockdown if DirectWrite is disabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cloudprint Created 5 years, 11 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
Index: cloud_print/service/service.gyp
diff --git a/cloud_print/service/service.gyp b/cloud_print/service/service.gyp
index fc680a8efd200b0716791b297ea88f58a383e6cd..933f4dd7f60a0b9a31e588341c48d3df664858da 100644
--- a/cloud_print/service/service.gyp
+++ b/cloud_print/service/service.gyp
@@ -14,6 +14,7 @@
],
'defines' : [
'COMPILE_CONTENT_STATICALLY',
+ 'COMPILE_GFX_STATICALLY',
'SECURITY_WIN32',
'STRICT',
'_ATL_APARTMENT_THREADED',
@@ -99,6 +100,8 @@
'<(DEPTH)/content/public/common/content_switches.cc',
'<(DEPTH)/cloud_print/common/win/cloud_print_utils.cc',
'<(DEPTH)/cloud_print/common/win/cloud_print_utils.h',
+ '<(DEPTH)/ui/gfx/switches.cc',
+ '<(DEPTH)/ui/gfx/switches.h',
'service_constants.cc',
'service_constants.h',
'service_state.cc',

Powered by Google App Engine
This is Rietveld 408576698