summaryrefslogtreecommitdiffstats
path: root/ceee/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'ceee/common.gypi')
-rw-r--r--ceee/common.gypi19
1 files changed, 19 insertions, 0 deletions
diff --git a/ceee/common.gypi b/ceee/common.gypi
new file mode 100644
index 0000000..88a8476
--- /dev/null
+++ b/ceee/common.gypi
@@ -0,0 +1,19 @@
+# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'conditions': [
+ ['OS=="win"', {
+ 'python': [
+ '<(DEPTH)\\third_party\\python_24\\setup_env.bat && python'
+ ],
+ }, { # OS != win
+ 'python': [
+ 'python'
+ ],
+ }],
+ ],
+ },
+}