michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: TEST_DIRS += ['test'] michael@0: michael@0: EXTRA_JS_MODULES += [ michael@0: 'BrowserNewTabPreloader.jsm', michael@0: 'BrowserUITelemetry.jsm', michael@0: 'ContentClick.jsm', michael@0: 'ContentLinkHandler.jsm', michael@0: 'ContentSearch.jsm', michael@0: 'CustomizationTabPreloader.jsm', michael@0: 'Feeds.jsm', michael@0: 'NetworkPrioritizer.jsm', michael@0: 'offlineAppCache.jsm', michael@0: 'RemotePrompt.jsm', michael@0: 'SharedFrame.jsm', michael@0: 'SitePermissions.jsm', michael@0: 'Social.jsm', michael@0: 'TabCrashReporter.jsm', michael@0: 'WebappManager.jsm', michael@0: 'webrtcUI.jsm', michael@0: ] michael@0: michael@0: if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': michael@0: EXTRA_JS_MODULES += [ michael@0: 'Windows8WindowFrameColor.jsm', michael@0: 'WindowsJumpLists.jsm', michael@0: 'WindowsPreviewPerTab.jsm', michael@0: ] michael@0: michael@0: if CONFIG['NIGHTLY_BUILD']: michael@0: EXTRA_JS_MODULES += [ michael@0: 'SignInToWebsite.jsm', michael@0: ] michael@0: michael@0: EXTRA_PP_JS_MODULES += [ michael@0: 'AboutHome.jsm', michael@0: 'RecentWindow.jsm', michael@0: 'UITour.jsm', michael@0: ] michael@0: michael@0: if CONFIG['MOZILLA_OFFICIAL']: michael@0: DEFINES['MOZILLA_OFFICIAL'] = 1