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

Unified Diff: chrome/chrome_exe.gypi

Issue 179903004: Always embed manifests, even in component builds! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-add explicit 'EmbedManifest': 'false'; needed? Created 6 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 5e5f582d2b5c4fbc14898376f8216c5ef16452fd..57aaf5a54b438c767ef61eb23427d49d1041b734 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -80,11 +80,6 @@
'INFOPLIST_FILE': 'app/app-Info.plist',
},
'conditions': [
- ['component == "shared_library"', {
- 'variables': {
- 'win_use_external_manifest': 1,
- },
- }],
['order_profiling!=0 and (chromeos==1 or OS=="linux")', {
'dependencies' : [
'../tools/cygprofile/cygprofile.gyp:cygprofile',
« build/common.gypi ('K') | « build/common.gypi ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698