Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 360163 | Differences between
and this patch

Collapse All | Expand All

(-)a/dom/ipc/Makefile.in (-4 / +11 lines)
Lines 56-63 Link Here
56
EXPORTS_NAMESPACES = mozilla/dom
56
EXPORTS_NAMESPACES = mozilla/dom
57
57
58
EXPORTS_mozilla/dom = \
58
EXPORTS_mozilla/dom = \
59
  AudioChild.h \
60
  AudioParent.h \
61
  ContentChild.h \
59
  ContentChild.h \
62
  ContentParent.h \
60
  ContentParent.h \
63
  ContentProcess.h \
61
  ContentProcess.h \
Lines 68-75 Link Here
68
  $(NULL)
66
  $(NULL)
69
67
70
CPPSRCS = \
68
CPPSRCS = \
71
  AudioChild.cpp \
72
  AudioParent.cpp \
73
  ContentProcess.cpp \
69
  ContentProcess.cpp \
74
  ContentParent.cpp \
70
  ContentParent.cpp \
75
  ContentChild.cpp \
71
  ContentChild.cpp \
Lines 79-84 Link Here
79
  TabMessageUtils.cpp \
75
  TabMessageUtils.cpp \
80
  $(NULL)
76
  $(NULL)
81
77
78
ifdef MOZ_SYDNEYAUDIO
79
EXPORTS_mozilla/dom += \
80
  AudioChild.h \
81
  AudioParent.h \
82
  $(NULL)
83
CPPSRCS += \
84
  AudioChild.cpp \
85
  AudioParent.cpp \
86
  $(NULL)
87
endif
88
82
include $(topsrcdir)/config/config.mk
89
include $(topsrcdir)/config/config.mk
83
include $(topsrcdir)/ipc/chromium/chromium-config.mk
90
include $(topsrcdir)/ipc/chromium/chromium-config.mk
84
include $(topsrcdir)/config/rules.mk
91
include $(topsrcdir)/config/rules.mk

Return to bug 360163