OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |