~justinmcp/oxide/mediahub-seekable-status-1.10

« back to all changes in this revision

Viewing changes to shared/shared.gyp

  • Committer: Chris Coulson
  • Date: 2013-09-20 16:15:38 UTC
  • Revision ID: chris.coulson@canonical.com-20130920161538-226h45wr4cdy9rx8
Add a gyp qmake module

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
      },
67
67
    },
68
68
    {
 
69
      'target_name': 'oxide_packed_resources',
 
70
      'type': 'none',
 
71
      'variables': {
 
72
        'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py'
 
73
      },
 
74
      'dependencies': [
 
75
        'oxide_shared_resources',
 
76
        '<(DEPTH)/content/content_resources.gyp:content_resources',
 
77
        '<(DEPTH)/ui/ui.gyp:ui_resources'
 
78
      ],
 
79
      'actions': [
 
80
        {
 
81
          'action_name': 'repack_oxide',
 
82
          'variables': {
 
83
            'pak_inputs': [
 
84
              '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
 
85
              '<(SHARED_INTERMEDIATE_DIR)/oxide/oxide_resources.pak'
 
86
            ]
 
87
          },
 
88
          'inputs': [
 
89
            '<(repack_path)',
 
90
            '<@(pak_inputs)'
 
91
          ],
 
92
          'outputs': [
 
93
            '<(PRODUCT_DIR)/oxide.pak'
 
94
          ],
 
95
          'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)']
 
96
        },
 
97
        {
 
98
          'action_name': 'repack_oxide_100_percent',
 
99
          'variables': {
 
100
            'pak_inputs': [
 
101
              '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.pak'
 
102
            ]
 
103
          },
 
104
          'inputs': [
 
105
            '<(repack_path)',
 
106
            '<@(pak_inputs)'
 
107
          ],
 
108
          'outputs': [
 
109
            '<(PRODUCT_DIR)/oxide_100_percent.pak'
 
110
          ],
 
111
          'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)']
 
112
        }
 
113
      ]
 
114
    },
 
115
    {
69
116
      'target_name': 'oxide_shared',
70
117
      'type': '<(component)',
71
118
      'all_dependent_settings': {
83
130
      ],
84
131
      'dependencies': [
85
132
        'oxide_shared_generated',
86
 
        'oxide_shared_resources',
 
133
        'oxide_packed_resources',
87
134
        '<(DEPTH)/base/base.gyp:base',
88
135
        '<(DEPTH)/content/content.gyp:content_app_both',
89
136
        '<(DEPTH)/content/content.gyp:content_browser',