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

Side by Side Diff: build/common.gypi

Issue 4334003: Touch build/common.gypi to force gyp to run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 | no next file » | 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 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 }], 648 }],
649 ], # target_conditions for 'target_defaults' 649 ], # target_conditions for 'target_defaults'
650 'default_configuration': 'Debug', 650 'default_configuration': 'Debug',
651 'configurations': { 651 'configurations': {
652 # VCLinkerTool LinkIncremental values below: 652 # VCLinkerTool LinkIncremental values below:
653 # 0 == default 653 # 0 == default
654 # 1 == /INCREMENTAL:NO 654 # 1 == /INCREMENTAL:NO
655 # 2 == /INCREMENTAL 655 # 2 == /INCREMENTAL
656 # Debug links incremental, Release does not. 656 # Debug links incremental, Release does not.
657 # 657 #
658 # Abstract base configurations to cover common 658 # Abstract base configurations to cover common attributes.
659 # attributes.
660 # 659 #
661 'Common_Base': { 660 'Common_Base': {
662 'abstract': 1, 661 'abstract': 1,
663 'msvs_configuration_attributes': { 662 'msvs_configuration_attributes': {
664 'OutputDirectory': '$(SolutionDir)$(ConfigurationName)', 663 'OutputDirectory': '$(SolutionDir)$(ConfigurationName)',
665 'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)', 664 'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
666 'CharacterSet': '1', 665 'CharacterSet': '1',
667 }, 666 },
668 }, 667 },
669 'x86_Base': { 668 'x86_Base': {
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1516 # and therefore SYMROOT, needs to be set at the project level. 1515 # and therefore SYMROOT, needs to be set at the project level.
1517 'SYMROOT': '<(DEPTH)/xcodebuild', 1516 'SYMROOT': '<(DEPTH)/xcodebuild',
1518 }, 1517 },
1519 } 1518 }
1520 1519
1521 # Local Variables: 1520 # Local Variables:
1522 # tab-width:2 1521 # tab-width:2
1523 # indent-tabs-mode:nil 1522 # indent-tabs-mode:nil
1524 # End: 1523 # End:
1525 # vim: set expandtab tabstop=2 shiftwidth=2: 1524 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698