|
Add support for 'nocompile' to IDL schema compiler.
The json schema stuff already has this support, to skip generation of C++
code for certain functions. Doing the same thing for IDL is slightly
complicated by the fact that we still want to generate JSON for functions
marked nocompile.
BUG= 129080
TEST=includes unit and browser tests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=138707
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+48 lines, -10 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/idltest/idltest_apitest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/experimental_idltest.idl
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/api_test/idltest/nocompile/manifest.json
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/api_test/idltest/nocompile/nocompile.html
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/api_test/idltest/nocompile/nocompile.js
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/json_schema_compiler/compiler.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tools/json_schema_compiler/idl_schema.py
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tools/json_schema_compiler/idl_schema_test.py
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/json_schema_compiler/json_schema.py
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
tools/json_schema_compiler/json_schema_test.py
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tools/json_schema_compiler/model.py
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
tools/json_schema_compiler/schema_bundle_generator.py
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/json_schema_compiler/test/idl_basics.idl
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|