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

Side by Side Diff: DEPS

Issue 1833053002: util.printd() replaces specified date with current date. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: h is wrong, not H. Created 4 years, 9 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 | « no previous file | fpdfsdk/javascript/JS_Value.cpp » ('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 vars = { 3 vars = {
4 'chromium_git': 'https://chromium.googlesource.com', 4 'chromium_git': 'https://chromium.googlesource.com',
5 'pdfium_git': 'https://pdfium.googlesource.com', 5 'pdfium_git': 'https://pdfium.googlesource.com',
6 6
7 'buildtools_revision': 'c2f259809d5ede3275df5ea0842f0431990c4f98', 7 'buildtools_revision': 'c2f259809d5ede3275df5ea0842f0431990c4f98',
8 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', 8 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
9 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', 9 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271',
10 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', 10 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038',
11 'icu_revision': '8d342a405be5ae8aacb1e16f0bc31c3a4fbf26a2', 11 'icu_revision': '8d342a405be5ae8aacb1e16f0bc31c3a4fbf26a2',
12 'pdfium_tests_revision': 'd671154d809b4fcf250e72523ef7d85df04c806a', 12 'pdfium_tests_revision': 'eb87214cb2088536e96aae517f3a281818fbf5b0',
13 'skia_revision': '0a291c7b7eea1807bd58bdaa60c258fd0ebeb257', 13 'skia_revision': '0a291c7b7eea1807bd58bdaa60c258fd0ebeb257',
14 'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732', 14 'trace_event_revision': 'd83d44b13d07c2fd0a40101a7deef9b93b841732',
15 'v8_revision': '3c3d7e7be80f45eeea0dc74a71d7552e2afc2985', 15 'v8_revision': '3c3d7e7be80f45eeea0dc74a71d7552e2afc2985',
16 16
17 } 17 }
18 18
19 deps = { 19 deps = {
20 "build/gyp": 20 "build/gyp":
21 Var('chromium_git') + "/external/gyp", 21 Var('chromium_git') + "/external/gyp",
22 22
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', 137 '-s', 'pdfium/buildtools/linux64/clang-format.sha1',
138 ], 138 ],
139 }, 139 },
140 { 140 {
141 # Pull clang if needed or requested via GYP_DEFINES. 141 # Pull clang if needed or requested via GYP_DEFINES.
142 'name': 'clang', 142 'name': 'clang',
143 'pattern': '.', 143 'pattern': '.',
144 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], 144 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'],
145 }, 145 },
146 ] 146 ]
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/javascript/JS_Value.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698