- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / chrome_repack_chrome.gypi
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.
4 {
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)'],
19 }