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

Unified Diff: gyp/v8.gyp

Issue 673223002: Get SkV8Example running again. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix Created 6 years, 2 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 | « experimental/SkV8Example/SkV8Example.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' : [
« no previous file with comments | « experimental/SkV8Example/SkV8Example.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698