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

Unified Diff: gyp/v8.gyp

Issue 161163003: Update directions and lib paths for ninja. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: retry upload Created 6 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 | « experimental/SkV8Example/README ('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 baa0b3a46c09cc99f37abc0137529e39b963ccdf..d0da5bcf679e6feccdeaf2aa77db7b9a5d31b406 100644
--- a/gyp/v8.gyp
+++ b/gyp/v8.gyp
@@ -37,12 +37,12 @@
'-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_snapshot.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/tools/gyp/libv8_base.x64.a',
+ '../../third_party/externals/v8/out/native/obj.target/tools/gyp/libv8_snapshot.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',
],
},
'conditions' : [
« no previous file with comments | « experimental/SkV8Example/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698