OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 21 matching lines...) Expand all Loading... |
32 'includes': [ '../build/grit_action.gypi' ], | 32 'includes': [ '../build/grit_action.gypi' ], |
33 }, | 33 }, |
34 { | 34 { |
35 'action_name': 'options_resources', | 35 'action_name': 'options_resources', |
36 'variables': { | 36 'variables': { |
37 'grit_grd_file': 'browser/resources/options_resources.grd', | 37 'grit_grd_file': 'browser/resources/options_resources.grd', |
38 }, | 38 }, |
39 'includes': [ '../build/grit_action.gypi' ], | 39 'includes': [ '../build/grit_action.gypi' ], |
40 }, | 40 }, |
41 { | 41 { |
| 42 'action_name': 'options2_resources', |
| 43 'variables': { |
| 44 'grit_grd_file': 'browser/resources/options2_resources.grd', |
| 45 }, |
| 46 'includes': [ '../build/grit_action.gypi' ], |
| 47 }, |
| 48 { |
42 'action_name': 'quota_internals_resources', | 49 'action_name': 'quota_internals_resources', |
43 'variables': { | 50 'variables': { |
44 'grit_grd_file': 'browser/resources/quota_internals_resources.grd', | 51 'grit_grd_file': 'browser/resources/quota_internals_resources.grd', |
45 }, | 52 }, |
46 'includes': [ '../build/grit_action.gypi' ], | 53 'includes': [ '../build/grit_action.gypi' ], |
47 }, | 54 }, |
48 { | 55 { |
49 'action_name': 'shared_resources', | 56 'action_name': 'shared_resources', |
50 'variables': { | 57 'variables': { |
51 'grit_grd_file': 'browser/resources/shared_resources.grd', | 58 'grit_grd_file': 'browser/resources/shared_resources.grd', |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 'files': ['<@(default_apps_list)'] | 366 'files': ['<@(default_apps_list)'] |
360 }, | 367 }, |
361 ], | 368 ], |
362 }], | 369 }], |
363 ], # conditions | 370 ], # conditions |
364 }], # end OS != "mac" | 371 }], # end OS != "mac" |
365 ], # conditions | 372 ], # conditions |
366 }, | 373 }, |
367 ], # targets | 374 ], # targets |
368 } | 375 } |
OLD | NEW |