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

Side by Side Diff: build/common.gypi

Issue 501125: Revert 34983 - Split more targets from chrome.gyp to add support for building... (Closed) Base URL: svn://svn.chromium.org/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 | « no previous file | chrome/app/dummy_main_functions.cc » ('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 # 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 should set chromium_code to 1 if they build Chromium-specific 10 # .gyp files should set chromium_code to 1 if they build Chromium-specific
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 }, 504 },
505 'VCLinkerTool': { 505 'VCLinkerTool': {
506 'EnableCOMDATFolding': '1', 506 'EnableCOMDATFolding': '1',
507 'LinkIncremental': '1', 507 'LinkIncremental': '1',
508 }, 508 },
509 }, 509 },
510 }, 510 },
511 'Common_x64': { 511 'Common_x64': {
512 'msvs_configuration_platform': 'x64', 512 'msvs_configuration_platform': 'x64',
513 'msvs_settings': { 513 'msvs_settings': {
514 'VCLibrarianTool': {
515 'AdditionalLibraryDirectories!':
516 ['<(DEPTH)/third_party/platformsdk_win7/files/Lib'],
517 'AdditionalLibraryDirectories':
518 ['<(DEPTH)/third_party/platformsdk_win7/files/Lib/x64'],
519 },
520 'VCLinkerTool': { 514 'VCLinkerTool': {
521 'TargetMachine': '17', 515 'TargetMachine': '17',
522 'AdditionalLibraryDirectories!':
523 ['<(DEPTH)/third_party/platformsdk_win7/files/Lib'],
524 'AdditionalLibraryDirectories':
525 ['<(DEPTH)/third_party/platformsdk_win7/files/Lib/x64'],
526 }, 516 },
527 }, 517 },
528 'defines': [
529 # Not sure if tcmalloc works on 64-bit Windows.
530 'NO_TCMALLOC',
531 ],
532 'abstract': 1, 518 'abstract': 1,
533 }, 519 },
534 'Debug_x64': { 520 'Debug_x64': {
535 'inherit_from': ['Debug', 'Common_x64'], 521 'inherit_from': ['Debug', 'Common_x64'],
536 }, 522 },
537 'Release_x64': { 523 'Release_x64': {
538 'inherit_from': ['Release', 'Common_x64'], 524 'inherit_from': ['Release', 'Common_x64'],
539 }, 525 },
540 'Purify_x64': { 526 'Purify_x64': {
541 'inherit_from': ['Purify', 'Common_x64'], 527 'inherit_from': ['Purify', 'Common_x64'],
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 # and therefore SYMROOT, needs to be set at the project level. 1101 # and therefore SYMROOT, needs to be set at the project level.
1116 'SYMROOT': '<(DEPTH)/xcodebuild', 1102 'SYMROOT': '<(DEPTH)/xcodebuild',
1117 }, 1103 },
1118 } 1104 }
1119 1105
1120 # Local Variables: 1106 # Local Variables:
1121 # tab-width:2 1107 # tab-width:2
1122 # indent-tabs-mode:nil 1108 # indent-tabs-mode:nil
1123 # End: 1109 # End:
1124 # vim: set expandtab tabstop=2 shiftwidth=2: 1110 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/app/dummy_main_functions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698