OSDN Git Service

Remove recursive Chromium DEPS file.
authorNicolas Capens <capn@google.com>
Thu, 4 May 2017 16:09:19 +0000 (12:09 -0400)
committerNicolas Capens <nicolascapens@google.com>
Tue, 1 Aug 2017 19:51:04 +0000 (19:51 +0000)
Chromium pulled Subzero into third_party/pnacl-subzero using the recursive
DEPS file. We now have the Subzero source code in the SwiftShader repository
using Git subtree.

Bug swiftshader:47

Change-Id: I2c4c5e8c3413ccd187e4da11fbd014fb76ec572f
Reviewed-on: https://swiftshader-review.googlesource.com/9628
Reviewed-by: Corentin Wallez <cwallez@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Tested-by: Nicolas Capens <nicolascapens@google.com>
DEPS [deleted file]

diff --git a/DEPS b/DEPS
deleted file mode 100644 (file)
index 43434a2..0000000
--- a/DEPS
+++ /dev/null
@@ -1,16 +0,0 @@
-# This file is used to manage SwiftShader's dependencies in the Chromium src
-# repo. It is used by gclient to determine what version of each dependency to
-# check out, and where.
-
-use_relative_paths = True
-
-vars = {
-  'chromium_git': 'https://chromium.googlesource.com',
-  # Current revision of subzero.
-  'subzero_revision': 'fb705a6d55003b2c32772ae49e25b0babcff5acc',
-}
-
-deps = {
-  'third_party/pnacl-subzero':
-    Var('chromium_git') + '/native_client/pnacl-subzero@' +  Var('subzero_revision'),
-}