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

Side by Side Diff: chrome/android/BUILD.gn

Issue 1435193002: Reland of GN: Enable proguard for apks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix diffbase Created 5 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 unified diff | Download patch
« no previous file with comments | « build/config/android/rules.gni ('k') | chrome/android/chrome_public_apk_tmpl.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 import("//build_overrides/v8.gni") 7 import("//build_overrides/v8.gni")
8 import("//chrome/android/chrome_public_apk_tmpl.gni") 8 import("//chrome/android/chrome_public_apk_tmpl.gni")
9 import("//chrome/version.gni") 9 import("//chrome/version.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 439
440 # GYP: //chrome/android/chrome_apk.gyp:chrome_public_test_apk_manifest 440 # GYP: //chrome/android/chrome_apk.gyp:chrome_public_test_apk_manifest
441 jinja_template("chrome_public_test_apk_manifest") { 441 jinja_template("chrome_public_test_apk_manifest") {
442 input = "javatests/AndroidManifest.xml" 442 input = "javatests/AndroidManifest.xml"
443 output = chrome_public_test_apk_manifest 443 output = chrome_public_test_apk_manifest
444 variables = jinja_variables 444 variables = jinja_variables
445 } 445 }
446 446
447 # GYP: //chrome/android/chrome_apk.gyp:chrome_public_test_apk 447 # GYP: //chrome/android/chrome_apk.gyp:chrome_public_test_apk
448 instrumentation_test_apk("chrome_public_test_apk") { 448 instrumentation_test_apk("chrome_public_test_apk") {
449 # TODO(GYP,cjhopman): Does this need version code/name?
450 apk_name = "ChromePublicTest" 449 apk_name = "ChromePublicTest"
451 apk_under_test = ":chrome_public_apk" 450 apk_under_test = ":chrome_public_apk"
452 android_manifest = chrome_public_test_apk_manifest 451 android_manifest = chrome_public_test_apk_manifest
453 deps = [ 452 deps = [
454 ":chrome_public_test_apk_manifest", 453 ":chrome_public_test_apk_manifest",
455 "//chrome/android:chrome_shared_test_java", 454 "//chrome/android:chrome_shared_test_java",
456 ] 455 ]
457 isolate_file = "../chrome_public_test_apk.isolate" 456 isolate_file = "../chrome_public_test_apk.isolate"
457 proguard_enabled = !is_debug
458 } 458 }
OLDNEW
« no previous file with comments | « build/config/android/rules.gni ('k') | chrome/android/chrome_public_apk_tmpl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698