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

Side by Side Diff: chrome/chrome_syzygy.gyp

Issue 17619005: Create top-level separate targets for browser and child dlls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
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 'conditions': [ 5 'conditions': [
6 ['OS=="win" and fastbuild==0 and chrome_split_dll==0', { 6 ['OS=="win" and fastbuild==0 and chrome_multiple_dll==0', {
7 # Reorder or instrument the initial chrome DLL executable, placing the 7 # Reorder or instrument the initial chrome DLL executable, placing the
8 # optimized output and corresponding PDB file into the "syzygy" 8 # optimized output and corresponding PDB file into the "syzygy"
9 # subdirectory. 9 # subdirectory.
10 # This target won't build in fastbuild, since there are no PDBs. 10 # This target won't build in fastbuild, since there are no PDBs.
11 'targets': [ 11 'targets': [
12 { 12 {
13 'target_name': 'chrome_dll_syzygy', 13 'target_name': 'chrome_dll_syzygy',
14 'type': 'none', 14 'type': 'none',
15 'sources' : [], 15 'sources' : [],
16 'dependencies': [ 16 'dependencies': [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 ], 76 ],
77 }, 77 },
78 ], 78 ],
79 }], 79 }],
80 ], 80 ],
81 }, 81 },
82 ], 82 ],
83 }], 83 }],
84 ], 84 ],
85 } 85 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698