Drop ChromeVox candidate build for m33.
[chromium-blink-merge.git] / chrome / chrome_repack_chrome.gypi
blobf9f2f2dd393b20530ef4a946ed685838b86d560f
1 # Copyright (c) 2012 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_chrome',
6   'variables': {
7     'pak_inputs': [
8       '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
9     ],
10   },
11   'inputs': [
12     '<(repack_path)',
13     '<@(pak_inputs)',
14   ],
15   'outputs': [
16     '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
17   ],
18   'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],