2012-06-03 11:35:15 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
|
|
# You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
|
|
include $(topsrcdir)/dom/dom-config.mk
|
|
|
|
|
2012-10-07 09:34:30 +04:00
|
|
|
|
2012-07-12 15:53:08 +04:00
|
|
|
ifdef MOZ_WEBRTC
|
|
|
|
LOCAL_INCLUDES += \
|
2013-08-30 10:08:57 +04:00
|
|
|
-I$(topsrcdir)/media/webrtc/trunk \
|
2012-11-16 02:58:40 +04:00
|
|
|
-I$(topsrcdir)/media/webrtc/signaling/src/common \
|
2012-07-12 15:53:08 +04:00
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2012-06-03 11:35:15 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
2013-07-04 16:28:43 +04:00
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|