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

Side by Side Diff: chrome/installer/mac/app/BUILD.gn

Issue 2094583004: Initial commit for Chrome metainstaller on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Additional progress addressing downloader and parser, moved BUILD dependencies away from root. Created 4 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 executable("downloader") {
Mark Mentovai 2016/06/28 15:42:50 Put the copyright/license boilerplate up here.
2 sources = [
3 "downloader.m",
4 "main.m",
5 "parser.m",
6 "request.m",
7 "systemInfo.m"
8 ]
9 libs = [ "Foundation.framework" ]
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698