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

Unified Diff: mobile/android/base/moz.build

Issue 4920541991403520: Create a minimal settings UI (Closed)
Patch Set: Removed default case Created March 22, 2015, 9:23 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « adblockplus/Api.jsm ('k') | mobile/android/base/resources/xml-v11/preferences.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/base/moz.build
diff --git a/mobile/android/base/moz.build b/mobile/android/base/moz.build
index 82f32a5b774c2151234504c9f9d6a662b9d1c28b..692ccfc9bd78938f74461f7dfa15ac3f0031af89 100644
--- a/mobile/android/base/moz.build
+++ b/mobile/android/base/moz.build
@@ -464,6 +464,13 @@ gbjar.sources += [ thirdparty_source_dir + f for f in [
'com/googlecode/eyesfree/braille/selfbraille/SelfBrailleClient.java',
'com/googlecode/eyesfree/braille/selfbraille/WriteData.java',
] ]
+# Adblock Browser
+gbjar.sources += [ thirdparty_source_dir + f for f in [
+ 'org/adblockplus/browser/AbpCheckBoxPreference.java',
+ 'org/adblockplus/browser/AdblockPlusApiCallback.java',
+ 'org/adblockplus/browser/AddOnBridge.java',
+] ]
+
android_package_dir = CONFIG['ANDROID_PACKAGE_NAME'].replace('.', '/')
gbjar.generated_sources += [
'org/mozilla/gecko/SysInfo.java',
« no previous file with comments | « adblockplus/Api.jsm ('k') | mobile/android/base/resources/xml-v11/preferences.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld