From 6f7ca760b8393a74992c9b7b6ddc0b65b8d8807c Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 3 Jul 2018 17:15:32 +0900 Subject: move v8 to third_party/v8 (#322) --- third_party/.gclient | 1 + third_party/googletest | 2 +- third_party/jinja2 | 2 +- third_party/llvm-build | 2 +- third_party/markupsafe | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) create mode 120000 third_party/.gclient (limited to 'third_party') diff --git a/third_party/.gclient b/third_party/.gclient new file mode 120000 index 000000000..76444bf27 --- /dev/null +++ b/third_party/.gclient @@ -0,0 +1 @@ +../.gclient \ No newline at end of file diff --git a/third_party/googletest b/third_party/googletest index 80cee42e3..c9ff314a1 120000 --- a/third_party/googletest +++ b/third_party/googletest @@ -1 +1 @@ -../v8/third_party/googletest \ No newline at end of file +v8/third_party/googletest \ No newline at end of file diff --git a/third_party/jinja2 b/third_party/jinja2 index 268588bb9..2f1c1924c 120000 --- a/third_party/jinja2 +++ b/third_party/jinja2 @@ -1 +1 @@ -../v8/third_party/jinja2 \ No newline at end of file +v8/third_party/jinja2 \ No newline at end of file diff --git a/third_party/llvm-build b/third_party/llvm-build index d023bbec2..0b5b02b34 120000 --- a/third_party/llvm-build +++ b/third_party/llvm-build @@ -1 +1 @@ -../v8/third_party/llvm-build \ No newline at end of file +v8/third_party/llvm-build \ No newline at end of file diff --git a/third_party/markupsafe b/third_party/markupsafe index 8e9e53c9e..c233a58a3 120000 --- a/third_party/markupsafe +++ b/third_party/markupsafe @@ -1 +1 @@ -../v8/third_party/markupsafe \ No newline at end of file +v8/third_party/markupsafe \ No newline at end of file -- cgit v1.2.3