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

Side by Side Diff: README.md

Issue 4540363985387520: Embed Adblock Plus (Closed)
Patch Set: WIP - Use the extensions directory Created Dec. 5, 2014, 7:16 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 | extensions/adblockplus/Makefile.in » ('j') | mobile/android/build.mk » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Adblock Browser 1 Adblock Browser
2 =============== 2 ===============
3 3
4 The Adblock Plus browser, based on Firefox for Android. 4 The Adblock Plus browser, based on Firefox for Android.
5 5
6 Building 6 Building
7 -------- 7 --------
8 8
9 Follow Mozilla's [Building Fennec](https://wiki.mozilla.org/Mobile/Fennec/Androi d) 9 Follow Mozilla's [Building Fennec](https://wiki.mozilla.org/Mobile/Fennec/Androi d)
10 guide, setting up your _.mozconfig_ as follows: 10 guide, setting up your _.mozconfig_ as follows:
11 11
12 ac_add_options --with-android-ndk="$ANDROID_NDK_ROOT" 12 ac_add_options --with-android-ndk="$ANDROID_NDK_ROOT"
13 ac_add_options --with-android-sdk="$ANDROID_HOME/platforms/android-19" 13 ac_add_options --with-android-sdk="$ANDROID_HOME/platforms/android-19"
14 14
15 # android options 15 # android options
16 ac_add_options --enable-application=mobile/android 16 ac_add_options --enable-application=mobile/android
17 ac_add_options --target=arm-linux-androideabi 17 ac_add_options --target=arm-linux-androideabi
18 18
19 # branding 19 # branding
20 ac_add_options --with-branding=mobile/android/branding/adblockbrowser 20 ac_add_options --with-branding=mobile/android/branding/adblockbrowser
21
22 # embed ABP
23 ac_add_options --enable-extensions=default,adblockplus
OLDNEW
« no previous file with comments | « no previous file | extensions/adblockplus/Makefile.in » ('j') | mobile/android/build.mk » ('J')

Powered by Google App Engine
This is Rietveld