Skip to content

Commit

Permalink
Bug 912197 - part 5 - move WebIDL.mk over to moz.build; r=khuey
Browse files Browse the repository at this point in the history
  • Loading branch information
froydnj committed Sep 5, 2013
1 parent 5657bb3 commit 92358c0
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 553 deletions.
6 changes: 4 additions & 2 deletions dom/bindings/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ EXPORT_LIBRARY = 1
# Need this to find all our DOM source files.
include $(topsrcdir)/dom/dom-config.mk

include $(topsrcdir)/dom/webidl/WebIDL.mk
webidl_base = $(topsrcdir)/dom/webidl
# Generated by moz.build
include webidlsrcs.mk

binding_include_path := mozilla/dom
all_webidl_files = $(webidl_files) $(generated_webidl_files) $(preprocessed_webidl_files)
Expand Down Expand Up @@ -193,7 +195,7 @@ globalgen_dependencies := \
Configuration.py \
Codegen.py \
parser/WebIDL.py \
../webidl/WebIDL.mk \
webidlsrcs.mk \
$(all_webidl_files) \
$(CACHE_DIR)/.done \
$(GLOBAL_DEPS) \
Expand Down
2 changes: 1 addition & 1 deletion dom/bindings/test/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif
include $(topsrcdir)/dom/dom-config.mk

# And need this for $(test_webidl_files)
include $(topsrcdir)/dom/webidl/WebIDL.mk
include ../webidlsrcs.mk

# But the webidl actually lives in our parent dir
test_webidl_files := $(addprefix ../,$(test_webidl_files))
Expand Down
1 change: 1 addition & 0 deletions dom/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ PARALLEL_DIRS += [
'promise',
'wappush',
'telephony',
'webidl',
]

if CONFIG['OS_ARCH'] == 'WINNT':
Expand Down
Loading

0 comments on commit 92358c0

Please sign in to comment.