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

Side by Side Diff: chrome/installer/installer_util.gypi

Issue 501127: Rearrange build configurations - make it clearer and allow better support for... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/chrome_tests.gypi ('k') | chrome/installer/mini_installer.gyp » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'installer_util_target': 0, 8 'installer_util_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'variables': { 105 'variables': {
106 'installer_util_target': 1, 106 'installer_util_target': 1,
107 }, 107 },
108 'dependencies': [ 108 'dependencies': [
109 'installer_util_strings', 109 'installer_util_strings',
110 ], 110 ],
111 'include_dirs': [ 111 'include_dirs': [
112 '<(SHARED_INTERMEDIATE_DIR)', 112 '<(SHARED_INTERMEDIATE_DIR)',
113 ], 113 ],
114 'configurations': { 114 'configurations': {
115 'Common': { 115 'Common_Base': {
116 'msvs_target_platform': 'x64', 116 'msvs_target_platform': 'x64',
117 }, 117 },
118 }, 118 },
119 }, 119 },
120 ], 120 ],
121 }], 121 }],
122 ], 122 ],
123 } 123 }
124 124
125 # Local Variables: 125 # Local Variables:
126 # tab-width:2 126 # tab-width:2
127 # indent-tabs-mode:nil 127 # indent-tabs-mode:nil
128 # End: 128 # End:
129 # vim: set expandtab tabstop=2 shiftwidth=2: 129 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/installer/mini_installer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698