| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index c08728eb8c3a1a03eb0bd77a901cd15bca140024..d9eac8200395368931fb545f5fca85702e5d12c2 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -359,7 +359,8 @@ android_apk("chrome_shell_apk") {
|
| #},
|
| }
|
|
|
| -chrome_sync_shell_manifest = "$target_gen_dir/chrome_sync_shell_manifest/AndroidManifest.xml"
|
| +chrome_sync_shell_manifest =
|
| + "$target_gen_dir/chrome_sync_shell_manifest/AndroidManifest.xml"
|
|
|
| # GYP: //chrome/chrome_shell.gypi:chrome_sync_shell_manifest
|
| jinja_template("chrome_sync_shell_manifest") {
|
|
|