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

Side by Side Diff: DEPS

Issue 2286653002: Remove most things GYP. (Closed)
Patch Set: rebase Created 4 years, 3 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 | build_gyp/all.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 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 'android_ndk_revision': '5022f40f12953c02b2614c5f7beb981ec5d0e833', 7 'android_ndk_revision': '5022f40f12953c02b2614c5f7beb981ec5d0e833',
8 'build_revision': '76d9f8b4fcae07fb82f28295468cf92bade935bd', 8 'build_revision': '76d9f8b4fcae07fb82f28295468cf92bade935bd',
9 'buildtools_revision': 'db6179b29f90d28026b0cb23ef71d56ec31b8bd6', 9 'buildtools_revision': 'db6179b29f90d28026b0cb23ef71d56ec31b8bd6',
10 'catapult_revision': '327256cb1c387e62a2c7e6960e2398867665fb51', 10 'catapult_revision': '327256cb1c387e62a2c7e6960e2398867665fb51',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "third_party/skia": 43 "third_party/skia":
44 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), 44 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'),
45 45
46 "tools/clang": 46 "tools/clang":
47 Var('chromium_git') + "/chromium/src/tools/clang@" + Var('clang_revision'), 47 Var('chromium_git') + "/chromium/src/tools/clang@" + Var('clang_revision'),
48 48
49 "tools/generate_library_loader": 49 "tools/generate_library_loader":
50 Var('chromium_git') + "/chromium/src/tools/generate_library_loader@" + 50 Var('chromium_git') + "/chromium/src/tools/generate_library_loader@" +
51 Var('gen_library_loader_revision'), 51 Var('gen_library_loader_revision'),
52 52
53 # TODO(GYP): Remove this when no tools rely on GYP anymore.
53 "tools/gyp": 54 "tools/gyp":
54 Var('chromium_git') + '/external/gyp.git' + '@' + 'c61b0b35c8396bfd59efc6cfc 11401d912b0f510', 55 Var('chromium_git') + '/external/gyp.git' + '@' + 'c61b0b35c8396bfd59efc6cfc 11401d912b0f510',
55 56
56 "tools/memory": 57 "tools/memory":
57 Var('chromium_git') + "/chromium/src/tools/memory@" + 58 Var('chromium_git') + "/chromium/src/tools/memory@" +
58 Var('tools_memory_revision'), 59 Var('tools_memory_revision'),
59 60
60 "v8": 61 "v8":
61 Var('chromium_git') + "/v8/v8.git@" + Var('v8_revision'), 62 Var('chromium_git') + "/v8/v8.git@" + Var('v8_revision'),
62 63
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 # This sysroot updates at about the same rate that the chrome build deps 132 # This sysroot updates at about the same rate that the chrome build deps
132 # change. This script is a no-op except for linux users who are doing 133 # change. This script is a no-op except for linux users who are doing
133 # official chrome builds or cross compiling. 134 # official chrome builds or cross compiling.
134 'name': 'sysroot', 135 'name': 'sysroot',
135 'pattern': '.', 136 'pattern': '.',
136 'action': ['python', 137 'action': ['python',
137 'pdfium/build/linux/sysroot_scripts/install-sysroot.py', 138 'pdfium/build/linux/sysroot_scripts/install-sysroot.py',
138 '--running-as-hook' 139 '--running-as-hook'
139 ], 140 ],
140 }, 141 },
141 {
142 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
143 'name': 'gyp',
144 'pattern': '.',
145 'action': ['python', 'pdfium/build_gyp/gyp_pdfium'],
146 },
147 # Pull clang-format binaries using checked-in hashes. 142 # Pull clang-format binaries using checked-in hashes.
148 { 143 {
149 'name': 'clang_format_win', 144 'name': 'clang_format_win',
150 'pattern': '.', 145 'pattern': '.',
151 'action': [ 'download_from_google_storage', 146 'action': [ 'download_from_google_storage',
152 '--no_resume', 147 '--no_resume',
153 '--platform=win32', 148 '--platform=win32',
154 '--no_auth', 149 '--no_auth',
155 '--bucket', 'chromium-clang-format', 150 '--bucket', 'chromium-clang-format',
156 '-s', 'pdfium/buildtools/win/clang-format.exe.sha1', 151 '-s', 'pdfium/buildtools/win/clang-format.exe.sha1',
(...skipping 30 matching lines...) Expand all
187 '--if-needed' 182 '--if-needed'
188 ], 183 ],
189 }, 184 },
190 { 185 {
191 # Update the Windows toolchain if necessary. 186 # Update the Windows toolchain if necessary.
192 'name': 'win_toolchain', 187 'name': 'win_toolchain',
193 'pattern': '.', 188 'pattern': '.',
194 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'], 189 'action': ['python', 'pdfium/build/vs_toolchain.py', 'update'],
195 }, 190 },
196 ] 191 ]
OLDNEW
« no previous file with comments | « no previous file | build_gyp/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698