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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 5121009: Switching chrome to use python26 in place of python24. (Closed) Base URL: svn://chrome-svn.corp.google.com/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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome_frame/chrome_frame_launcher.gyp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 'variables': { 10 'variables': {
(...skipping 13 matching lines...) Expand all
24 '<(xul_sdk_dir)/include/dom', 24 '<(xul_sdk_dir)/include/dom',
25 '<(xul_sdk_dir)/include/js', 25 '<(xul_sdk_dir)/include/js',
26 '<(xul_sdk_dir)/include/nspr', 26 '<(xul_sdk_dir)/include/nspr',
27 '<(xul_sdk_dir)/include/string', 27 '<(xul_sdk_dir)/include/string',
28 '<(xul_sdk_dir)/include/xpcom', 28 '<(xul_sdk_dir)/include/xpcom',
29 '<(xul_sdk_dir)/include/xpconnect', 29 '<(xul_sdk_dir)/include/xpconnect',
30 ], 30 ],
31 'conditions': [ 31 'conditions': [
32 ['OS=="win"', { 32 ['OS=="win"', {
33 'python': [ 33 'python': [
34 '<(DEPTH)\\third_party\\python_24\\setup_env.bat && python' 34 '<(DEPTH)\\third_party\\python_26\\setup_env.bat && python'
35 ], 35 ],
36 }, { # OS != win 36 }, { # OS != win
37 'python': [ 37 'python': [
38 'python' 38 'python'
39 ], 39 ],
40 }], 40 }],
41 ], 41 ],
42 }, 42 },
43 'includes': [ 43 'includes': [
44 '../build/common.gypi', 44 '../build/common.gypi',
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 ], # 'conditions' 1068 ], # 'conditions'
1069 } 1069 }
1070 1070
1071 # vim: shiftwidth=2:et:ai:tabstop=2 1071 # vim: shiftwidth=2:et:ai:tabstop=2
1072 1072
1073 # Local Variables: 1073 # Local Variables:
1074 # tab-width:2 1074 # tab-width:2
1075 # indent-tabs-mode:nil 1075 # indent-tabs-mode:nil
1076 # End: 1076 # End:
1077 # vim: set expandtab tabstop=2 shiftwidth=2: 1077 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome_frame/chrome_frame_launcher.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698