summaryrefslogtreecommitdiffstats
path: root/src/core/resources/resources.gyp
blob: f07facca6ccd832397368be453c525834bfa1592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  'variables': {
    # Used in repack_locales
    'locales': [
      'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB',
      'en-US', 'es-419', 'es', 'et', 'fa', 'fi', 'fil', 'fr', 'gu', 'he',
      'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv',
      'ml', 'mr', 'ms', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru',
      'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk',
      'vi', 'zh-CN', 'zh-TW',
    ],
  },
  'dependencies': [
      '<(chromium_src_dir)/webkit/webkit_resources.gyp:webkit_strings',
      '<(chromium_src_dir)/webkit/webkit_resources.gyp:webkit_resources',
      '<(chromium_src_dir)/content/browser/devtools/devtools_resources.gyp:devtools_resources',
      '../chrome_qt.gyp:chrome_resources',
  ],
  'targets': [
  {
    'target_name': 'qtwebengine_resources',
    'type': 'none',
    'actions' : [
      {
        'action_name': 'repack_resources',
        'includes': [ 'repack_resources.gypi' ],
      },
      {
        'action_name': 'repack_locales',
        'includes': [ 'repack_locales.gypi' ],
      },
    ]
  }
  ]
}