Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/base/moz.build

Issue 30018598: Issue 7281 - Remove Google+ links (Closed)
Patch Set: Adjustments in regards to Anton's comments Created Feb. 27, 2019, 5 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- 1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python: 2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public 3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 6
7 with Files('**'): 7 with Files('**'):
8 BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support') 8 BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
9 9
10 with Files('*.java.*'): 10 with Files('*.java.*'):
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 'toolbar/ToolbarDisplayLayout.java', 1016 'toolbar/ToolbarDisplayLayout.java',
1017 'toolbar/ToolbarRoundButton.java', 1017 'toolbar/ToolbarRoundButton.java',
1018 ]] 1018 ]]
1019 1019
1020 # Adblock Browser source 1020 # Adblock Browser source
1021 gbjar.sources += [ 'java/org/adblockplus/browser/' + f for f in [ 1021 gbjar.sources += [ 'java/org/adblockplus/browser/' + f for f in [
1022 'AbpCheckBoxPreference.java', 1022 'AbpCheckBoxPreference.java',
1023 'AdblockPlusApiCallback.java', 1023 'AdblockPlusApiCallback.java',
1024 'BrowserAppUtils.java', 1024 'BrowserAppUtils.java',
1025 'ExtensionBridge.java', 1025 'ExtensionBridge.java',
1026 'FeedbackPreference.java',
1026 'InputValidatorDialogPreference.java', 1027 'InputValidatorDialogPreference.java',
1027 'MoreSubscriptionsPreferenceGroup.java', 1028 'MoreSubscriptionsPreferenceGroup.java',
1028 'StartPane.java', 1029 'StartPane.java',
1029 'SubscriptionContainer.java', 1030 'SubscriptionContainer.java',
1030 'SubscriptionPreferenceCategory.java', 1031 'SubscriptionPreferenceCategory.java',
1031 'UrlUtils.java', 1032 'UrlUtils.java',
1032 'WhitelistedWebsitesPreferenceGroup.java', 1033 'WhitelistedWebsitesPreferenceGroup.java',
1033 ]] 1034 ]]
1034 1035
1035 # Adblock Browser third party source 1036 # Adblock Browser third party source
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
1802 'util/UriUtil.java', 1803 'util/UriUtil.java',
1803 'util/Util.java', 1804 'util/Util.java',
1804 'util/XmlPullParserUtil.java', 1805 'util/XmlPullParserUtil.java',
1805 'video/AvcConfig.java', 1806 'video/AvcConfig.java',
1806 'video/ColorInfo.java', 1807 'video/ColorInfo.java',
1807 'video/HevcConfig.java', 1808 'video/HevcConfig.java',
1808 'video/MediaCodecVideoRenderer.java', 1809 'video/MediaCodecVideoRenderer.java',
1809 'video/VideoFrameReleaseTimeHelper.java', 1810 'video/VideoFrameReleaseTimeHelper.java',
1810 'video/VideoRendererEventListener.java', 1811 'video/VideoRendererEventListener.java',
1811 ]] 1812 ]]
OLDNEW
« no previous file with comments | « mobile/android/base/java/org/adblockplus/browser/FeedbackPreference.java ('k') | mobile/android/base/strings.xml.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld