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

Side by Side Diff: DEPS

Issue 1425153006: Fix all relative includes to third_party. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | build/standalone.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 use_relative_paths = True 1 use_relative_paths = True
2 2
3 deps = { 3 deps = {
4 "build/gyp": 4 "build/gyp":
5 "https://chromium.googlesource.com/external/gyp", 5 "https://chromium.googlesource.com/external/gyp",
6 6
7 "buildtools": 7 "buildtools":
8 "https://chromium.googlesource.com/chromium/buildtools.git@46ce8cb60364e9e0b 21a81136c7debdddfd063a8", 8 "https://chromium.googlesource.com/chromium/buildtools.git@c2f259809d5ede327 5df5ea0842f0431990c4f98",
9 9
10 "testing/corpus": 10 "testing/corpus":
11 "https://pdfium.googlesource.com/pdfium_tests@45f88c6914fcac26ad930bb0ebbfa 468c21db0a5", 11 "https://pdfium.googlesource.com/pdfium_tests@45f88c6914fcac26ad930bb0ebbfa 468c21db0a5",
12 12
13 "testing/gmock": 13 "testing/gmock":
14 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245 65299976b936d1265cb6a271", 14 "https://chromium.googlesource.com/external/googlemock.git@29763965ab52f245 65299976b936d1265cb6a271",
15 15
16 "testing/gtest": 16 "testing/gtest":
17 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470 3e6496d1efd19e975ad2b038", 17 "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c470 3e6496d1efd19e975ad2b038",
18 18
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', 81 '-s', 'pdfium/buildtools/linux64/clang-format.sha1',
82 ], 82 ],
83 }, 83 },
84 { 84 {
85 # Pull clang if needed or requested via GYP_DEFINES. 85 # Pull clang if needed or requested via GYP_DEFINES.
86 'name': 'clang', 86 'name': 'clang',
87 'pattern': '.', 87 'pattern': '.',
88 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], 88 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'],
89 }, 89 },
90 ] 90 ]
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698