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

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: Addressed all comments except main block comment from elly 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 # Copyright 2014 The Chromium Authors. All rights reserved.
Mark Mentovai 2016/07/11 17:56:16 2016. Make sure all of your new files say 2016.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 executable("downloader") {
6 sources = [
7 "DownloadDelegate.m",
8 "NetworkCommunication.m",
9 "OmahaCommunication.m",
10 "OmahaXMLRequest.m",
11 "SystemInfo.m",
12 "downloader.m",
Mark Mentovai 2016/07/11 17:56:16 Downloader.m and Parser.m, capital letters, and re
13 "main.m",
14 "parser.m",
15 ]
16 libs = [ "Foundation.framework" ]
17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698