Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7952 from kanru/master
Browse files Browse the repository at this point in the history
Bug 837839 - Add dogfood only prefs.js support and enable test only SUPL server. r=fabrice
  • Loading branch information
fabricedesre committed Feb 7, 2013
2 parents fd4d202 + b93a6d8 commit 0f16ddb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -349,6 +349,10 @@ EXTENDED_PREF_FILES = \
payment-prefs.js \
ua-override-prefs.js \

ifeq ($(DOGFOOD),1)
EXTENDED_PREF_FILES += dogfood-prefs.js
endif

# Generate profile/prefs.js
preferences: install-xulrunner-sdk
@test -d profile || mkdir -p profile
Expand Down
2 changes: 2 additions & 0 deletions build/dogfood-prefs.js
@@ -0,0 +1,2 @@
pref("geo.gps.supl_server", "test.supl.svc.ovi.com");
pref("geo.gps.supl_port", 7276);

0 comments on commit 0f16ddb

Please sign in to comment.