Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 3ebcf1329c2cc7b8354ebe439b6d4c1376b9f75b..a72734a2430a7ebfbccbc50f45b4ddf90105ef0e 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -63,6 +63,9 @@ if (!is_android) { |
if (is_win) { |
public_deps += [ ":reorder_imports" ] |
} |
+ data_deps = [ |
+ ":chrome_initial", |
+ ] |
Dirk Pranke
2016/02/16 19:57:44
I think this needs :reorder_imports as well on win
Nico
2016/02/16 20:08:20
Oh, and it should not have :chrome_initial on win,
|
} |
executable("chrome_initial") { |