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

Side by Side Diff: build/common.gypi

Issue 2020003: Committing for jeffbailey.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 | « no previous file | chrome/chrome.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 'variables': { 9 'variables': {
10 # .gyp files or targets should set chromium_code to 1 if they build 10 # .gyp files or targets should set chromium_code to 1 if they build
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1221 'GenerateStublessProxies': 'true', 1221 'GenerateStublessProxies': 'true',
1222 'TypeLibraryName': '$(InputName).tlb', 1222 'TypeLibraryName': '$(InputName).tlb',
1223 'OutputDirectory': '$(IntDir)', 1223 'OutputDirectory': '$(IntDir)',
1224 'HeaderFileName': '$(InputName).h', 1224 'HeaderFileName': '$(InputName).h',
1225 'DLLDataFileName': 'dlldata.c', 1225 'DLLDataFileName': 'dlldata.c',
1226 'InterfaceIdentifierFileName': '$(InputName)_i.c', 1226 'InterfaceIdentifierFileName': '$(InputName)_i.c',
1227 'ProxyFileName': '$(InputName)_p.c', 1227 'ProxyFileName': '$(InputName)_p.c',
1228 }, 1228 },
1229 'VCResourceCompilerTool': { 1229 'VCResourceCompilerTool': {
1230 'Culture' : '1033', 1230 'Culture' : '1033',
1231 'AdditionalIncludeDirectories': ['<(DEPTH)'], 1231 'AdditionalIncludeDirectories': [
1232 '<(DEPTH)',
1233 '<(SHARED_INTERMEDIATE_DIR)',
1234 ],
1232 }, 1235 },
1233 }, 1236 },
1234 }, 1237 },
1235 }], 1238 }],
1236 ['disable_nacl==1 or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 1239 ['disable_nacl==1 or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
1237 'target_defaults': { 1240 'target_defaults': {
1238 'defines': [ 1241 'defines': [
1239 'DISABLE_NACL', 1242 'DISABLE_NACL',
1240 ], 1243 ],
1241 }, 1244 },
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 # and therefore SYMROOT, needs to be set at the project level. 1321 # and therefore SYMROOT, needs to be set at the project level.
1319 'SYMROOT': '<(DEPTH)/xcodebuild', 1322 'SYMROOT': '<(DEPTH)/xcodebuild',
1320 }, 1323 },
1321 } 1324 }
1322 1325
1323 # Local Variables: 1326 # Local Variables:
1324 # tab-width:2 1327 # tab-width:2
1325 # indent-tabs-mode:nil 1328 # indent-tabs-mode:nil
1326 # End: 1329 # End:
1327 # vim: set expandtab tabstop=2 shiftwidth=2: 1330 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698