Roll DEPS for PDFium to 19ae17578f99621100a26dac3e2c7c3dbf7c7cd1
[chromium-blink-merge.git] / content / browser / background_sync / background_sync_proto.gyp
blob2d5c1e75e38f5583d05318d075fef0ac01f84aef
2   'targets': [
3     {
4       # GN version: //content/browser/background_sync:background_sync_proto
5       'target_name': 'background_sync_proto',
6       'type': 'static_library',
7       'sources': [
8         'background_sync.proto',
9       ],
10       'variables': {
11         'proto_in_dir': '.',
12         'proto_out_dir': 'content/browser/background_sync',
13       },
14       'includes': [ '../../../build/protoc.gypi' ]
15     },
16   ],