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
Родитель cfc2209999
Коммит f16a5fb6b5
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл

@ -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