summaryrefslogtreecommitdiffstats
path: root/content/browser/service_worker/service_worker_proto.gyp
blob: aec787b4d7240325a72b339091d5392eccaade8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  'targets': [
    {
      # GN version: //content/browser/service_worker:service_worker_proto
      'target_name': 'service_worker_proto',
      'type': 'static_library',
      'sources': [
        'service_worker_database.proto',
      ],
      'variables': {
        'proto_in_dir': '.',
        'proto_out_dir': 'content/browser/service_worker',
      },
      'includes': [ '../../../build/protoc.gypi' ]
    },
  ],
}