Bug 851471 - Part 6 - All the files in the "downloads" folder are now related to the Safe Browsing component. r=mak draft
authorPaolo Amadini <paolo.mozmail@amadzone.org>
Fri, 05 May 2017 13:51:42 +0100
changeset 573293 b8cd7c06a1558ec8d68fc5d766f485c42f1bd5d9
parent 573292 4083c09399f8c021a9d4c88bc7da7ab3eecf15a8
child 573315 cbc212086a4b1f56f98fb3210a1e9593aa6cbaaf
push id57325
push userpaolo.mozmail@amadzone.org
push dateFri, 05 May 2017 12:56:34 +0000
reviewersmak
bugs851471
milestone55.0a1
Bug 851471 - Part 6 - All the files in the "downloads" folder are now related to the Safe Browsing component. r=mak MozReview-Commit-ID: Eqqihd7Qs9N
toolkit/components/downloads/moz.build
--- a/toolkit/components/downloads/moz.build
+++ b/toolkit/components/downloads/moz.build
@@ -1,27 +1,15 @@
 # -*- Mode: python; 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/.
 
 with Files('*'):
-    BUG_COMPONENT = ('Toolkit', 'Download Manager')
-
-with Files('ApplicationReputation.*'):
-    BUG_COMPONENT = ('Toolkit', 'Safe Browsing')
-
-with Files('chromium/*'):
-    BUG_COMPONENT = ('Toolkit', 'Safe Browsing')
-
-with Files('generate_csd.sh'):
-    BUG_COMPONENT = ('Toolkit', 'Safe Browsing')
-
-with Files('nsIApplicationReputation.idl'):
     BUG_COMPONENT = ('Toolkit', 'Safe Browsing')
 
 TEST_DIRS += ['test']
 
 XPIDL_SOURCES += [
     'nsIApplicationReputation.idl',
 ]