https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b632b2878b9aa2237bca9e79624e8e29b24a1afa authored by tbirdbld on 25 August 2012, 00:10:40 UTC
Added THUNDERBIRD_15_0_RELEASE THUNDERBIRD_15_0_BUILD1 tag(s) for changeset 28af55043104. DONTBUILD CLOSED TREE a=release
Tip revision: b632b28
dom-config.mk
# 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/.

DOM_SRCDIRS = \
  dom/base \
  dom/battery \
  dom/file \
  dom/power \
  dom/media \
  dom/network/src \
  dom/settings \
  dom/sms/src \
  dom/contacts \
  dom/src/events \
  dom/src/storage \
  dom/src/offline \
  dom/src/geolocation \
  dom/src/notification \
  dom/workers \
  content/xbl/src \
  content/xul/document/src \
  content/events/src \
  content/base/src \
  content/html/content/src \
  content/html/document/src \
  content/svg/content/src \
  layout/generic \
  layout/style \
  layout/xul/base/src \
  layout/xul/base/src/tree/src \
  $(NULL)

ifdef MOZ_B2G_RIL
DOM_SRCDIRS += \
  dom/system/gonk \
  dom/telephony \
  dom/wifi \
  $(NULL)
endif

ifdef MOZ_B2G_BT
DOM_SRCDIRS += dom/bluetooth
endif

LOCAL_INCLUDES += $(DOM_SRCDIRS:%=-I$(topsrcdir)/%)
DEFINES += -D_IMPL_NS_LAYOUT
back to top