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

Unified Diff: chrome/chrome.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: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 96cddd93ec40ede121e063327843372172c5add6..9b008f2c87a158af3554c404e9468f3eeaf5eb10 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -569,9 +569,11 @@
'sources': [
'tools/crash_service/main.cc',
'../content/public/common/content_switches.cc',
+ '../ui/gfx/switches.cc',
],
'defines': [
'COMPILE_CONTENT_STATICALLY',
+ 'COMPILE_GFX_STATICALLY',
],
'msvs_settings': {
'VCLinkerTool': {

Powered by Google App Engine
This is Rietveld 408576698