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

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

Issue 2565853002: Add //build/util:chrome_version_json to chrome_public_apk dependency (Closed)
Patch Set: Created 4 years 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 | « no previous file | 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("//android_webview/webview_repack_locales_list.gni") 5 import("//android_webview/webview_repack_locales_list.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 import("//build/util/process_version.gni") 8 import("//build/util/process_version.gni")
9 import("//build_overrides/v8.gni") 9 import("//build_overrides/v8.gni")
10 import("//chrome/android/chrome_public_apk_tmpl.gni") 10 import("//chrome/android/chrome_public_apk_tmpl.gni")
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 } 664 }
665 665
666 # Contains rules common to chrome_public_apk and chrome_sync_shell_apk 666 # Contains rules common to chrome_public_apk and chrome_sync_shell_apk
667 template("chrome_public_apk_tmpl_shared") { 667 template("chrome_public_apk_tmpl_shared") {
668 chrome_public_apk_tmpl(target_name) { 668 chrome_public_apk_tmpl(target_name) {
669 forward_variables_from(invoker, "*") 669 forward_variables_from(invoker, "*")
670 if (!defined(deps)) { 670 if (!defined(deps)) {
671 deps = [] 671 deps = []
672 } 672 }
673 673
674 native_lib_version_rule = "//build/util:chrome_version_json"
675 deps += [ 674 deps += [
676 ":chrome_java", 675 ":chrome_java",
677 ":chrome_public_apk_resources", 676 ":chrome_public_apk_resources",
678 ":chrome_public_non_pak_assets", 677 ":chrome_public_non_pak_assets",
679 ":chrome_public_pak_assets", 678 ":chrome_public_pak_assets",
680 "//base:base_java", 679 "//base:base_java",
681 ] 680 ]
682 } 681 }
683 } 682 }
684 683
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 instrumentation_test_apk("chrome_sync_shell_test_apk") { 792 instrumentation_test_apk("chrome_sync_shell_test_apk") {
794 apk_name = "ChromeSyncShellTest" 793 apk_name = "ChromeSyncShellTest"
795 apk_under_test = ":chrome_sync_shell_apk" 794 apk_under_test = ":chrome_sync_shell_apk"
796 android_manifest = chrome_sync_shell_test_apk_manifest 795 android_manifest = chrome_sync_shell_test_apk_manifest
797 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 796 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
798 deps = [ 797 deps = [
799 ":chrome_sync_shell_test_apk_java", 798 ":chrome_sync_shell_test_apk_java",
800 ] 799 ]
801 proguard_enabled = !is_java_debug 800 proguard_enabled = !is_java_debug
802 } 801 }
OLDNEW
« no previous file with comments | « no previous file | chrome/android/chrome_public_apk_tmpl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698