Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: build/config/android/rules.gni

Issue 2499923003: Disable access to secondary dex files. (Closed)
Patch Set: Findbugs Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/incremental_install/java/org/chromium/incrementalinstall/Reflect.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 6649a67f44367972c8a1d68623452a94e5246188..8e9362f4c8e1cf817bc5cc57b9a64bdb5d2d100d 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1749,6 +1749,9 @@ if (enable_java_templates) {
if (is_java_debug || dcheck_always_on) {
defines += [ "_DCHECK_IS_ON" ]
}
+ if (is_official_build) {
+ defines += [ "IS_OFFICIAL_BUILD" ]
+ }
defines += [
"COMPRESSED_LOCALE_LIST=" +
"@FileArg($_rebased_build_config:compressed_locales_java_list)",
« no previous file with comments | « build/android/incremental_install/java/org/chromium/incrementalinstall/Reflect.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698