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

Side by Side Diff: DEPS

Issue 10540017: Update software rendering list to r140650 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # When adding a new dependency, please update the top-level .gitignore file 1 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory. 2 # to list the dependency's destination directory.
3 3
4 vars = { 4 vars = {
5 # Use this googlecode_url variable only if there is an internal mirror for it. 5 # Use this googlecode_url variable only if there is an internal mirror for it.
6 # If you do not know, use the full path while defining your new deps entry. 6 # If you do not know, use the full path while defining your new deps entry.
7 "googlecode_url": "http://%s.googlecode.com/svn", 7 "googlecode_url": "http://%s.googlecode.com/svn",
8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "src/third_party/v8-i18n": 182 "src/third_party/v8-i18n":
183 (Var("googlecode_url") % "v8-i18n") + "/trunk@104", 183 (Var("googlecode_url") % "v8-i18n") + "/trunk@104",
184 184
185 # When roll to another webgl conformance tests revision, please goto 185 # When roll to another webgl conformance tests revision, please goto
186 # chrome/test/gpu and run generate_webgl_conformance_test_list.py. 186 # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
187 "src/third_party/webgl_conformance": 187 "src/third_party/webgl_conformance":
188 "/trunk/deps/third_party/webgl/sdk/tests@138171", 188 "/trunk/deps/third_party/webgl/sdk/tests@138171",
189 189
190 # We should use the same software_rendering_list.json for all branches. 190 # We should use the same software_rendering_list.json for all branches.
191 "src/chrome/browser/resources/software_rendering_list": 191 "src/chrome/browser/resources/software_rendering_list":
192 "/trunk/deps/gpu/software_rendering_list@139585", 192 "/trunk/deps/gpu/software_rendering_list@140650",
193 193
194 # We run these layout tests as UI tests. Since many of the buildbots that 194 # We run these layout tests as UI tests. Since many of the buildbots that
195 # run layout tests do NOT have access to the LayoutTest directory, we need 195 # run layout tests do NOT have access to the LayoutTest directory, we need
196 # to map them here. In practice, these do not take up much space. 196 # to map them here. In practice, these do not take up much space.
197 "src/content/test/data/layout_tests/LayoutTests/fast/events": 197 "src/content/test/data/layout_tests/LayoutTests/fast/events":
198 Var("webkit_trunk") + "/LayoutTests/fast/events@" + 198 Var("webkit_trunk") + "/LayoutTests/fast/events@" +
199 Var("webkit_revision"), 199 Var("webkit_revision"),
200 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": 200 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
201 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" + 201 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
202 Var("webkit_revision"), 202 Var("webkit_revision"),
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 "pattern": ".", 544 "pattern": ".",
545 "action": ["python", "src/build/util/lastchange.py", 545 "action": ["python", "src/build/util/lastchange.py",
546 "-o", "src/build/util/LASTCHANGE"], 546 "-o", "src/build/util/LASTCHANGE"],
547 }, 547 },
548 { 548 {
549 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 549 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
550 "pattern": ".", 550 "pattern": ".",
551 "action": ["python", "src/build/gyp_chromium"], 551 "action": ["python", "src/build/gyp_chromium"],
552 }, 552 },
553 ] 553 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698