8d9769c0226f30d5df87d54ac4926c3c8e5e6fb7
[platform/framework/web/crosswalk.git] / src / athena / resources / athena_resources.gyp
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.
4
5 {
6   'variables': {
7     'chromium_code': 1,
8   },
9   'targets': [
10     {
11       'target_name': 'athena_resources',
12       'type': 'none',
13       'variables': {
14         'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/athena/resources',
15       },
16       'actions': [
17         {
18           'action_name': 'athena_resources',
19           'variables': {
20             'grit_grd_file': 'athena_resources.grd',
21           },
22           'includes': [ '../../build/grit_action.gypi' ],
23         },
24       ],
25       'includes': [ '../../build/grit_target.gypi' ],
26     },
27     {
28       'target_name': 'athena_pak',
29       'type': 'none',
30       'dependencies': [
31         '../../ash/ash_resources.gyp:ash_resources',
32         '../../content/app/strings/content_strings.gyp:content_strings',
33         '../../extensions/extensions.gyp:extensions_shell_and_test_pak',
34         '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
35         '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
36         '../../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
37         'athena_resources',
38       ],
39       'actions': [{
40         'action_name': 'repack_athena_pack',
41         'variables': {
42           'pak_inputs': [
43             '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
44             '<(SHARED_INTERMEDIATE_DIR)/ash/resources/ash_resources_100_percent.pak',
45             '<(SHARED_INTERMEDIATE_DIR)/athena/resources/athena_resources_100_percent.pak',
46             '<(SHARED_INTERMEDIATE_DIR)/content/app/strings/content_strings_en-US.pak',
47             '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_resources_100_percent.pak',
48             '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings/ui_chromeos_strings_en-US.pak',
49             '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pak',
50           ],
51           'pak_output': '<(PRODUCT_DIR)/athena_resources.pak',
52         },
53         'includes': [ '../../build/repack_action.gypi' ],
54       }],
55     },
56   ]
57 }