| Index: native_client_sdk/src/build_tools/verify_ppapi.py
|
| diff --git a/native_client_sdk/src/build_tools/verify_ppapi.py b/native_client_sdk/src/build_tools/verify_ppapi.py
|
| index f1c36c38dceda65c02f4e43eac51308b5e712d11..a2942d665e9d8f23b91db1257bbcc7b0acf836ae 100755
|
| --- a/native_client_sdk/src/build_tools/verify_ppapi.py
|
| +++ b/native_client_sdk/src/build_tools/verify_ppapi.py
|
| @@ -27,7 +27,8 @@ import parse_dsc
|
| # Private interfaces that are either not available to NaCl plugins or are only
|
| # available to Flash or other privileged plugins.
|
| IGNORED_FILES = set([
|
| - 'pp_video_dev.h'
|
| + 'ppb_font_dev.h',
|
| + 'pp_video_dev.h',
|
| ])
|
|
|
|
|
|
|