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

Side by Side Diff: native_client_sdk/src/build_tools/tests/naclsdk_manifest_test.json

Issue 8893007: Fix test that broke in earlier CL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
OLDNEW
1 { 1 {
2 "bundles": [ 2 "bundles": [
3 { 3 {
4 "description": "Native Client SDK Tools, revision 1", 4 "description": "Native Client SDK Tools, revision 1",
5 "stability": "stable", 5 "stability": "stable",
6 "recommended": "yes", 6 "recommended": "yes",
7 "version": 2, 7 "version": 2,
8 "archives": [ 8 "archives": [
9 { 9 {
10 "url": "nacl_sdk_linux_1.tgz", 10 "url": "nacl_sdk_linux_1.tgz",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "revision": 2, 102 "revision": 2,
103 "name": "test_2" 103 "name": "test_2"
104 }, 104 },
105 { 105 {
106 "description": "Chrome 1 bundle, revision 0", 106 "description": "Chrome 1 bundle, revision 0",
107 "stability": "dev", 107 "stability": "dev",
108 "recommended": "no", 108 "recommended": "no",
109 "version": 1, 109 "version": 1,
110 "archives": [ 110 "archives": [
111 { 111 {
112 "url": "file:///usr/local/google/users/mball/wrk/chromium/src/native_c lient_sdk/src/build_tools/tests/pepper_1_0/naclsdk_mac.tgz", 112 "url": "file:///Users/dspringer/Source/chromium/src/native_client_sdk/ src/build_tools/tests/pepper_1_0/naclsdk_mac.tgz",
113 "checksum": { 113 "checksum": {
114 "sha1": "db66a0bba015f481995648ed022fcd78c9da0539" 114 "sha1": "db66a0bba015f481995648ed022fcd78c9da0539"
115 }, 115 },
116 "host_os": "mac", 116 "host_os": "mac",
117 "size": 133 117 "size": 133
118 }, 118 },
119 { 119 {
120 "url": "file:///usr/local/google/users/mball/wrk/chromium/src/native_c lient_sdk/src/build_tools/tests/pepper_1_0/naclsdk_linux.tgz", 120 "url": "file:///Users/dspringer/Source/chromium/src/native_client_sdk/ src/build_tools/tests/pepper_1_0/naclsdk_linux.tgz",
121 "checksum": { 121 "checksum": {
122 "sha1": "7137917e08e8403e8a92354e69d5ff649a022c39" 122 "sha1": "7137917e08e8403e8a92354e69d5ff649a022c39"
123 }, 123 },
124 "host_os": "linux", 124 "host_os": "linux",
125 "size": 138 125 "size": 138
126 }, 126 },
127 { 127 {
128 "url": "file:///usr/local/google/users/mball/wrk/chromium/src/native_c lient_sdk/src/build_tools/tests/pepper_1_0/naclsdk_win.exe", 128 "url": "file:///Users/dspringer/Source/chromium/src/native_client_sdk/ src/build_tools/tests/pepper_1_0/naclsdk_win.exe",
Matt Ball 2011/12/09 19:40:55 I realize now that I created a minor mistake when
129 "checksum": { 129 "checksum": {
130 "sha1": "fd5cecf2c5cb990829fe42a14fb8e1efbb35bf8f" 130 "sha1": "fd5cecf2c5cb990829fe42a14fb8e1efbb35bf8f"
131 }, 131 },
132 "host_os": "win", 132 "host_os": "win",
133 "size": 138 133 "size": 138
134 } 134 }
135 ], 135 ],
136 "revision": 0, 136 "revision": 0,
137 "name": "pepper_1" 137 "name": "pepper_1"
138 },
139 {
140 "name": "pepper_phony",
141 "description": "Chrome -1 bundle, revision -1",
142 "stability": "dev",
143 "recommended": "no",
144 "version": -1,
145 "archives": [
146 {
147 "url": "file:///Users/dspringer/Source/chromium/src/native_client_sdk/ src/build_tools/tests/pepper_1_0/naclsdk_mac.tgz",
148 "checksum": {
149 "sha1": "db66a0bba015f481995648ed022fcd78c9da0539"
150 },
151 "host_os": "mac",
152 "size": 133
153 },
154 {
155 "url": "file:///Users/dspringer/Source/chromium/src/native_client_sdk/ src/build_tools/tests/pepper_1_0/naclsdk_linux.tgz",
156 "checksum": {
157 "sha1": "7137917e08e8403e8a92354e69d5ff649a022c39"
158 },
159 "host_os": "linux",
160 "size": 138
161 },
162 {
163 "url": "file:///Users/dspringer/Source/chromium/src/native_client_sdk/ src/build_tools/tests/pepper_1_0/naclsdk_win.exe",
164 "checksum": {
165 "sha1": "fd5cecf2c5cb990829fe42a14fb8e1efbb35bf8f"
166 },
167 "host_os": "win",
168 "size": 138
169 }
170 ],
171 "revision": -1
138 } 172 }
139 ], 173 ],
140 "manifest_version": 1 174 "manifest_version": 1
141 } 175 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698