OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 'targets': [ | |
3 { | |
4 'target_name': 'database_proto', | |
5 'type': 'static_library', | |
6 'sources': [ | |
7 'service_worker_database.proto', | |
8 ], | |
9 'variables': { | |
10 'proto_in_dir': '.', | |
11 'proto_out_dir': 'content/browser/service_worker', | |
12 }, | |
13 'includes': [ '../../../build/protoc.gypi' ] | |
14 }, | |
15 ], | |
16 } | |
OLD | NEW |