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

Unified Diff: chrome/chrome_exe.gypi

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_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index e27baa88c17857c34c158903d64a9cd9de7a7158..e49f3cf398a406f12cb4b9432dcf9d65a66216ef 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -614,6 +614,7 @@
'../content/common/sandbox_win.cc',
'../content/public/common/content_switches.cc',
'../content/public/common/sandboxed_process_launcher_delegate.cc',
+ '../ui/gfx/switches.cc',
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/nacl64_exe_version.rc',
],
'dependencies': [
@@ -635,6 +636,7 @@
'defines': [
'<@(nacl_win64_defines)',
'COMPILE_CONTENT_STATICALLY',
+ 'COMPILE_GFX_STATICALLY',
],
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/chrome',

Powered by Google App Engine
This is Rietveld 408576698