diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-02-13 15:30:06 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-02-13 15:30:06 +0000 |
commit | 310ec8e32ca03757a9dec46be4f108efe01ba757 (patch) | |
tree | 9cbb9931351f05a45c68c399af8a7b1c73fb57fb /gyp | |
parent | bda591c739001b41d77048d680f81e05723cbc05 (diff) |
Update directions and lib paths for ninja.
BUG=skia:
R=robertphillips@google.com
Author: jcgregorio@google.com
Review URL: https://codereview.chromium.org/161163003
git-svn-id: http://skia.googlecode.com/svn/trunk@13429 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/v8.gyp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gyp/v8.gyp b/gyp/v8.gyp index baa0b3a46c..d0da5bcf67 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' : [ |