Index: components/crash/content/app/BUILD.gn |
diff --git a/components/crash/content/app/BUILD.gn b/components/crash/content/app/BUILD.gn |
index 87875e50ebc0f0ca529b45592cdc443372af7196..9638bea9f6b606d7b48cec2ceb05065ad2e5dd27 100644 |
--- a/components/crash/content/app/BUILD.gn |
+++ b/components/crash/content/app/BUILD.gn |
@@ -45,13 +45,13 @@ source_set("app") { |
public_deps = [ |
":app_non_mac_win", |
+ ":lib", |
"//third_party/kasko", |
] |
deps = [ |
"//base", |
] |
- deps += [ ":lib" ] |
if (is_win) { |
deps += [ |
# TODO(fdoray): Remove this once the PreRead field trial has expired. |