Turn on GPU rasterization when --enable-bleeding-edge-rendering-fast-paths is true.
[chromium-blink-merge.git] / webkit / webkit_resources.gyp
blob8ce53a72b8b57eb5611ccd5a01e1b338bb803920
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       'target_name': 'webkit_resources',
9       'type': 'none',
10       'variables': {
11         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit',
12       },
13       'actions': [
14         {
15           'action_name': 'webkit_resources',
16           'variables': {
17             'grit_grd_file': 'glue/resources/webkit_resources.grd',
18           },
19           'includes': [ '../build/grit_action.gypi' ],
20         },
21         {
22           'action_name': 'blink_chromium_resources',
23           'variables': {
24             'grit_grd_file': '../third_party/WebKit/public/blink_resources.grd',
25           },
26           'includes': [ '../build/grit_action.gypi' ],
27         },
28       ],
29       'includes': [ '../build/grit_target.gypi' ],
30       'direct_dependent_settings': {
31         'include_dirs': [ '<(grit_out_dir)' ],
32       },
33     },
34     {
35       'target_name': 'webkit_strings',
36       'type': 'none',
37       'variables': {
38         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/webkit',
39       },
40       'actions': [
41         {
42           'action_name': 'webkit_strings',
43           'variables': {
44             'grit_grd_file': 'glue/webkit_strings.grd',
45           },
46           'includes': [ '../build/grit_action.gypi' ],
47         },
48       ],
49       'includes': [ '../build/grit_target.gypi' ],
50     },
51   ]