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

Unified Diff: chrome/android/BUILD.gn

Issue 2785373004: Remove BuildInfo#isGreaterThanN() (Closed)
Patch Set: Updates for network security config Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/lint/suppressions.xml ('k') | chrome/android/java/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index fe9297d2b7bd40d4fcaf5e26baddead2cadb2cb4..9bcab86e78ebae7a77441d9ff3783f48407d97da 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -588,6 +588,7 @@ android_assets("chrome_public_locale_pak_assets") {
jinja_template_resources("chrome_public_apk_template_resources") {
resources = [
"java/res_template/xml/chromebackupscheme.xml",
+ "java/res_template/xml/launchershortcuts.xml",
"java/res_template/xml/searchable.xml",
"java/res_template/xml/syncadapter.xml",
]
@@ -598,6 +599,7 @@ jinja_template_resources("chrome_public_apk_template_resources") {
jinja_template_resources("chrome_sync_shell_apk_template_resources") {
resources = [
"java/res_template/xml/chromebackupscheme.xml",
+ "java/res_template/xml/launchershortcuts.xml",
"java/res_template/xml/searchable.xml",
"java/res_template/xml/syncadapter.xml",
]
« no previous file with comments | « build/android/lint/suppressions.xml ('k') | chrome/android/java/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698