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

Unified Diff: build/all.gyp

Issue 8698009: Build a Syzygy-reordered mini_installer.exe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Robert's comments. Created 9 years, 1 month 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 | « no previous file | chrome/chrome_syzygy.gyp » ('j') | chrome/installer/mini_installer_syzygy.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 991c22f06b2ee541147fc5f4ca84e70ed043ae85..44b4e46555c0c68648ab8d790354d6b094c3837c 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -150,6 +150,18 @@
],
}, # target_name: All
{
+ 'target_name': 'All_syzygy',
+ 'type': 'none',
+ 'conditions': [
+ ['OS=="win" and fastbuild==0', {
+ 'dependencies': [
+ '../chrome/installer/mini_installer_syzygy.gyp:*',
+ ],
+ },
+ ],
+ ],
+ }, # target_name: All_syzygy
+ {
'target_name': 'chromium_builder_tests',
'type': 'none',
'dependencies': [
« no previous file with comments | « no previous file | chrome/chrome_syzygy.gyp » ('j') | chrome/installer/mini_installer_syzygy.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698