Index: chrome/app_installer/BUILD.gn |
diff --git a/chrome/app_installer/BUILD.gn b/chrome/app_installer/BUILD.gn |
index f371e40160dd74d1b057a19863ec9ccbaeef23bf..fed53cd90e9c4f4fa251e7a64b777d12db5e8b00 100644 |
--- a/chrome/app_installer/BUILD.gn |
+++ b/chrome/app_installer/BUILD.gn |
@@ -8,7 +8,7 @@ assert(is_win) |
executable("app_installer") { |
sources = [ |
- "/win/app_installer_main.cc" |
+ "win/app_installer_main.cc", |
] |
configs -= [ "//build/config/win:console" ] |