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