1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 'grit_base_dir': '<(SHARED_INTERMEDIATE_DIR)',
9 'grit_out_dir': '<(grit_base_dir)/ios/chrome',
13 'target_name': 'ios_chrome_resources',
16 'ios_strings_resources_gen',
17 'ios_theme_resources_gen',
21 'target_name': 'ios_strings_resources_gen',
26 'action_name': 'ios_strings_resources',
29 'grit_grd_file': 'app/strings/ios_strings_resources.grd',
31 'includes': [ '../../build/grit_action.gypi' ],
34 'includes': [ '../../build/grit_target.gypi' ],
35 # Override the exported include-dirs; ios_strings_resources.h should only
36 # be referenceable as ios/chrome/grit/ to allow DEPS-time checking of
38 'direct_dependent_settings': {
48 'target_name': 'ios_theme_resources_gen',
53 'action_name': 'ios_theme_resources',
55 # TODO(lliabraa): Remove this whitelist.
56 'grit_whitelist': '<(DEPTH)/ios/build/grit_whitelist.txt',
57 'grit_grd_file': 'app/theme/ios_theme_resources.grd',
59 'includes': [ '../../build/grit_action.gypi' ],
62 'includes': [ '../../build/grit_target.gypi' ],
63 # Override the exported include-dirs; ios_theme_resources.h should only be
64 # referencable as ios/chrome/grit/ to allow DEPS-time checking of usage.
65 'direct_dependent_settings': {