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

Side by Side Diff: build/common.gypi

Issue 6987034: Revert 86732 - Switch to python2.6 as the default for pyauto on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 expected to be overriden on the GYP command line (-D) or by 9 # Variables expected to be overriden on the GYP command line (-D) or by
10 # ~/.gyp/include.gypi. 10 # ~/.gyp/include.gypi.
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'inside_chromium_build%': 1, 91 'inside_chromium_build%': 1,
92 92
93 # Set to 1 to enable fast builds. It disables debug info for fastest 93 # Set to 1 to enable fast builds. It disables debug info for fastest
94 # compilation. 94 # compilation.
95 'fastbuild%': 0, 95 'fastbuild%': 0,
96 96
97 # Disable file manager component extension by default. 97 # Disable file manager component extension by default.
98 'file_manager_extension%': 0, 98 'file_manager_extension%': 0,
99 99
100 # Python version. 100 # Python version.
101 'python_ver%': '2.6', 101 'python_ver%': '2.5',
102 102
103 # Set ARM-v7 compilation flags 103 # Set ARM-v7 compilation flags
104 'armv7%': 0, 104 'armv7%': 0,
105 105
106 # Set Neon compilation flags (only meaningful if armv7==1). 106 # Set Neon compilation flags (only meaningful if armv7==1).
107 'arm_neon%': 1, 107 'arm_neon%': 1,
108 108
109 # The system root for cross-compiles. Default: none. 109 # The system root for cross-compiles. Default: none.
110 'sysroot%': '', 110 'sysroot%': '',
111 111
(...skipping 1618 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 # and therefore SYMROOT, needs to be set at the project level. 1730 # and therefore SYMROOT, needs to be set at the project level.
1731 'SYMROOT': '<(DEPTH)/xcodebuild', 1731 'SYMROOT': '<(DEPTH)/xcodebuild',
1732 }, 1732 },
1733 } 1733 }
1734 1734
1735 # Local Variables: 1735 # Local Variables:
1736 # tab-width:2 1736 # tab-width:2
1737 # indent-tabs-mode:nil 1737 # indent-tabs-mode:nil
1738 # End: 1738 # End:
1739 # vim: set expandtab tabstop=2 shiftwidth=2: 1739 # 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