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

Side by Side Diff: native_client_sdk/src/build_tools/json/naclsdk_manifest2.json

Issue 952063002: [NaCL SDK] Add pepper_42 to naclsdk_manifest2.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "bundles": [ 2 "bundles": [
3 { 3 {
4 "archives": [ 4 "archives": [
5 { 5 {
6 "checksum": { 6 "checksum": {
7 "sha1": "3c63a6002dea894616292bb25d6b375dba0290f1" 7 "sha1": "3c63a6002dea894616292bb25d6b375dba0290f1"
8 }, 8 },
9 "host_os": "all", 9 "host_os": "all",
10 "size": 30527, 10 "size": 30527,
(...skipping 17 matching lines...) Expand all
28 "description": "Visual Studio Add-In for building and debugging NaCl appli cations", 28 "description": "Visual Studio Add-In for building and debugging NaCl appli cations",
29 "name": "vs_addin", 29 "name": "vs_addin",
30 "recommended": "no", 30 "recommended": "no",
31 "repath": "vs_addin", 31 "repath": "vs_addin",
32 "revision": 1578, 32 "revision": 1578,
33 "stability": "dev", 33 "stability": "dev",
34 "version": 0 34 "version": 0
35 }, 35 },
36 { 36 {
37 "archives": [], 37 "archives": [],
38 "description": "Chrome 34 bundle, revision xxxxx",
39 "name": "pepper_34",
40 "recommended": "no",
41 "repath": "pepper_34",
42 "revision": 0,
43 "stability": "post_stable",
44 "version": 34
45 },
46 {
47 "archives": [],
48 "description": "Chrome 35 bundle, revision xxxxx", 38 "description": "Chrome 35 bundle, revision xxxxx",
49 "name": "pepper_35", 39 "name": "pepper_35",
50 "recommended": "no", 40 "recommended": "no",
51 "repath": "pepper_35", 41 "repath": "pepper_35",
52 "revision": 0, 42 "revision": 0,
53 "stability": "post_stable", 43 "stability": "post_stable",
54 "version": 35 44 "version": 35
55 }, 45 },
56 { 46 {
57 "archives": [], 47 "archives": [],
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "description": "Chrome 41 bundle, revision xxxxx", 98 "description": "Chrome 41 bundle, revision xxxxx",
109 "name": "pepper_41", 99 "name": "pepper_41",
110 "recommended": "no", 100 "recommended": "no",
111 "repath": "pepper_41", 101 "repath": "pepper_41",
112 "revision": 0, 102 "revision": 0,
113 "stability": "post_stable", 103 "stability": "post_stable",
114 "version": 41 104 "version": 41
115 }, 105 },
116 { 106 {
117 "archives": [], 107 "archives": [],
108 "description": "Chrome 42 bundle, revision xxxxx",
109 "name": "pepper_42",
110 "recommended": "no",
111 "repath": "pepper_42",
112 "revision": 0,
113 "stability": "post_stable",
114 "version": 42
115 },
116 {
117 "archives": [],
118 "description": "Chrome Canary", 118 "description": "Chrome Canary",
119 "name": "pepper_canary", 119 "name": "pepper_canary",
120 "recommended": "no", 120 "recommended": "no",
121 "repath": "", 121 "repath": "",
122 "revision": 0, 122 "revision": 0,
123 "stability": "canary", 123 "stability": "canary",
124 "version": 0 124 "version": 0
125 }, 125 },
126 { 126 {
127 "archives": [], 127 "archives": [],
128 "description": "Bionic Canary", 128 "description": "Bionic Canary",
129 "name": "bionic_canary", 129 "name": "bionic_canary",
130 "recommended": "no", 130 "recommended": "no",
131 "repath": "", 131 "repath": "",
132 "revision": 0, 132 "revision": 0,
133 "stability": "canary", 133 "stability": "canary",
134 "version": 0 134 "version": 0
135 } 135 }
136 ], 136 ],
137 "manifest_version": 2 137 "manifest_version": 2
138 } 138 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698