Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: chrome/app_installer/BUILD.gn

Issue 1062743006: Add installer_util_unittests to the GN windows build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wintests3
Patch Set: Fixes Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « BUILD.gn ('k') | chrome/browser/chrome_browser_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698