Further cleanup of some assets
[chromium-blink-merge.git] / content / browser / cache_storage / cache_storage_proto.gyp
blobcdbce1599683cdd93bf140942a25b07f4a54757d
2   'targets': [
3     {
4       # GN version: //content/browser/cache_storage:cache_storage_proto
5       'target_name': 'cache_storage_proto',
6       'type': 'static_library',
7       'sources': [
8         'cache_storage.proto',
9       ],
10       'variables': {
11         'proto_in_dir': '.',
12         'proto_out_dir': 'content/browser/cache_storage',
13       },
14       'includes': [ '../../../build/protoc.gypi' ]
15     },
16   ],