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

Side by Side Diff: all.deps/DEPS

Issue 23060024: Remove checkout of nss_pkcs12 to dart/third_party from DEPS. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/deps/
Patch Set: Created 7 years, 4 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 | standalone.deps/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 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 vars = { 5 vars = {
6 # Use this googlecode_url variable only if there is an internal mirror for it. 6 # Use this googlecode_url variable only if there is an internal mirror for it.
7 # If you do not know, use the full path while defining your new deps entry. 7 # If you do not know, use the full path while defining your new deps entry.
8 "googlecode_url": "http://%s.googlecode.com/svn", 8 "googlecode_url": "http://%s.googlecode.com/svn",
9 9
10 "gyp_rev": "@1617", 10 "gyp_rev": "@1617",
(...skipping 15 matching lines...) Expand all
26 "d8_rev" : "@26311", 26 "d8_rev" : "@26311",
27 "eclipse_rev" : "@26068", 27 "eclipse_rev" : "@26068",
28 "fest_rev" : "@19997", 28 "fest_rev" : "@19997",
29 "firefox_jsshell_rev" : "@25263", 29 "firefox_jsshell_rev" : "@25263",
30 "gsutil_rev" : "@19997", 30 "gsutil_rev" : "@19997",
31 "guava_rev" : "@19997", 31 "guava_rev" : "@19997",
32 "hamcrest_rev" : "@19997", 32 "hamcrest_rev" : "@19997",
33 "json_rev" : "@19997", 33 "json_rev" : "@19997",
34 "junit_rev" : "@19997", 34 "junit_rev" : "@19997",
35 "mockito_rev" : "@19997", 35 "mockito_rev" : "@19997",
36 "nss_pkcs12_rev" : "@26000",
37 "snakeyaml_rev" : "@19997", 36 "snakeyaml_rev" : "@19997",
38 "stripjar_rev" : "@20110", 37 "stripjar_rev" : "@20110",
39 "WebCore_rev" : "@26378", 38 "WebCore_rev" : "@26378",
40 "weberknecht_rev" : "@19997", 39 "weberknecht_rev" : "@19997",
41 } 40 }
42 41
43 deps = { 42 deps = {
44 "dart": 43 "dart":
45 "/branches/bleeding_edge/dart", 44 "/branches/bleeding_edge/dart",
46 45
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "dart/third_party/eclipse": "/third_party/eclipse" + Var("eclipse_rev"), 80 "dart/third_party/eclipse": "/third_party/eclipse" + Var("eclipse_rev"),
82 "dart/third_party/fest": "/third_party/fest" + Var("fest_rev"), 81 "dart/third_party/fest": "/third_party/fest" + Var("fest_rev"),
83 "dart/third_party/firefox_jsshell": 82 "dart/third_party/firefox_jsshell":
84 "/third_party/firefox_jsshell" + Var("firefox_jsshell_rev"), 83 "/third_party/firefox_jsshell" + Var("firefox_jsshell_rev"),
85 "dart/third_party/gsutil": "/third_party/gsutil" + Var("gsutil_rev"), 84 "dart/third_party/gsutil": "/third_party/gsutil" + Var("gsutil_rev"),
86 "dart/third_party/guava": "/third_party/guava" + Var("guava_rev"), 85 "dart/third_party/guava": "/third_party/guava" + Var("guava_rev"),
87 "dart/third_party/hamcrest": "/third_party/hamcrest" + Var("hamcrest_rev"), 86 "dart/third_party/hamcrest": "/third_party/hamcrest" + Var("hamcrest_rev"),
88 "dart/third_party/json": "/third_party/json" + Var("json_rev"), 87 "dart/third_party/json": "/third_party/json" + Var("json_rev"),
89 "dart/third_party/junit": "/third_party/junit" + Var("junit_rev"), 88 "dart/third_party/junit": "/third_party/junit" + Var("junit_rev"),
90 "dart/third_party/mockito": "/third_party/mockito" + Var("mockito_rev"), 89 "dart/third_party/mockito": "/third_party/mockito" + Var("mockito_rev"),
91 "dart/third_party/nss_pkcs12":
92 "/third_party/nss_pkcs12" + Var("nss_pkcs12_rev"),
93 "dart/third_party/snakeyaml": "/third_party/snakeyaml" + Var("snakeyaml_rev"), 90 "dart/third_party/snakeyaml": "/third_party/snakeyaml" + Var("snakeyaml_rev"),
94 "dart/third_party/stripjar": "/third_party/stripjar" + Var("stripjar_rev"), 91 "dart/third_party/stripjar": "/third_party/stripjar" + Var("stripjar_rev"),
95 "dart/third_party/d8": "/third_party/d8" + Var("d8_rev"), 92 "dart/third_party/d8": "/third_party/d8" + Var("d8_rev"),
96 "dart/third_party/WebCore": "/third_party/WebCore" + Var("WebCore_rev"), 93 "dart/third_party/WebCore": "/third_party/WebCore" + Var("WebCore_rev"),
97 "dart/third_party/weberknecht": 94 "dart/third_party/weberknecht":
98 "/third_party/weberknecht" + Var("weberknecht_rev"), 95 "/third_party/weberknecht" + Var("weberknecht_rev"),
99 } 96 }
100 97
101 deps_os = { 98 deps_os = {
102 "android": { 99 "android": {
(...skipping 19 matching lines...) Expand all
122 }, 119 },
123 { 120 {
124 "pattern": ".", 121 "pattern": ".",
125 "action": ["python", "dart/editor/build/generate_sources.py"], 122 "action": ["python", "dart/editor/build/generate_sources.py"],
126 }, 123 },
127 { 124 {
128 "pattern": ".", 125 "pattern": ".",
129 "action": ["python", "dart/tools/gyp_dart.py"], 126 "action": ["python", "dart/tools/gyp_dart.py"],
130 }, 127 },
131 ] 128 ]
OLDNEW
« no previous file with comments | « no previous file | standalone.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698