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

Side by Side 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 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_syzygy.gyp » ('j') | chrome/installer/mini_installer_syzygy.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 ], 143 ],
144 }], 144 }],
145 ['use_openssl==0', { 145 ['use_openssl==0', {
146 'dependencies': [ 146 'dependencies': [
147 '../net/third_party/nss/ssl.gyp:*', 147 '../net/third_party/nss/ssl.gyp:*',
148 ], 148 ],
149 }], 149 }],
150 ], 150 ],
151 }, # target_name: All 151 }, # target_name: All
152 { 152 {
153 'target_name': 'All_syzygy',
154 'type': 'none',
155 'conditions': [
156 ['OS=="win" and fastbuild==0', {
157 'dependencies': [
158 '../chrome/installer/mini_installer_syzygy.gyp:*',
159 ],
160 },
161 ],
162 ],
163 }, # target_name: All_syzygy
164 {
153 'target_name': 'chromium_builder_tests', 165 'target_name': 'chromium_builder_tests',
154 'type': 'none', 166 'type': 'none',
155 'dependencies': [ 167 'dependencies': [
156 '../base/base.gyp:base_unittests', 168 '../base/base.gyp:base_unittests',
157 '../chrome/chrome.gyp:browser_tests', 169 '../chrome/chrome.gyp:browser_tests',
158 '../chrome/chrome.gyp:interactive_ui_tests', 170 '../chrome/chrome.gyp:interactive_ui_tests',
159 '../chrome/chrome.gyp:safe_browsing_tests', 171 '../chrome/chrome.gyp:safe_browsing_tests',
160 '../chrome/chrome.gyp:sync_integration_tests', 172 '../chrome/chrome.gyp:sync_integration_tests',
161 '../chrome/chrome.gyp:sync_unit_tests', 173 '../chrome/chrome.gyp:sync_unit_tests',
162 '../chrome/chrome.gyp:ui_tests', 174 '../chrome/chrome.gyp:ui_tests',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 '../sql/sql.gyp:sql_unittests', 650 '../sql/sql.gyp:sql_unittests',
639 '../ui/ui.gyp:gfx_unittests', 651 '../ui/ui.gyp:gfx_unittests',
640 ], 652 ],
641 }], 653 }],
642 ], 654 ],
643 }, 655 },
644 ], # targets 656 ], # targets
645 }], # "use_aura==1" 657 }], # "use_aura==1"
646 ], # conditions 658 ], # conditions
647 } 659 }
OLDNEW
« 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