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

Unified Diff: build/common.gypi

Issue 661218: Fixed pyauto build for chromeos. Added proper sysroot and ability to specify ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 40176)
+++ build/common.gypi (working copy)
@@ -83,6 +83,9 @@
# libraries on linux x86-64 and arm.
'linux_fpic%': 0,
+ # Python version.
+ 'python_ver%': '2.5',
Nirnimesh 2010/03/01 22:12:19 btw, you did not refer to 2.6 for chromeos anywher
zel 2010/03/01 22:15:53 That's done externally from Chrome OS ebuild file.
+
# Set ARM-v7 compilation flags
'armv7%': 0,
@@ -101,6 +104,7 @@
'inside_chromium_build%': '<(inside_chromium_build)',
'fastbuild%': '<(fastbuild)',
'linux_fpic%': '<(linux_fpic)',
+ 'python_ver%': '<(python_ver)',
'armv7%': '<(armv7)',
'arm_neon%': '<(arm_neon)',
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698