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

Side by Side Diff: chrome/test/data/components/flapper/windows_x64/manifest.json

Issue 394923005: [mac,win] Enable checking for 64-bit Pepper Flash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Heck, cover Windows, too. Created 6 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 | « chrome/test/data/components/flapper/mac_x64/manifest.json ('k') | 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 "description": "Pepper Flash Player", 2 "description": "Pepper Flash Player",
3 "name": "Flapper", 3 "name": "Flapper",
4 "version": "11.9.900.170", 4 "version": "11.9.900.170",
5 "x-flapper-revision": "1232353", 5 "x-flapper-revision": "1232353",
6 "x-ppapi-arch": "x64", 6 "x-ppapi-arch": "x64",
7 "x-ppapi-os": "linux", 7 "x-ppapi-os": "win",
8 "x-ppapi-required-interfaces": [ 8 "x-ppapi-required-interfaces": [
9 "PPB_AudioConfig;1.1|PPB_AudioConfig;1.0", 9 "PPB_AudioConfig;1.1|PPB_AudioConfig;1.0",
10 "PPB_AudioInput(Dev);0.3|PPB_AudioInput(Dev);0.2", 10 "PPB_AudioInput(Dev);0.3|PPB_AudioInput(Dev);0.2",
11 "PPB_Audio;1.0", 11 "PPB_Audio;1.0",
12 "PPB_BrowserFont_Trusted;1.0", 12 "PPB_BrowserFont_Trusted;1.0",
13 "PPB_Buffer(Dev);0.4", 13 "PPB_Buffer(Dev);0.4",
14 "PPB_CharSet(Dev);0.4", 14 "PPB_CharSet(Dev);0.4",
15 "PPB_Core;1.0", 15 "PPB_Core;1.0",
16 "PPB_Crypto(Dev);0.1", 16 "PPB_Crypto(Dev);0.1",
17 "PPB_CursorControl(Dev);0.4", 17 "PPB_CursorControl(Dev);0.4",
(...skipping 23 matching lines...) Expand all
41 "PPB_URLLoader;1.0", 41 "PPB_URLLoader;1.0",
42 "PPB_URLLoaderTrusted;0.3", 42 "PPB_URLLoaderTrusted;0.3",
43 "PPB_URLRequestInfo;1.0", 43 "PPB_URLRequestInfo;1.0",
44 "PPB_URLResponseInfo;1.0", 44 "PPB_URLResponseInfo;1.0",
45 "PPB_URLUtil(Dev);0.6", 45 "PPB_URLUtil(Dev);0.6",
46 "PPB_Var;1.1|PPB_Var;1.0", 46 "PPB_Var;1.1|PPB_Var;1.0",
47 "PPB_VideoCapture(Dev);0.3|PPB_VideoCapture(Dev);0.2", 47 "PPB_VideoCapture(Dev);0.3|PPB_VideoCapture(Dev);0.2",
48 "PPB_View;1.0" 48 "PPB_View;1.0"
49 ] 49 ]
50 } 50 }
OLDNEW
« no previous file with comments | « chrome/test/data/components/flapper/mac_x64/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698