aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorMarshall Greenblatt <magreenblatt@gmail.com>2015-09-27 15:11:57 +0300
committerMarshall Greenblatt <magreenblatt@gmail.com>2015-09-27 17:07:01 +0300
commitd68c613cb88c06b61d5e982c0a89d3df6c89de7c (patch)
tree4db3cec1d7f140f34479e08c662d57273b4b6335 /DEPS
parenta1e06a4a046671b4170f47d34623f7d69b6446f4 (diff)
downloadjcef-d68c613cb88c06b61d5e982c0a89d3df6c89de7c.tar.gz
Remove GYP and depot_tools dependencies (issue #171)
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS28
1 files changed, 0 insertions, 28 deletions
diff --git a/DEPS b/DEPS
deleted file mode 100644
index 3745b14..0000000
--- a/DEPS
+++ /dev/null
@@ -1,28 +0,0 @@
-# When adding a new dependency, please update the top-level .gitignore file
-# to list the dependency's destination directory.
-
-vars = {
- 'chromium_git': 'https://chromium.googlesource.com',
-}
-
-deps = {
- "src/third_party/gyp":
- Var('chromium_git') + '/external/gyp.git' + '@' + '29e94a3285ee899d14d5e56a6001682620d3778f',
-}
-
-deps_os = {
- "win": {
- "src/third_party/psyco_win32":
- Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910ee5a8075bbaeed0591469f1661d868',
- },
-}
-
-hooks = [
- {
- # A change to a .gyp, .gypi, or to GYP itself should run the generator.
- "name": "gyp",
- "pattern": ".",
- "action": ['python', 'src/tools/gyp_jcef', 'src/jcef.gyp', '-I',
- 'src/jcef.gypi'],
- },
-]