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

Side by Side Diff: DEPS

Issue 6794042: [Sync] Roll google-cache-invalidation to @78 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Roll to @78 Created 9 years, 8 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/cacheinvalidation/cacheinvalidation.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 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": "82870", 7 "webkit_revision": "82870",
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 "nacl_revision": "4559", 10 "nacl_revision": "4559",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "src/third_party/hunspell": 54 "src/third_party/hunspell":
55 "/trunk/deps/third_party/hunspell@65351", 55 "/trunk/deps/third_party/hunspell@65351",
56 56
57 "src/third_party/hunspell_dictionaries": 57 "src/third_party/hunspell_dictionaries":
58 "/trunk/deps/third_party/hunspell_dictionaries@79099", 58 "/trunk/deps/third_party/hunspell_dictionaries@79099",
59 59
60 "src/third_party/safe_browsing/testing": 60 "src/third_party/safe_browsing/testing":
61 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106", 61 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
62 62
63 "src/third_party/cacheinvalidation/files": 63 "src/third_party/cacheinvalidation/files":
64 (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@70", 64 (Var("googlecode_url") % "google-cache-invalidation-api") + "/trunk@78",
65 65
66 "src/third_party/leveldb": 66 "src/third_party/leveldb":
67 (Var("googlecode_url") % "leveldb") + "/trunk@19", 67 (Var("googlecode_url") % "leveldb") + "/trunk@19",
68 68
69 "src/third_party/snappy/src": 69 "src/third_party/snappy/src":
70 (Var("googlecode_url") % "snappy") + "/trunk@25", 70 (Var("googlecode_url") % "snappy") + "/trunk@25",
71 71
72 "src/tools/gyp": 72 "src/tools/gyp":
73 (Var("googlecode_url") % "gyp") + "/trunk@904", 73 (Var("googlecode_url") % "gyp") + "/trunk@904",
74 74
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 ] 345 ]
346 346
347 347
348 hooks = [ 348 hooks = [
349 { 349 {
350 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 350 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
351 "pattern": ".", 351 "pattern": ".",
352 "action": ["python", "src/build/gyp_chromium"], 352 "action": ["python", "src/build/gyp_chromium"],
353 }, 353 },
354 ] 354 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/cacheinvalidation/cacheinvalidation.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698