Index: chrome/installer/mac/app/BUILD.gn |
diff --git a/ios/chrome/tools/strings/BUILD.gn b/chrome/installer/mac/app/BUILD.gn |
similarity index 50% |
copy from ios/chrome/tools/strings/BUILD.gn |
copy to chrome/installer/mac/app/BUILD.gn |
index be879ccc0c7d062bee54fe641aac639049e55496..aa2123f2c6ce5a2b5d1ae8e5cdcae118c36435af 100644 |
--- a/ios/chrome/tools/strings/BUILD.gn |
+++ b/chrome/installer/mac/app/BUILD.gn |
@@ -2,13 +2,16 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-executable("generate_localizable_strings") { |
+executable("downloader") { |
sources = [ |
- "generate_localizable_strings.mm", |
- ] |
- deps = [ |
- "//base", |
- "//ui/base:ui_data_pack", |
+ "DownloadDelegate.m", |
+ "Downloader.m", |
+ "NetworkCommunication.m", |
+ "OmahaCommunication.m", |
+ "OmahaXMLParser.m", |
+ "OmahaXMLRequest.m", |
+ "SystemInfo.m", |
+ "main.m", |
] |
libs = [ "Foundation.framework" ] |
} |