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

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

Issue 1692623006: PPAPI: Remove PPB_Font_Dev. (try 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove PPB_Font_Dev bits that snuck back in Created 4 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 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 a2942d665e9d8f23b91db1257bbcc7b0acf836ae..ef82dba60deca99d5d70f240bd6c012b1fcbed06 100755
--- a/native_client_sdk/src/build_tools/verify_ppapi.py
+++ b/native_client_sdk/src/build_tools/verify_ppapi.py
@@ -27,7 +27,6 @@ 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([
- '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