Added enable_d8 to uses D8 instead of DX

D8 is the new default dexer in Android Studio. We're replacing DX with D8.
This improves the APK size by removing 30 KB.

Bug: 842681
Change-Id: Ic0d310f615d6aad44a55a2ab5f56ef40288df53f
Reviewed-on: https://chromium-review.googlesource.com/1079373
Commit-Queue: Tiger Oakes <[email protected]>
Reviewed-by: Eric Stevenson <[email protected]>
Reviewed-by: agrieve <[email protected]>
Cr-Commit-Position: refs/heads/master@{#565336}
diff --git a/DEPS b/DEPS
index 48ca075..121f7ff 100644
--- a/DEPS
+++ b/DEPS
@@ -914,7 +914,7 @@
       'packages': [
           {
               'package': 'chromium/third_party/r8',
-              'version': 'version:1.0.26',
+              'version': 'version:1.0.30',
           },
       ],
       'condition': 'checkout_android',