aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-06-23 05:56:18 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-23 05:56:18 -0700
commite4a712b66571f80cf0f717ff51e3011a068363a0 (patch)
tree00176e355f5a2963ed2423692e2ff4495c5d507b
parent9afccaaf8e5247095d1748059520733f289597e9 (diff)
GN: just new deps
These just are the DEPS changes from the previous GN CL, each rolled up to head. I've removed the hooks to fetch GN and Clang... will have to figure out how to deal with .gclient files in different places later. BUG=skia:5452 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2087403002 Review-Url: https://codereview.chromium.org/2087403002
-rw-r--r--.gitignore4
-rw-r--r--DEPS4
2 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9fb5a30db8..37da2da66d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,7 @@ third_party/externals
tools/skp/page_sets/data/*.json
tools/skp/page_sets/data/*.wpr
xcodebuild
+
+build
+buildtools
+tools/clang
diff --git a/DEPS b/DEPS
index 9504771f1c..a1eddff526 100644
--- a/DEPS
+++ b/DEPS
@@ -3,6 +3,10 @@ use_relative_paths = True
# Dependencies on outside packages.
#
deps = {
+ "build": "https://chromium.googlesource.com/chromium/src/build.git@c3550298c508d10c6281794de126223a38359249",
+ "buildtools": "https://chromium.googlesource.com/chromium/buildtools.git@573942cffe9494e3d9f05ada4c61e1f32a1c58fc",
+ "tools/clang": "https://chromium.googlesource.com/chromium/src/tools/clang.git@ea64c667cd841b2c3268bd7dfd223269f3ea23ba",
+
"common": "https://skia.googlesource.com/common.git@c282fe0b6e392b14f88d647cbd86e1a3ef5498e0",
# There is some duplication here that might be worth cleaning up: