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

Side by Side Diff: DEPS

Issue 1933843002: Use utilities from build directory instead of own copies (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: fix Created 4 years, 7 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 | « .gitignore ('k') | build_gyp/find_depot_tools.py » ('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 'build_revision': '28e8fda8744c8c44bac72eee610642798daf2705', 7 'build_revision': '28e8fda8744c8c44bac72eee610642798daf2705',
8 'buildtools_revision': '5378d73123b64907773cc5c1bb027b2f765ff00a', 8 'buildtools_revision': '5378d73123b64907773cc5c1bb027b2f765ff00a',
9 'clang_revision': 'b6f620b311665e2d96d0921833f54295b9bbf925', 9 'clang_revision': 'b6f620b311665e2d96d0921833f54295b9bbf925',
10 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df', 10 'cygwin_revision': 'c89e446b273697fadf3a10ff1007a97c0b7de6df',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'pattern': '.', 166 'pattern': '.',
167 'action': ['python', 167 'action': ['python',
168 'pdfium/tools/clang/scripts/update.py', 168 'pdfium/tools/clang/scripts/update.py',
169 '--if-needed' 169 '--if-needed'
170 ], 170 ],
171 }, 171 },
172 { 172 {
173 # Update the Windows toolchain if necessary. 173 # Update the Windows toolchain if necessary.
174 'name': 'win_toolchain', 174 'name': 'win_toolchain',
175 'pattern': '.', 175 'pattern': '.',
176 'action': ['python', 'pdfium/build_gyp/vs_toolchain.py', 'update'], 176 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'],
177 }, 177 },
178 ] 178 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | build_gyp/find_depot_tools.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698