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

Unified Diff: ios/chrome/tools/strings/generate_localizable_strings.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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 | « ios/chrome/ios_today_extension_resources_bundle.gypi ('k') | ios/consumer/ios_consumer_base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/tools/strings/generate_localizable_strings.gyp
diff --git a/ios/chrome/tools/strings/generate_localizable_strings.gyp b/ios/chrome/tools/strings/generate_localizable_strings.gyp
deleted file mode 100644
index bfe51f0f3a3dacacf818562a4dc3c3285d055029..0000000000000000000000000000000000000000
--- a/ios/chrome/tools/strings/generate_localizable_strings.gyp
+++ /dev/null
@@ -1,26 +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.
-
-# Builds an OS X command line tool to generate Localizable.strings and
-# InfoPlist.strings from compiled locales.pak.
-
-{
- 'targets': [
- {
- 'target_name': 'generate_localizable_strings',
- 'type': 'executable',
- 'toolsets': ['host'],
- 'dependencies': [
- '../../../../base/base.gyp:base',
- '../../../../ui/base/ui_base.gyp:ui_data_pack',
- ],
- 'sources': [
- 'generate_localizable_strings.mm',
- ],
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
- ],
- },
- ],
-}
« no previous file with comments | « ios/chrome/ios_today_extension_resources_bundle.gypi ('k') | ios/consumer/ios_consumer_base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698