summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-19 11:04:01 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-19 11:04:02 -0700
commitc37b04e80aafc8437d458ced2366f825749ae2d7 (patch)
tree695828739b07bd9ede2dcfe5b84f6bfb148278de /DEPS
parenta28ae388f3859c52630deb6ef3d0ea468e5177e3 (diff)
downloadpdfium-c37b04e80aafc8437d458ced2366f825749ae2d7.tar.xz
Move build/ to build_gyp/.
This CL moves the build/ files to build_gyp/ in anticipation of pulling in Chromiums build/ directory. The gyp_pdfium files have been duplicated into both places. Once the bots are updated we'll remove the build/ versions. BUG=pdfium:106 Review URL: https://codereview.chromium.org/1900913003
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 265f452089..d846d20906 100644
--- a/DEPS
+++ b/DEPS
@@ -18,7 +18,7 @@ vars = {
}
deps = {
- "build/gyp":
+ "build_gyp/gyp":
Var('chromium_git') + "/external/gyp",
"buildtools":
@@ -68,7 +68,7 @@ hooks = [
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
'name': 'gyp',
'pattern': '.',
- 'action': ['python', 'pdfium/build/gyp_pdfium'],
+ 'action': ['python', 'pdfium/build_gyp/gyp_pdfium'],
},
# Pull GN binaries. This needs to be before running GYP below.
{