| Index: gyp/v8.gyp
|
| diff --git a/gyp/v8.gyp b/gyp/v8.gyp
|
| index 0316d34eb9e4a3a3509627d4c56a335bb27b8c6c..8693665194d97ad9fca79ec9051a3524e8c91baf 100644
|
| --- a/gyp/v8.gyp
|
| +++ b/gyp/v8.gyp
|
| @@ -7,6 +7,7 @@
|
| 'mac_bundle' : 1,
|
| 'include_dirs' : [
|
| '../third_party/externals/v8/include',
|
| + '../third_party/externals/v8',
|
| ],
|
| 'sources': [
|
| '../experimental/SkV8Example/BaseContext.cpp',
|
| @@ -38,12 +39,14 @@
|
|
|
| '-lpthread',
|
| '-lrt',
|
| - '../../third_party/externals/v8/out/native/obj.target/tools/gyp/libv8_base.x64.a',
|
| + '../../third_party/externals/v8/out/native/obj.target/tools/gyp/libv8_base.a',
|
| + '../../third_party/externals/v8/out/native/obj.target/tools/gyp/libv8_libbase.a',
|
| '../../third_party/externals/v8/out/native/obj.target/tools/gyp/libv8_snapshot.a',
|
| + '../../third_party/externals/v8/out/native/obj.target/tools/gyp/libv8_libplatform.a',
|
| '../../third_party/externals/v8/out/native/obj.target/third_party/icu/libicudata.a',
|
| '../../third_party/externals/v8/out/native/obj.target/third_party/icu/libicui18n.a',
|
| '../../third_party/externals/v8/out/native/obj.target/third_party/icu/libicuuc.a',
|
| - '../../third_party/externals/v8/out/native/obj.target/icudata/third_party/icu/linux/icudt46l_dat.o',
|
| + '../../third_party/externals/v8/out/native/obj.target/icudata/third_party/icu/linux/icudtl_dat.o',
|
| ],
|
| },
|
| 'conditions' : [
|
|
|