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

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

Issue 2783413002: Move //chrome/tools/mac_helpers:infoplist_strings_util to //chrome/tools/build/mac. (Closed)
Patch Set: Created 3 years, 9 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/mac/infoplist_strings_util.mm ('k') | chrome/tools/mac_helpers/DEPS » ('j') | 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
deleted file mode 100644
index 2beb33b6c8a30841f408f778577126be8363d87b..0000000000000000000000000000000000000000
--- a/chrome/tools/mac_helpers/BUILD.gn
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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",
- "//base:i18n",
- "//chrome:strings",
- "//third_party/icu",
- "//ui/base:ui_data_pack",
- ]
-
- libs = [ "Foundation.framework" ]
-}
« no previous file with comments | « chrome/tools/build/mac/infoplist_strings_util.mm ('k') | chrome/tools/mac_helpers/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698