https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fbb7310aab60b85a7658e222120aee20ab3e3a0c authored by ffxbld on 03 December 2013, 04:29:22 UTC
Added FENNEC_26_0_RELEASE FENNEC_26_0_BUILD1 tag(s) for changeset c4bdf6474d68. DONTBUILD CLOSED TREE a=release
Tip revision: fbb7310
dictionary_helper_gen.conf
# 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/.

# Dictionary interface name, interface file name
dictionaries = [
     [ 'DOMFileMetadataParameters', 'nsIDOMLockedFile.idl' ],
     [ 'CameraSize', 'nsIDOMCameraManager.idl' ],
     [ 'CameraRegion', 'nsIDOMCameraManager.idl' ],
     [ 'CameraPosition', 'nsIDOMCameraManager.idl' ],
     [ 'CameraSelector', 'nsIDOMCameraManager.idl' ],
     [ 'CameraRecordingOptions', 'nsIDOMCameraManager.idl' ],
     [ 'SmsThreadListItem', 'nsIMobileMessageCallback.idl' ],
     [ 'MmsAttachment', 'nsIDOMMozMmsMessage.idl' ]
   ]

# include file names
special_includes = [
    'XPCQuickStubs.h',
    'nsIDOMFile.h'
  ]

# name of the type to not include using #include "typename.h"
exclude_automatic_type_include = [
    'nsISupports',
    'mozIDOMApplication',
    'nsIDOMBlob'
  ]
back to top