2010-10-03 23:24:14 +02:00
|
|
|
Index: common.gypi
|
|
|
|
===================================================================
|
2011-09-30 15:57:13 +02:00
|
|
|
--- common.gypi (revision 102269)
|
2010-10-03 23:24:14 +02:00
|
|
|
+++ common.gypi (working copy)
|
2011-01-07 22:34:20 +01:00
|
|
|
@@ -9,6 +9,9 @@
|
|
|
|
# Variables expected to be overriden on the GYP command line (-D) or by
|
|
|
|
# ~/.gyp/include.gypi.
|
|
|
|
'variables': {
|
2009-10-02 19:59:38 +02:00
|
|
|
+ # Directory for CEF source files. This will be set by cef.gypi.
|
|
|
|
+ 'cef_directory%' : '',
|
2010-06-21 20:02:39 +02:00
|
|
|
+
|
2009-10-02 19:59:38 +02:00
|
|
|
# Putting a variables dict inside another variables dict looks kind of
|
2011-01-07 22:34:20 +01:00
|
|
|
# weird. This is done so that 'host_arch', 'chromeos', etc are defined as
|
2010-06-21 20:02:39 +02:00
|
|
|
# variables within the outer variables dict here. This is necessary
|
2011-09-30 15:57:13 +02:00
|
|
|
Index: mac/strip_save_dsym
|
|
|
|
===================================================================
|
|
|
|
--- mac/strip_save_dsym (revision 102269)
|
|
|
|
+++ mac/strip_save_dsym (working copy)
|
|
|
|
@@ -48,7 +48,7 @@
|
|
|
|
"bundle"]
|
|
|
|
macho_types_re = "Mach-O (?:64-bit )?(?:" + "|".join(macho_types) + ")"
|
|
|
|
|
|
|
|
- file_cmd = subprocess.Popen(["/usr/bin/file", "-b", "--", macho],
|
|
|
|
+ file_cmd = subprocess.Popen(["/usr/bin/file", "-b", "-L", "--", macho],
|
|
|
|
stdout=subprocess.PIPE)
|
|
|
|
|
|
|
|
archs = []
|