| # Copyright 2016 The Chromium Authors | 
 | # Use of this source code is governed by a BSD-style license that can be | 
 | # found in the LICENSE file. | 
 |  | 
 | executable("generate_localizable_strings") { | 
 |   sources = [ "generate_localizable_strings.mm" ] | 
 |   deps = [ | 
 |     ":grit_header_parsing", | 
 |     "//base", | 
 |     "//ui/base:ui_data_pack", | 
 |   ] | 
 |   frameworks = [ "Foundation.framework" ] | 
 | } | 
 |  | 
 | executable("substitute_strings_identifier") { | 
 |   sources = [ "substitute_strings_identifier.mm" ] | 
 |   deps = [ | 
 |     ":grit_header_parsing", | 
 |     "//base", | 
 |   ] | 
 |   frameworks = [ "Foundation.framework" ] | 
 | } | 
 |  | 
 | source_set("grit_header_parsing") { | 
 |   sources = [ | 
 |     "grit_header_parsing.cc", | 
 |     "grit_header_parsing.h", | 
 |   ] | 
 |   public_deps = [ "//base" ] | 
 | } |