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

Side by Side Diff: DEPS

Issue 7342047: Cleanup base/stl_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unneeded include + rebase Created 9 years, 5 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 | base/base.gypi » ('j') | base/stl_util.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 # Use this googlecode_url variable only if there is an internal mirror for it. 2 # Use this googlecode_url variable only if there is an internal mirror for it.
3 # If you do not know, use the full path while defining your new deps entry. 3 # If you do not know, use the full path while defining your new deps entry.
4 "googlecode_url": "http://%s.googlecode.com/svn", 4 "googlecode_url": "http://%s.googlecode.com/svn",
5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 6 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
7 "webkit_revision": "91261", 7 "webkit_revision": "91261",
8 "chromium_git": "http://git.chromium.org/git", 8 "chromium_git": "http://git.chromium.org/git",
9 "swig_revision": "69281", 9 "swig_revision": "69281",
10 # These hashes need to be updated when nacl_revision is changed. 10 # These hashes need to be updated when nacl_revision is changed.
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 # puts some extra files into place for the real WebKit checkout to 55 # puts some extra files into place for the real WebKit checkout to
56 # happen. See lines mentioning "webkit_revision" for the real 56 # happen. See lines mentioning "webkit_revision" for the real
57 # WebKit checkout. 57 # WebKit checkout.
58 "src/third_party/WebKit": 58 "src/third_party/WebKit":
59 "/trunk/deps/third_party/WebKit@76115", 59 "/trunk/deps/third_party/WebKit@76115",
60 60
61 "src/third_party/icu": 61 "src/third_party/icu":
62 "/trunk/deps/third_party/icu46@90787", 62 "/trunk/deps/third_party/icu46@90787",
63 63
64 "src/third_party/hunspell": 64 "src/third_party/hunspell":
65 "/trunk/deps/third_party/hunspell@65351", 65 "/trunk/deps/third_party/hunspell@93061",
66 66
67 "src/third_party/hunspell_dictionaries": 67 "src/third_party/hunspell_dictionaries":
68 "/trunk/deps/third_party/hunspell_dictionaries@79099", 68 "/trunk/deps/third_party/hunspell_dictionaries@79099",
69 69
70 "src/third_party/safe_browsing/testing": 70 "src/third_party/safe_browsing/testing":
71 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106", 71 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
72 72
73 "src/third_party/cacheinvalidation/files/src/google": 73 "src/third_party/cacheinvalidation/files/src/google":
74 (Var("googlecode_url") % "google-cache-invalidation-api") + 74 (Var("googlecode_url") % "google-cache-invalidation-api") +
75 "/trunk/src/google@128", 75 "/trunk/src/google@128",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 { 382 {
383 # This downloads binaries for Native Client's integrated runtime (IRT) 383 # This downloads binaries for Native Client's integrated runtime (IRT)
384 # library, which is built as NaCl untrusted code. 384 # library, which is built as NaCl untrusted code.
385 "pattern": ".", 385 "pattern": ".",
386 "action": ["python", "src/build/download_nacl_irt.py", 386 "action": ["python", "src/build/download_nacl_irt.py",
387 "--nacl_revision", Var("nacl_revision"), 387 "--nacl_revision", Var("nacl_revision"),
388 "--file_hash", "x86_32", Var("nacl_irt_hash_x86_32"), 388 "--file_hash", "x86_32", Var("nacl_irt_hash_x86_32"),
389 "--file_hash", "x86_64", Var("nacl_irt_hash_x86_64")], 389 "--file_hash", "x86_64", Var("nacl_irt_hash_x86_64")],
390 }, 390 },
391 ] 391 ]
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/stl_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698