aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGowtham Tammana <g.tammana@samsung.com>2023-12-07 13:34:22 -0600
committerAngle LUCI CQ <angle-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-12-09 17:08:52 +0000
commitc8507249736d0b4a07254984caf499df186299ad (patch)
treee2a06415075c99b2c21334a38bb6336b561eaf66
parent7288507c231c112e73ab945df790c6f0c8b43165 (diff)
downloadangle-c8507249736d0b4a07254984caf499df186299ad.tar.gz
clspv: Move it to third_party/clspv/src
Clone the clspv into third_party src location to make way for GN build files. Bug: angleproject:8369 Signed-off-by: Gowtham Tammana <g.tammana@samsung.com> Change-Id: Id27d131ca7d5c0e941d9d770924587cdd3e5d8e8 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5106593 Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
-rw-r--r--.gitignore2
-rw-r--r--.gitmodules4
-rw-r--r--DEPS2
m---------third_party/clspv/src (renamed from third_party/clspv)0
4 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index a8fe4f8f49..b5c0781054 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,7 +43,7 @@
/third_party/catapult
/third_party/cherry
/third_party/clang-format/script
-/third_party/clspv
+/third_party/clspv/src
/third_party/colorama/src
/third_party/cpu_features/src
/third_party/depot_tools
diff --git a/.gitmodules b/.gitmodules
index 70081c5e37..633259f696 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -50,8 +50,8 @@
path = third_party/colorama/src
url = https://chromium.googlesource.com/external/colorama
gclient-condition = checkout_android and not build_with_chromium
-[submodule "third_party/clspv"]
- path = third_party/clspv
+[submodule "third_party/clspv/src"]
+ path = third_party/clspv/src
url = https://chromium.googlesource.com/external/github.com/google/clspv
gclient-condition = not build_with_chromium
[submodule "third_party/cpu_features/src"]
diff --git a/DEPS b/DEPS
index 224cfb78f9..3be2f3d6fa 100644
--- a/DEPS
+++ b/DEPS
@@ -369,7 +369,7 @@ deps = {
'condition': 'checkout_android and not build_with_chromium',
},
- 'third_party/clspv': {
+ 'third_party/clspv/src': {
'url': Var('chromium_git') + '/external/github.com/google/clspv@a173c052455434a422bcfe5c12ffe44d574fd6e1',
'condition': 'not build_with_chromium',
},
diff --git a/third_party/clspv b/third_party/clspv/src
-Subproject a173c052455434a422bcfe5c12ffe44d574fd6e
+Subproject a173c052455434a422bcfe5c12ffe44d574fd6e