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

Unified Diff: content/shell/android/BUILD.gn

Issue 755143005: gn format // regressions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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 side-by-side diff with in-line comments
Download patch
Index: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index bc035a478a32fdacf2073e89d6d5269f53883427..9acd3e78c8b42c33ef3aee07152911be7dfad518 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -57,7 +57,8 @@ android_library("content_shell_java") {
DEPRECATED_java_in_dir = "java/src"
}
-content_shell_manifest = "$target_gen_dir/content_shell_manifest/AndroidManifest.xml"
+content_shell_manifest =
+ "$target_gen_dir/content_shell_manifest/AndroidManifest.xml"
jinja_template("content_shell_manifest") {
testonly = true
@@ -169,8 +170,8 @@ android_apk("content_shell_test_apk") {
}
if (cpu_arch != "x64" && cpu_arch != "arm64") {
-
- chromium_linker_test_manifest = "$target_gen_dir/linker_test_apk/AndroidManifest.xml"
+ chromium_linker_test_manifest =
+ "$target_gen_dir/linker_test_apk/AndroidManifest.xml"
jinja_template("chromium_linker_test_manifest") {
testonly = true
« chrome/android/BUILD.gn ('K') | « chrome/android/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698