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

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: don't change .bat file in this CL -- CQ no likee Batch 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
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_installer.gypi » ('j') | 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 7ef8f48dec3a4ae29bb24069d92b90547ada025b..d3e228b8cdfb0ec489f8b6a59e6205cfd7eb6e33 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',
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698