Index: chrome/installer/mac/app/BUILD.gn |
diff --git a/chrome/installer/mac/app/BUILD.gn b/chrome/installer/mac/app/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3cac445f112fa266c48745900adc6cd93f518387 |
--- /dev/null |
+++ b/chrome/installer/mac/app/BUILD.gn |
@@ -0,0 +1,10 @@ |
+executable("downloader") { |
Mark Mentovai
2016/06/28 15:42:50
Put the copyright/license boilerplate up here.
|
+ sources = [ |
+ "downloader.m", |
+ "main.m", |
+ "parser.m", |
+ "request.m", |
+ "systemInfo.m" |
+ ] |
+ libs = [ "Foundation.framework" ] |
+} |