Bug 1004609, part 6 - Add empty CodeAddressService.h file. r=froydnj

This commit is contained in:
Andrew McCreight 2014-07-31 16:39:25 -07:00
parent d2ca49b62b
commit d9c13fcc19
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* 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/. */
#ifndef CodeAddressService_h__
#define CodeAddressService_h__
namespace mozilla {
} // namespace mozilla
#endif // CodeAddressService_h__

View File

@ -39,6 +39,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
XPIDL_MODULE = 'xpcom_base'
EXPORTS += [
'CodeAddressService.h',
'ErrorList.h',
'nsAgg.h',
'nsAutoPtr.h',