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

Side by Side Diff: DEPS

Issue 10792027: Move /seccompsandbox to /sandbox/linux/seccomp-legacy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of tree (post Windows sandbox move) Created 8 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 | chrome/app/DEPS » ('j') | 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "nss_revision": "145873", 67 "nss_revision": "145873",
68 } 68 }
69 69
70 deps = { 70 deps = {
71 "src/breakpad/src": 71 "src/breakpad/src":
72 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@977", 72 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@977",
73 73
74 "src/googleurl": 74 "src/googleurl":
75 (Var("googlecode_url") % "google-url") + "/trunk@175", 75 (Var("googlecode_url") % "google-url") + "/trunk@175",
76 76
77 "src/seccompsandbox":
78 (Var("googlecode_url") % "seccompsandbox") + "/trunk@186",
79
80 "src/sandbox/linux/seccomp-legacy": 77 "src/sandbox/linux/seccomp-legacy":
81 (Var("googlecode_url") % "seccompsandbox") + "/trunk@186", 78 (Var("googlecode_url") % "seccompsandbox") + "/trunk@186",
82 79
83 "src/sdch/open-vcdiff": 80 "src/sdch/open-vcdiff":
84 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42", 81 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
85 82
86 "src/testing/gtest": 83 "src/testing/gtest":
87 (Var("googlecode_url") % "googletest") + "/trunk@617", 84 (Var("googlecode_url") % "googletest") + "/trunk@617",
88 85
89 "src/testing/gmock": 86 "src/testing/gmock":
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 "pattern": ".", 559 "pattern": ".",
563 "action": ["python", "src/build/util/lastchange.py", 560 "action": ["python", "src/build/util/lastchange.py",
564 "-o", "src/build/util/LASTCHANGE"], 561 "-o", "src/build/util/LASTCHANGE"],
565 }, 562 },
566 { 563 {
567 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 564 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
568 "pattern": ".", 565 "pattern": ".",
569 "action": ["python", "src/build/gyp_chromium"], 566 "action": ["python", "src/build/gyp_chromium"],
570 }, 567 },
571 ] 568 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698