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

Unified Diff: native_client_sdk/src/build_tools/verify_ppapi.py

Issue 1416303007: Partial revert of r357449 to keep Flash 19.x working. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with idl file Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/pepper/plugin_module.cc ('k') | ppapi/api/dev/ppb_font_dev.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
])
« no previous file with comments | « content/renderer/pepper/plugin_module.cc ('k') | ppapi/api/dev/ppb_font_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698