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

Unified Diff: chrome/chrome_exe.gypi

Issue 880373008: Enable linking full chrome on windows GN builds again. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-add the PDF dependency but make it linux-only Created 5 years, 10 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
« chrome/BUILD.gn ('K') | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 2713e9b16ced671829fb8d65b753e758618a37fd..d027f37d9bed1c56cf0db7aac663569b7f9b2d2f 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -190,7 +190,7 @@
'../build/linux/system.gyp:xext',
],
}],
- ['enable_plugins==1', {
+ ['OS=="linux" and enable_plugins==1', {
'dependencies': [
'../pdf/pdf.gyp:pdf',
],
« chrome/BUILD.gn ('K') | « chrome/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698