| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index a26eac994c5d5970ab14ec5c3cf25719c068ce3f..1f15d72e070a1a67d3658558713d7343c537483c 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -61,13 +61,14 @@ if (!is_android && !is_mac) {
|
| public_deps = [
|
| ":chrome_initial",
|
| ]
|
| + data_deps = [
|
| + ":chrome_initial",
|
| + ]
|
| if (is_win) {
|
| public_deps += [ ":reorder_imports" ]
|
| }
|
| if (use_aura && (is_win || is_linux)) {
|
| - data_deps = [
|
| - "//chrome/app:mojo_manifests",
|
| - ]
|
| + data_deps += [ "//chrome/app:mojo_manifests" ]
|
| }
|
| }
|
|
|
| @@ -427,6 +428,10 @@ if (is_win) {
|
| ":chrome_app",
|
| ]
|
|
|
| + data_deps = [
|
| + ":chrome_app",
|
| + ]
|
| +
|
| if (debug_devtools) {
|
| deps += [ ":devtools_debug_resources" ]
|
| }
|
|
|