diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-20 12:18:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-20 12:18:16 -0700 |
commit | b4e8708ce506be308fefc3eb85a427206ef320d8 (patch) | |
tree | 166f95204a32b008fbd01290bbe0dc423c2dbf14 | |
parent | eca0f82e5c7bc7b7d34eaa32c452147ee2b7bbdb (diff) | |
download | pdfium-b4e8708ce506be308fefc3eb85a427206ef320d8.tar.xz |
Remove duplication.
The GN information got accidentally dup'd in the DEPS file.
BUG=pdfium:106
Review URL: https://codereview.chromium.org/1899193006
-rw-r--r-- | DEPS | 35 |
1 files changed, 1 insertions, 34 deletions
@@ -70,6 +70,7 @@ include_rules = [ hooks = [ # Pull GN binaries. This needs to be before running GYP below. { + 'name': 'gn_win', 'action': [ 'download_from_google_storage', '--no_resume', '--platform=win32', @@ -118,40 +119,6 @@ hooks = [ 'pattern': '.', 'action': ['python', 'pdfium/build_gyp/gyp_pdfium'], }, - # Pull GN binaries. This needs to be before running GYP below. - { - 'name': 'gn_win', - 'pattern': '.', - 'action': [ 'download_from_google_storage', - '--no_resume', - '--platform=win32', - '--no_auth', - '--bucket', 'chromium-gn', - '-s', 'pdfium/buildtools/win/gn.exe.sha1', - ], - }, - { - 'name': 'gn_mac', - 'pattern': '.', - 'action': [ 'download_from_google_storage', - '--no_resume', - '--platform=darwin', - '--no_auth', - '--bucket', 'chromium-gn', - '-s', 'pdfium/buildtools/mac/gn.sha1', - ], - }, - { - 'name': 'gn_linux64', - 'pattern': '.', - 'action': [ 'download_from_google_storage', - '--no_resume', - '--platform=linux*', - '--no_auth', - '--bucket', 'chromium-gn', - '-s', 'pdfium/buildtools/linux64/gn.sha1', - ], - }, # Pull clang-format binaries using checked-in hashes. { 'name': 'clang_format_win', |