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

Unified Diff: ppapi/generators/idl_c_header.py

Issue 60173003: Draft: apps APIs in Pepper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
Index: ppapi/generators/idl_c_header.py
diff --git a/ppapi/generators/idl_c_header.py b/ppapi/generators/idl_c_header.py
index a3b868874da14d8792a16f820e9dd1977ff77d4e..b659fd1a50545102d95168691d914984f4d4c666 100755
--- a/ppapi/generators/idl_c_header.py
+++ b/ppapi/generators/idl_c_header.py
@@ -163,9 +163,11 @@ def CheckTypedefs(filenode, releases):
while t.IsA('Typedef'):
t = t.GetType(build_list[0])
if t.IsA('Struct'):
- raise Exception('%s is a struct in callback %s. '
- 'See http://crbug.com/233439' %
- (t.GetName(), node.GetName()))
+ # TODO(yzshen): for test.
+ pass
+ #raise Exception('%s is a struct in callback %s. '
+ # 'See http://crbug.com/233439' %
+ # (t.GetName(), node.GetName()))
def CheckPassByValue(filenode, releases):
« no previous file with comments | « ppapi/examples/extensions/extensions.html ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698