chrome: bluetooth: hook up the AdapterAdded signal
[chromium-blink-merge.git] / chrome / chrome_repack_theme_resources_large.gypi
blobe6d43a53e426a71389475121d8d299b77d50e1c1
1 # Copyright (c) 2011 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.
5   'action_name': 'repack_theme_resources_large',
6   'variables': {
7     'pak_inputs': [
8       '<(grit_out_dir)/theme_resources_large.pak',
9     ],
10   },
11   'inputs': [
12     '<(repack_path)',
13     '<@(pak_inputs)',
14   ],
15   'outputs': [
16     '<(INTERMEDIATE_DIR)/repack/theme_resources_large.pak',
17   ],
18   'action': ['python', '<(repack_path)', '<@(_outputs)',
19              '<@(pak_inputs)'],
20   'process_outputs_as_mac_bundle_resources': 1,