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

Unified Diff: chrome/tools/mac_helpers/BUILD.gn

Issue 1914233005: [Mac/GN] Add BUILD.gn file for //chrome/tools/mac_helpers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-nibs
Patch Set: Fix gyp Created 4 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 | « chrome/tools/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/mac_helpers/BUILD.gn
diff --git a/chrome/tools/mac_helpers/BUILD.gn b/chrome/tools/mac_helpers/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..801ccda996df88df4fe640d2843a64f884dce64b
--- /dev/null
+++ b/chrome/tools/mac_helpers/BUILD.gn
@@ -0,0 +1,19 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+executable("infoplist_strings_tool") {
+ configs += [ "//build/config/compiler:wexit_time_destructors" ]
+
+ sources = [
+ "infoplist_strings_util.mm",
+ ]
+
+ deps = [
+ "//base",
+ "//chrome:strings",
+ "//ui/base:ui_data_pack",
+ ]
+
+ libs = [ "Foundation.framework" ]
+}
« no previous file with comments | « chrome/tools/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698