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

Side by Side Diff: mobile/android/branding/adblockbrowser/configure.sh

Issue 29488589: Issue 5411 - Undefined var MOZ_ANDROID_GCM_SENDERID (Closed)
Patch Set: Created July 13, 2017, 3:50 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This Source Code Form is subject to the terms of the Mozilla Public 1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this 2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 4
5 MOZ_APP_DISPLAYNAME="Adblock Browser" 5 MOZ_APP_DISPLAYNAME="Adblock Browser"
6 ANDROID_PACKAGE_NAME=org.adblockplus.browser 6 ANDROID_PACKAGE_NAME=org.adblockplus.browser
7 MOZ_UPDATER=1 7 MOZ_UPDATER=1
8 MOZ_ANDROID_ANR_REPORTER= 8 MOZ_ANDROID_ANR_REPORTER=
9 MOZ_SERVICES_HEALTHREPORT= 9 MOZ_SERVICES_HEALTHREPORT=
10 MOZ_DATA_REPORTING= 10 MOZ_DATA_REPORTING=
11 MOZ_ANDROID_GCM_SENDERID=0
diegocarloslima 2017/07/13 15:54:08 I could also have fixed this by removing the `pref
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld