IDL build: Split global object computation into core and modules
This completes the split! Note that this deletes the top-level: * bindings/generated.gypi * bindings/idl.gypi ...and eliminates the variable bindings_output_dir, b/c we do not output anything to there any longer! One layering violation is: constructors for interfaces in core need to know about global objects defined in modules, namely ServiceWorker, because some of these are exposed to ServiceWorker. This can be fixed by moving ServiceWorkerGlobalScopeCoreConstructors.idl to modules, which I'll do in a followup. R=haraken BUG=358074 Review URL: https://codereview.chromium.org/315003004 git-svn-id: svn://svn.chromium.org/blink/trunk@175554 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment