You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
880 B

Index: build/all.gyp
--- build/all.gyp.orig 2013-02-06 15:12:58.000000000 +0100
+++ build/all.gyp 2014-06-21 15:18:17.098876588 +0200
@@ -9,9 +9,7 @@
'type': 'none',
'dependencies': [
'../preparser/preparser.gyp:*',
- '../samples/samples.gyp:*',
'../src/d8.gyp:d8',
- '../test/cctest/cctest.gyp:*',
],
}
]
Index: tools/gyp/v8.gyp
--- tools/gyp/v8.gyp.orig 2014-06-21 15:18:17.098876000 +0200
+++ tools/gyp/v8.gyp 2014-06-21 15:19:28.728899362 +0200
@@ -229,6 +229,9 @@
'../../src',
],
'sources': [
+ '<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
+ '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
+ '../../src/snapshot-empty.cc',
'../../src/accessors.cc',
'../../src/accessors.h',
'../../src/allocation.cc',