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

Side by Side Diff: DEPS

Issue 305013005: Add woff2_dec target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix README.chromium Created 6 years, 6 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 | third_party/brotli/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of "src"). 9 # .gclient file (the parent of "src").
10 # 10 #
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 Var("sfntly_revision"), 170 Var("sfntly_revision"),
171 171
172 "src/third_party/skia": 172 "src/third_party/skia":
173 Var("chromium_git") + "/skia.git@" + Var("skia_revision"), 173 Var("chromium_git") + "/skia.git@" + Var("skia_revision"),
174 174
175 "src/third_party/ots": 175 "src/third_party/ots":
176 (Var("googlecode_url") % "ots") + "/trunk@113", 176 (Var("googlecode_url") % "ots") + "/trunk@113",
177 177
178 "src/third_party/brotli/src": 178 "src/third_party/brotli/src":
179 Var("chromium_git") + 179 Var("chromium_git") +
180 "/external/font-compression-reference.git@0829e37293abc2523a1d2b0f4d68ff7b5f cd8e01", 180 "/external/font-compression-reference.git@c75ed764ef2a74bf3ab645ca7a73c0c692 477755",
181 181
182 "src/tools/page_cycler/acid3": 182 "src/tools/page_cycler/acid3":
183 "/trunk/deps/page_cycler/acid3@171600", 183 "/trunk/deps/page_cycler/acid3@171600",
184 184
185 "src/chrome/test/data/perf/canvas_bench": 185 "src/chrome/test/data/perf/canvas_bench":
186 "/trunk/deps/canvas_bench@122605", 186 "/trunk/deps/canvas_bench@122605",
187 187
188 "src/chrome/test/data/perf/frame_rate/content": 188 "src/chrome/test/data/perf/frame_rate/content":
189 "/trunk/deps/frame_rate/content@93671", 189 "/trunk/deps/frame_rate/content@93671",
190 190
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 "-s", "src/build/linux/bin/eu-strip.sha1", 768 "-s", "src/build/linux/bin/eu-strip.sha1",
769 ], 769 ],
770 }, 770 },
771 { 771 {
772 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 772 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
773 "name": "gyp", 773 "name": "gyp",
774 "pattern": ".", 774 "pattern": ".",
775 "action": ["python", "src/build/gyp_chromium"], 775 "action": ["python", "src/build/gyp_chromium"],
776 }, 776 },
777 ] 777 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/brotli/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698