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

Side by Side Diff: DEPS

Issue 1267493005: Use bundled freetype for tests. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: DEPS picks up corresponding expected results. Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | pdfium.gyp » ('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@46ce8cb60364e9e0b 21a81136c7debdddfd063a8",
9 9
10 "testing/corpus": 10 "testing/corpus":
11 "https://pdfium.googlesource.com/pdfium_tests@4b9a1d593e5a101d034a4f1195174 a22c179a42d", 11 "https://pdfium.googlesource.com/pdfium_tests@ab8b8db8660253962d8d624a85bf2 c53fcf01097",
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
19 "v8": 19 "v8":
20 "https://chromium.googlesource.com/v8/v8.git", 20 "https://chromium.googlesource.com/v8/v8.git",
21 21
(...skipping 16 matching lines...) Expand all
38 ] 38 ]
39 39
40 hooks = [ 40 hooks = [
41 { 41 {
42 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 42 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
43 'name': 'gyp', 43 'name': 'gyp',
44 'pattern': '.', 44 'pattern': '.',
45 'action': ['python', 'build/gyp_pdfium'], 45 'action': ['python', 'build/gyp_pdfium'],
46 }, 46 },
47 ] 47 ]
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | pdfium.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698