Bug 940719 - Build content/xbl in unified mode - r=ehsan

This commit is contained in:
Benoit Jacob 2013-11-20 11:29:04 -05:00
parent 8b59628554
commit b481dfe258
2 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@ EXPORTS.mozilla.dom += [
'XBLChildrenElement.h',
]
SOURCES += [
UNIFIED_SOURCES += [
'nsBindingManager.cpp',
'nsXBLBinding.cpp',
'nsXBLContentSink.cpp',

View File

@ -3,6 +3,9 @@
* 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 nsXBLResourceLoader_h
#define nsXBLResourceLoader_h
#include "mozilla/Attributes.h"
#include "nsCOMPtr.h"
#include "nsICSSLoaderObserver.h"
@ -62,3 +65,4 @@ public:
nsCOMArray<nsIContent> mBoundElements;
};
#endif