Differences From Artifact [cf6e270a5f]:
- File build/chrome/cackey-chrome-plugin.cc — part of check-in [64c4c68fa6] at 2016-03-09 04:30:30 on branch trunk — ChromeOS: Added support for listing smartcard readers (user: rkeene, size: 7536) [annotate] [blame] [check-ins using]
To Artifact [06cf85fd98]:
- File build/chrome/cackey-chrome-plugin.cc — part of check-in [c3e0c9025e] at 2016-04-14 17:07:11 on branch trunk — Updated to use NaCl libpcsc (in progress) (user: rkeene, size: 7534) [annotate] [blame] [check-ins using]
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - + | #include <ppapi/cpp/var_dictionary.h> #include <ppapi/cpp/var_array.h> #include <ppapi/cpp/var_array_buffer.h> #include <string.h> #include <stdlib.h> |
︙ |