Chromium Code Reviews| Index: content/shell/BUILD.gn |
| diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
| index 2f2d60727db47dfefc93a4bf9f0f7faf6dae9561..02f6d47aabdedd65e36945d59ff915197ecb07cc 100644 |
| --- a/content/shell/BUILD.gn |
| +++ b/content/shell/BUILD.gn |
| @@ -500,6 +500,9 @@ if (is_android) { |
| "@executable_path/../", |
| ] |
| info_plist_target = ":content_shell_plist" |
| + data_deps = [ |
| + ":content_shell_lib", |
| + ] |
| } |
| } else { |
| executable("content_shell") { |