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

Side by Side Diff: DEPS

Issue 189403008: Roll Brotli dfc5a9f2151a -> 7f848593bd2e (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/brotli/brotli.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 # 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 7 # python tools/deps2git/deps2git.py -o .DEPS.git
8 # gclient runhooks 8 # gclient runhooks
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by
10 # a bot when you modify this one. 10 # a bot when you modify this one.
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), 162 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"),
163 163
164 "src/third_party/skia/include": 164 "src/third_party/skia/include":
165 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), 165 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
166 166
167 "src/third_party/ots": 167 "src/third_party/ots":
168 (Var("googlecode_url") % "ots") + "/trunk@110", 168 (Var("googlecode_url") % "ots") + "/trunk@110",
169 169
170 "src/third_party/brotli/src": 170 "src/third_party/brotli/src":
171 Var("chromium_git") + 171 Var("chromium_git") +
172 "/external/font-compression-reference.git@dfc5a9f2151a7c88914c236c7db8fa119f ee249c", 172 "/external/font-compression-reference.git@7f848593bd2ec83f4537b6d494a5bf55b9 bd4456",
173 173
174 "src/tools/page_cycler/acid3": 174 "src/tools/page_cycler/acid3":
175 "/trunk/deps/page_cycler/acid3@171600", 175 "/trunk/deps/page_cycler/acid3@171600",
176 176
177 "src/chrome/test/data/perf/canvas_bench": 177 "src/chrome/test/data/perf/canvas_bench":
178 "/trunk/deps/canvas_bench@122605", 178 "/trunk/deps/canvas_bench@122605",
179 179
180 "src/chrome/test/data/perf/frame_rate/content": 180 "src/chrome/test/data/perf/frame_rate/content":
181 "/trunk/deps/frame_rate/content@93671", 181 "/trunk/deps/frame_rate/content@93671",
182 182
(...skipping 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 "-s", "src/build/linux/bin/eu-strip.sha1", 757 "-s", "src/build/linux/bin/eu-strip.sha1",
758 ], 758 ],
759 }, 759 },
760 { 760 {
761 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 761 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
762 "name": "gyp", 762 "name": "gyp",
763 "pattern": ".", 763 "pattern": ".",
764 "action": ["python", "src/build/gyp_chromium"], 764 "action": ["python", "src/build/gyp_chromium"],
765 }, 765 },
766 ] 766 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/brotli/brotli.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698