summaryrefslogtreecommitdiffstats
path: root/ppapi/generators
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-15 00:03:35 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-15 00:03:35 +0000
commit2e4361ae9dfaff3359914a89e2ff66771a10c955 (patch)
tree73567e3307c6cf2f64e7322ac4678278a1486fce /ppapi/generators
parente5aea01b2a4bf4363be6b77995c388202038018c (diff)
downloadchromium_src-2e4361ae9dfaff3359914a89e2ff66771a10c955.zip
chromium_src-2e4361ae9dfaff3359914a89e2ff66771a10c955.tar.gz
chromium_src-2e4361ae9dfaff3359914a89e2ff66771a10c955.tar.bz2
Rev the Flash interface to add new functionality.
This adds support for IDL in the private directory. Some of the interfaces there don't actually work, they were a work in progress and this breaks everything, so I moved the broken files to a new subdirectory. Everything left in the api/private directory can be autogenerated now. BUG= TEST= Review URL: http://codereview.chromium.org/8930023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114534 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/generators')
-rw-r--r--ppapi/generators/idl_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/generators/idl_parser.py b/ppapi/generators/idl_parser.py
index 0b309e2..43fb967 100644
--- a/ppapi/generators/idl_parser.py
+++ b/ppapi/generators/idl_parser.py
@@ -1002,7 +1002,7 @@ def TestNamespaceFiles(filter):
InfoOut.Log("Passed namespace test.")
return errs
-default_dirs = ['.', 'trusted', 'dev']
+default_dirs = ['.', 'trusted', 'dev', 'private']
def ParseFiles(filenames):
parser = IDLParser()
filenodes = []