author | Birunthan Mohanathas <birunthan@mohanathas.com> |
Wed, 06 May 2015 10:57:19 -0700 | |
changeset 274041 | ef516c84ef5496c3a8576e85c3e6ecb7b0776104 |
parent 274040 | 455fb7de9f841216d6ed11d5a2da3b088ddf2e72 |
child 274042 | db70fd907041471df8102f6bd4a3250078cda8c7 |
push id | 863 |
push user | raliiev@mozilla.com |
push date | Mon, 03 Aug 2015 13:22:43 +0000 |
treeherder | mozilla-release@f6321b14228d [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | seth |
bugs | 1038536 |
milestone | 40.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
rename from image/public/imgIScriptedNotificationObserver.idl rename to image/imgIScriptedNotificationObserver.idl
--- a/image/moz.build +++ b/image/moz.build @@ -1,19 +1,38 @@ # -*- 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/. -DIRS += ['public', 'src', 'decoders', 'encoders'] -DIRS += ['build'] +DIRS += ['build', 'src', 'decoders', 'encoders'] with Files('**'): BUG_COMPONENT = ('Core', 'ImageLib') BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini'] MOCHITEST_MANIFESTS += ['test/mochitest/mochitest.ini'] MOCHITEST_CHROME_MANIFESTS += ['test/mochitest/chrome.ini'] XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] + +XPIDL_SOURCES += [ + 'imgICache.idl', + 'imgIContainer.idl', + 'imgIContainerDebug.idl', + 'imgIEncoder.idl', + 'imgILoader.idl', + 'imgINotificationObserver.idl', + 'imgIOnloadBlocker.idl', + 'imgIRequest.idl', + 'imgIScriptedNotificationObserver.idl', + 'imgITools.idl', + 'nsIIconURI.idl', +] + +XPIDL_MODULE = 'imglib2' + +EXPORTS += [ + 'ImageLogging.h', +]
deleted file mode 100644 --- a/image/public/moz.build +++ /dev/null @@ -1,26 +0,0 @@ -# -*- 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/. - -XPIDL_SOURCES += [ - 'imgICache.idl', - 'imgIContainer.idl', - 'imgIContainerDebug.idl', - 'imgIEncoder.idl', - 'imgILoader.idl', - 'imgINotificationObserver.idl', - 'imgIOnloadBlocker.idl', - 'imgIRequest.idl', - 'imgIScriptedNotificationObserver.idl', - 'imgITools.idl', - 'nsIIconURI.idl', -] - -XPIDL_MODULE = 'imglib2' - -EXPORTS += [ - 'ImageLogging.h', -] -