Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: DEPS

Issue 1406383003: Change DEPS hooks paths to include 'pdfium/'. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Comment nit Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 74097a67d948599ba2378e0b6dae84e9c189d06e..16a3f991f3746c94fecd5e705f8b7d2bb10600f1 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',
],
},
]
« no previous file with comments | « no previous file | README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698