summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS8
1 files changed, 4 insertions, 4 deletions
diff --git a/DEPS b/DEPS
index 0c75f5e08e..455150d093 100644
--- a/DEPS
+++ b/DEPS
@@ -40,7 +40,7 @@ hooks = [
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
'name': 'gyp',
'pattern': '.',
- 'action': ['python', 'build/gyp_pdfium'],
+ 'action': ['python', 'pdfium/build/gyp_pdfium'],
},
# Pull clang-format binaries using checked-in hashes.
{
@@ -51,7 +51,7 @@ hooks = [
'--platform=win32',
'--no_auth',
'--bucket', 'chromium-clang-format',
- '-s', 'buildtools/win/clang-format.exe.sha1',
+ '-s', 'pdfium/buildtools/win/clang-format.exe.sha1',
],
},
{
@@ -62,7 +62,7 @@ hooks = [
'--platform=darwin',
'--no_auth',
'--bucket', 'chromium-clang-format',
- '-s', 'buildtools/mac/clang-format.sha1',
+ '-s', 'pdfium/buildtools/mac/clang-format.sha1',
],
},
{
@@ -73,7 +73,7 @@ hooks = [
'--platform=linux*',
'--no_auth',
'--bucket', 'chromium-clang-format',
- '-s', 'buildtools/linux64/clang-format.sha1',
+ '-s', 'pdfium/buildtools/linux64/clang-format.sha1',
],
},
]