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

Side by Side Diff: chrome/chrome.gyp

Issue 500149: Revert 35012 - Rearrange build configurations make it clearer and allow bett... (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 | « build/common.gypi ('k') | chrome/chrome_tests.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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 1746 matching lines...) Expand 10 before | Expand all | Expand 10 after
1757 'ImportLibrary': '$(OutDir)\\lib\\chrome_dll.lib', 1757 'ImportLibrary': '$(OutDir)\\lib\\chrome_dll.lib',
1758 'ProgramDatabaseFile': '$(OutDir)\\chrome_dll.pdb', 1758 'ProgramDatabaseFile': '$(OutDir)\\chrome_dll.pdb',
1759 # Set /SUBSYSTEM:WINDOWS for chrome.dll (for consistency). 1759 # Set /SUBSYSTEM:WINDOWS for chrome.dll (for consistency).
1760 'SubSystem': '2', 1760 'SubSystem': '2',
1761 }, 1761 },
1762 'VCManifestTool': { 1762 'VCManifestTool': {
1763 'AdditionalManifestFiles': '$(ProjectDir)\\app\\chrome.dll.man ifest', 1763 'AdditionalManifestFiles': '$(ProjectDir)\\app\\chrome.dll.man ifest',
1764 }, 1764 },
1765 }, 1765 },
1766 'configurations': { 1766 'configurations': {
1767 'Debug_Base': { 1767 'Debug': {
1768 'msvs_settings': { 1768 'msvs_settings': {
1769 'VCLinkerTool': { 1769 'VCLinkerTool': {
1770 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 1770 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
1771 }, 1771 },
1772 }, 1772 },
1773 }, 1773 },
1774 }, 1774 },
1775 }], # OS=="win" 1775 }], # OS=="win"
1776 ['OS=="mac"', { 1776 ['OS=="mac"', {
1777 # The main browser executable's name is <(mac_product_name). 1777 # The main browser executable's name is <(mac_product_name).
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after
2615 'conditions': [ 2615 'conditions': [
2616 ['OS=="win"', { 2616 ['OS=="win"', {
2617 'conditions': [ 2617 'conditions': [
2618 ['win_use_allocator_shim==1', { 2618 ['win_use_allocator_shim==1', {
2619 'dependencies': [ 2619 'dependencies': [
2620 '<(allocator_target)', 2620 '<(allocator_target)',
2621 ], 2621 ],
2622 }], 2622 }],
2623 ], 2623 ],
2624 'configurations': { 2624 'configurations': {
2625 'Debug_Base': { 2625 'Debug': {
2626 'msvs_settings': { 2626 'msvs_settings': {
2627 'VCLinkerTool': { 2627 'VCLinkerTool': {
2628 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 2628 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
2629 }, 2629 },
2630 }, 2630 },
2631 }, 2631 },
2632 }, 2632 },
2633 }], 2633 }],
2634 ], 2634 ],
2635 }, 2635 },
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
2723 }], # targets 2723 }], # targets
2724 }], # OS=="linux" or OS=="freebsd" 2724 }], # OS=="linux" or OS=="freebsd"
2725 ], # 'conditions' 2725 ], # 'conditions'
2726 } 2726 }
2727 2727
2728 # Local Variables: 2728 # Local Variables:
2729 # tab-width:2 2729 # tab-width:2
2730 # indent-tabs-mode:nil 2730 # indent-tabs-mode:nil
2731 # End: 2731 # End:
2732 # vim: set expandtab tabstop=2 shiftwidth=2: 2732 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698