blob: 6044491e9f7e4e73128d1064cf0c4add524ef46b [file] [log] [blame]
# 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("generate_localizable_strings") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [ "generate_localizable_strings.mm" ]
deps = [
"//base",
"//ui/base:ui_data_pack",
]
frameworks = [ "Foundation.framework" ]
}