Revision e50c0b9af2d03bb29c1e28cd6462a28635305afa authored by Byron Campen [:bwc] on 16 June 2014, 21:13:04 UTC, committed by Byron Campen [:bwc] on 16 June 2014, 21:13:04 UTC
--HG--
extra : rebase_source : dba70197a132790b7ec0c1b1e6d61ad4a9d0cead
1 parent 71688ef
Raw File
moz.build
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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/.

EXPORTS.mozilla.ipc += [
    'Netd.h',
]

SOURCES += [
    'Netd.cpp',
]

include('/ipc/chromium/chromium-config.mozbuild')

FINAL_LIBRARY = 'xul'
back to top