| Index: content/shell/BUILD.gn
|
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
|
| index ee8354b3ea3ac0280f84f5525572261986669505..a8b5f2bf1c47c999f5f2b8fffa18d3167aacc417 100644
|
| --- a/content/shell/BUILD.gn
|
| +++ b/content/shell/BUILD.gn
|
| @@ -449,9 +449,11 @@ repack("pak") {
|
| sources +=
|
| [ "$root_gen_dir/ui/views/resources/views_resources_100_percent.pak" ]
|
| }
|
| -
|
| - sources += [ "$root_gen_dir/content/browser/devtools/devtools_resources.pak" ]
|
| - deps += [ "//content/browser/devtools:resources" ]
|
| + if (!is_android) {
|
| + sources +=
|
| + [ "$root_gen_dir/content/browser/devtools/devtools_resources.pak" ]
|
| + deps += [ "//content/browser/devtools:resources" ]
|
| + }
|
| output = "$root_out_dir/content_shell.pak"
|
| }
|
|
|
|
|