- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / chrome_repack_chrome_touch_100_percent.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_touch_resources_100_percent',
6   'variables': {
7     'pak_inputs': [
8       '<(grit_out_dir)/renderer_resources_100_percent.pak',
9       '<(grit_out_dir)/theme_resources_touch_100_percent.pak',
10       '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_touch_100_percent.pak',
11     ],
12     'conditions': [
13       ['OS != "ios"', {
14         'pak_inputs': [
15           '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak',
16         ],
17       }],
18     ],
19   },
20   'inputs': [
21     '<(repack_path)',
22     '<@(pak_inputs)',
23   ],
24   'outputs': [
25     '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_touch_100_percent.pak',
26   ],
27   'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
28 }