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

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

Issue 2170203002: [Android] Include XML resources in when building chrome apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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 | no next file » | 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/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//chrome/version.gni") 10 import("//chrome/version.gni")
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 deps = [ 76 deps = [
77 ":chrome_locale_paks", 77 ":chrome_locale_paks",
78 ":chrome_strings_grd", 78 ":chrome_strings_grd",
79 "//chrome/app:java_strings_grd", 79 "//chrome/app:java_strings_grd",
80 "//components/policy:app_restrictions_resources", 80 "//components/policy:app_restrictions_resources",
81 "//components/strings:components_locale_settings_grd", 81 "//components/strings:components_locale_settings_grd",
82 "//components/strings:components_strings_grd", 82 "//components/strings:components_strings_grd",
83 "//content/public/android:content_java_resources", 83 "//content/public/android:content_java_resources",
84 "//third_party/android_data_chart:android_data_chart_java_resources", 84 "//third_party/android_data_chart:android_data_chart_java_resources",
85 "//third_party/android_media:android_media_resources", 85 "//third_party/android_media:android_media_resources",
86 "//third_party/android_tools:android_support_design_java",
87 "//third_party/android_tools:android_support_v7_appcompat_java",
88 "//third_party/android_tools:android_support_v7_recyclerview_java",
86 ] 89 ]
87 custom_package = "org.chromium.chrome" 90 custom_package = "org.chromium.chrome"
88 } 91 }
89 92
90 # GYP: //chrome/chrome.gyp:chrome_strings_grd 93 # GYP: //chrome/chrome.gyp:chrome_strings_grd
91 java_strings_grd("chrome_strings_grd") { 94 java_strings_grd("chrome_strings_grd") {
92 grd_file = "java/strings/android_chrome_strings.grd" 95 grd_file = "java/strings/android_chrome_strings.grd"
93 outputs = [ 96 outputs = [
94 "values-am/android_chrome_strings.xml", 97 "values-am/android_chrome_strings.xml",
95 "values-ar/android_chrome_strings.xml", 98 "values-ar/android_chrome_strings.xml",
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 apk_name = "ChromeSyncShellTest" 604 apk_name = "ChromeSyncShellTest"
602 apk_under_test = ":chrome_sync_shell_apk" 605 apk_under_test = ":chrome_sync_shell_apk"
603 android_manifest = chrome_sync_shell_test_apk_manifest 606 android_manifest = chrome_sync_shell_test_apk_manifest
604 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest" 607 android_manifest_dep = ":chrome_sync_shell_test_apk_manifest"
605 deps = [ 608 deps = [
606 ":chrome_sync_shell_test_apk_java", 609 ":chrome_sync_shell_test_apk_java",
607 ] 610 ]
608 proguard_enabled = !is_java_debug 611 proguard_enabled = !is_java_debug
609 } 612 }
610 } 613 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698