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',
17 'ios_theme_resources_gen',
21 'target_name': 'ios_strings_gen',
26 'action_name': 'generate_ios_strings',
29 'grit_grd_file': 'app/strings/ios_strings.grd',
31 'includes': [ '../../build/grit_action.gypi' ],
34 'action_name': 'generate_ios_chromium_strings',
37 'grit_grd_file': 'app/strings/ios_chromium_strings.grd',
39 'includes': [ '../../build/grit_action.gypi' ],
42 'action_name': 'generate_ios_google_chrome_strings',
45 'grit_grd_file': 'app/strings/ios_google_chrome_strings.grd',
47 'includes': [ '../../build/grit_action.gypi' ],
50 'includes': [ '../../build/grit_target.gypi' ],
51 # Override the exported include-dirs; ios/chrome/grit/ios_*strings.h
52 # should only be referenceable as ios/chrome/grit to allow DEPS-time
54 'direct_dependent_settings': {
64 'target_name': 'ios_theme_resources_gen',
69 'action_name': 'ios_theme_resources',
72 'grit_grd_file': 'app/theme/ios_theme_resources.grd',
74 'includes': [ '../../build/grit_action.gypi' ],
77 'includes': [ '../../build/grit_target.gypi' ],
78 # Override the exported include-dirs; ios_theme_resources.h should only be
79 # referencable as ios/chrome/grit/ to allow DEPS-time checking of usage.
80 'direct_dependent_settings': {
90 'target_name': 'ios_packed_resources',
93 '../../components/components_strings.gyp:components_strings',
94 '../../net/net.gyp:net_resources',
95 '../../ui/resources/ui_resources.gyp:ui_resources',
96 '../../ui/strings/ui_strings.gyp:ui_strings',
97 'ios_chrome_resources',
101 'action_name': 'repack_ios_locales',
103 'repack_locales_path': 'tools/build/ios_repack_locales.py',
106 'tools/build/ios_repack_locales.py',
107 '<!@pymod_do_main(ios_repack_locales -i '
108 '-s <(SHARED_INTERMEDIATE_DIR) '
109 '-x <(SHARED_INTERMEDIATE_DIR)/repack_ios '
110 '-b <(branding_path_component) '
114 '<!@pymod_do_main(ios_repack_locales -o '
115 '-s <(SHARED_INTERMEDIATE_DIR) '
116 '-x <(SHARED_INTERMEDIATE_DIR)/repack_ios '
121 'tools/build/ios_repack_locales.py',
122 '-x', '<(SHARED_INTERMEDIATE_DIR)/repack_ios',
123 '-s', '<(SHARED_INTERMEDIATE_DIR)',
124 '-b', '<(branding_path_component)',
129 'action_name': 'repack_ios_resources_100_percent',
132 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources_100_percent.pak',
133 '<(SHARED_INTERMEDIATE_DIR)/ios/chrome/ios_theme_resources_100_percent.pak',
134 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.pak',
136 'pak_output': '<(SHARED_INTERMEDIATE_DIR)/repack_ios/chrome_100_percent.pak',
138 'includes': [ '../../build/repack_action.gypi' ],
141 'action_name': 'repack_ios_resources_200_percent',
144 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources_200_percent.pak',
145 '<(SHARED_INTERMEDIATE_DIR)/ios/chrome/ios_theme_resources_200_percent.pak',
146 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_200_percent.pak',
148 'pak_output': '<(SHARED_INTERMEDIATE_DIR)/repack_ios/chrome_200_percent.pak',
150 'includes': [ '../../build/repack_action.gypi' ],
153 'action_name': 'repack_ios_resources_300_percent',
156 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources_300_percent.pak',
157 '<(SHARED_INTERMEDIATE_DIR)/ios/chrome/ios_theme_resources_300_percent.pak',
158 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_300_percent.pak',
160 'pak_output': '<(SHARED_INTERMEDIATE_DIR)/repack_ios/chrome_300_percent.pak',
162 'includes': [ '../../build/repack_action.gypi' ],
165 'action_name': 'repack_ios_resources',
168 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pak',
169 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
170 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak',
172 'pak_output': '<(SHARED_INTERMEDIATE_DIR)/repack_ios/resources.pak',
174 'includes': [ '../../build/repack_action.gypi' ],