GN: Make chrome/{browser,common,renderer} compile on mac
[chromium-blink-merge.git] / webkit / webkit_resources.gyp
blob2c5f62ad39129c5cbbd558ca5ad46a4470c2086a
1 # Copyright 2013 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       # GN version: //webkit:resources
9       'target_name': 'webkit_resources',
10       'type': 'none',
11       'variables': {
12         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit',
13       },
14       'actions': [
15         {
16           'action_name': 'webkit_resources',
17           'variables': {
18             'grit_grd_file': 'glue/resources/webkit_resources.grd',
19           },
20           'includes': [ '../build/grit_action.gypi' ],
21         },
22       ],
23       'includes': [ '../build/grit_target.gypi' ],
24     },
25     {
26       # GN version: //webkit:strings
27       'target_name': 'webkit_strings',
28       'type': 'none',
29       'variables': {
30         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit',
31       },
32       'actions': [
33         {
34           'action_name': 'webkit_strings',
35           'variables': {
36             'grit_grd_file': 'glue/webkit_strings.grd',
37           },
38           'includes': [ '../build/grit_action.gypi' ],
39         },
40       ],
41       'includes': [ '../build/grit_target.gypi' ],
42     },
43   ]