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

Side by Side Diff: chrome/chrome.gyp

Issue 2796002: Build a version of base with -fPIC turned on. Use it for internal plugin. C... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 6 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 | « base/base.gypi ('k') | chrome/chrome_exe.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) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 'internal_pdf%': 0,
7 8
8 'variables': { 9 'variables': {
9 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 11 'version_path': 'VERSION',
11 }, 12 },
12 'version_py_path': '<(version_py_path)', 13 'version_py_path': '<(version_py_path)',
13 'version_path': '<(version_path)', 14 'version_path': '<(version_path)',
14 'version_full': 15 'version_full':
15 '<!(python <(version_py_path) -f <(version_path) -t "@MAJOR@.@MINOR@.@BU ILD@.@PATCH@")', 16 '<!(python <(version_py_path) -f <(version_path) -t "@MAJOR@.@MINOR@.@BU ILD@.@PATCH@")',
16 'version_mac_dylib': 17 'version_mac_dylib':
(...skipping 1713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 }], # targets 1731 }], # targets
1731 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1732 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1732 ], # 'conditions' 1733 ], # 'conditions'
1733 } 1734 }
1734 1735
1735 # Local Variables: 1736 # Local Variables:
1736 # tab-width:2 1737 # tab-width:2
1737 # indent-tabs-mode:nil 1738 # indent-tabs-mode:nil
1738 # End: 1739 # End:
1739 # vim: set expandtab tabstop=2 shiftwidth=2: 1740 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « base/base.gypi ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698