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.
8 'target_name': 'extensions_resources',
11 '../device/serial/serial.gyp:device_serial_mojo',
14 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/extensions',
18 'action_name': 'generate_extensions_resources',
20 'grit_grd_file': 'extensions_resources.grd',
22 'includes': [ '../build/grit_action.gypi' ],
25 'action_name': 'generate_extensions_renderer_resources',
27 'grit_grd_file': 'renderer/resources/extensions_renderer_resources.grd',
28 'grit_additional_defines': [
29 '-E', 'mojom_root=<(SHARED_INTERMEDIATE_DIR)',
32 'includes': [ '../build/grit_action.gypi' ],
35 'includes': [ '../build/grit_target.gypi' ],