author | Seth Fowler <mark.seth.fowler@gmail.com> |
Fri, 18 Sep 2015 10:54:24 -0700 | |
changeset 263312 | ca467297fa07c6ae3ac42eab2b5f38f2a33152cc |
parent 260092 | c646a88160d7b65f755f4dcfa5dec8626a77bcd5 |
child 263968 | 20a95408d007f9e040ca02c87d851fbe625b91e0 |
permissions | -rw-r--r-- |
# 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/. if CONFIG['MOZ_NFC']: EXPORTS.mozilla.ipc += [ 'NfcConnector.h', ] SOURCES += [ 'NfcConnector.cpp', ] include('/ipc/chromium/chromium-config.mozbuild') FINAL_LIBRARY = 'xul'