[Files.app] Fix the test failure due to r232408
[chromium-blink-merge.git] / ui / ui_resources.gypi
blob8336ef39828410366e94978ccbfd9287b91c6f5b
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
3 # found in the LICENSE file.
6   'targets': [
7     {
8       'target_name': 'ui_resources',
9       'type': 'none',
10       'variables': {
11         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources',
12       },
13       'actions': [
14         {
15           'action_name': 'ui_resources',
16           'variables': {
17             'grit_grd_file': 'resources/ui_resources.grd',
18           },
19           'includes': [ '../build/grit_action.gypi' ],
20         },
21         {
22           'action_name': 'webui_resources',
23           'variables': {
24             'grit_grd_file': 'webui/resources/webui_resources.grd',
25           },
26           'includes': [ '../build/grit_action.gypi' ],
27         },
28         {
29           'action_name': 'ui_unscaled_resources',
30           'variables': {
31             'grit_grd_file': 'resources/ui_unscaled_resources.grd',
32           },
33           'includes': [ '../build/grit_action.gypi' ],
34         },
35       ],
36       'includes': [ '../build/grit_target.gypi' ],
37     },
38   ],