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

Side by Side Diff: DEPS

Issue 1821413002: Fix parsing of double dot operators for FormCalc (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Windows xfa diff'd. 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 | « AUTHORS ('k') | testing/SUPPRESSIONS » ('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': 'bafb069353f96d441c6a37786d18cd9f5407937f', 12 'pdfium_tests_revision': 'd671154d809b4fcf250e72523ef7d85df04c806a',
13 'skia_revision': 'ed854fb897fa134f2f64738a75293502fdcf1af2', 13 'skia_revision': 'ed854fb897fa134f2f64738a75293502fdcf1af2',
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '-s', 'pdfium/buildtools/linux64/clang-format.sha1', 103 '-s', 'pdfium/buildtools/linux64/clang-format.sha1',
104 ], 104 ],
105 }, 105 },
106 { 106 {
107 # Pull clang if needed or requested via GYP_DEFINES. 107 # Pull clang if needed or requested via GYP_DEFINES.
108 'name': 'clang', 108 'name': 'clang',
109 'pattern': '.', 109 'pattern': '.',
110 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'], 110 'action': ['python', 'pdfium/tools/clang/scripts/update.py', '--if-needed'],
111 }, 111 },
112 ] 112 ]
OLDNEW
« no previous file with comments | « AUTHORS ('k') | testing/SUPPRESSIONS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698