diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-19 11:04:01 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-19 11:04:02 -0700 |
commit | c37b04e80aafc8437d458ced2366f825749ae2d7 (patch) | |
tree | 695828739b07bd9ede2dcfe5b84f6bfb148278de /DEPS | |
parent | a28ae388f3859c52630deb6ef3d0ea468e5177e3 (diff) | |
download | pdfium-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-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. { |