Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.
[chromium-blink-merge.git] / extensions / extensions_resources.gyp
blobdcbf26fb8b626b94960d1dfb85e6fb2c30774301
1 # Copyright 2014 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   'variables': {
7     'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/extensions',
8   },
9   'targets': [
10     {
11       'target_name': 'extensions_resources',
12       'type': 'none',
13       'actions': [
14         # Data resources.
15         {
16           'action_name': 'extensions_resources',
17           'variables': {
18             'grit_grd_file': 'extensions_resources.grd',
19           },
20           'includes': [ '../build/grit_action.gypi' ],
21         },
22       ],
23       'direct_dependent_settings': {
24         'include_dirs': [
25           '<(SHARED_INTERMEDIATE_DIR)/extensions',
26         ],
27       },
28       'hard_dependency': 1,
29     }
30   ]