mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
c29760731a
--HG-- extra : amend_source : 54312955270ea4098a3add3cd0708866de2e40bb
16 lines
489 B
Makefile
16 lines
489 B
Makefile
# 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
|
|
|
|
LOCAL_INCLUDES = \
|
|
-I$(topsrcdir)/dom/base \
|
|
-I$(topsrcdir)/dom/ipc \
|
|
-I$(topsrcdir)/content/base/src \
|
|
-I$(topsrcdir)/content/events/src \
|
|
$(NULL)
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|