OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], | 7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 'action_name': 'platform_locale_settings', | 186 'action_name': 'platform_locale_settings', |
187 'variables': { | 187 'variables': { |
188 'grit_grd_file': '<(platform_locale_settings_grd)', | 188 'grit_grd_file': '<(platform_locale_settings_grd)', |
189 }, | 189 }, |
190 'includes': [ '../build/grit_action.gypi' ], | 190 'includes': [ '../build/grit_action.gypi' ], |
191 }, | 191 }, |
192 ], | 192 ], |
193 'includes': [ '../build/grit_target.gypi' ], | 193 'includes': [ '../build/grit_target.gypi' ], |
194 }, | 194 }, |
195 { | 195 { |
196 'target_name': 'theme_resources', | 196 'target_name': 'theme_resources_gen', |
197 'type': 'none', | 197 'type': 'none', |
198 'actions': [ | 198 'actions': [ |
199 { | 199 { |
200 'action_name': 'theme_resources', | 200 'action_name': 'theme_resources', |
201 'variables': { | 201 'variables': { |
202 'grit_grd_file': 'app/theme/theme_resources.grd', | 202 'grit_grd_file': 'app/theme/theme_resources.grd', |
203 }, | 203 }, |
204 'includes': [ '../build/grit_action.gypi' ], | 204 'includes': [ '../build/grit_action.gypi' ], |
205 }, | 205 }, |
206 { | 206 { |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 'files': ['<@(default_apps_list)'] | 381 'files': ['<@(default_apps_list)'] |
382 }, | 382 }, |
383 ], | 383 ], |
384 }], | 384 }], |
385 ], # conditions | 385 ], # conditions |
386 }], # end OS != "mac" | 386 }], # end OS != "mac" |
387 ], # conditions | 387 ], # conditions |
388 }, | 388 }, |
389 ], # targets | 389 ], # targets |
390 } | 390 } |
OLD | NEW |