Chromium Code Reviews| Index: content/browser/background_sync/background_sync_proto.gyp |
| diff --git a/content/browser/background_sync/background_sync_proto.gyp b/content/browser/background_sync/background_sync_proto.gyp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2d5c1e75e38f5583d05318d075fef0ac01f84aef |
| --- /dev/null |
| +++ b/content/browser/background_sync/background_sync_proto.gyp |
| @@ -0,0 +1,17 @@ |
| +{ |
| + 'targets': [ |
| + { |
| + # GN version: //content/browser/background_sync:background_sync_proto |
| + 'target_name': 'background_sync_proto', |
| + 'type': 'static_library', |
| + 'sources': [ |
| + 'background_sync.proto', |
| + ], |
| + 'variables': { |
| + 'proto_in_dir': '.', |
| + 'proto_out_dir': 'content/browser/background_sync', |
| + }, |
| + 'includes': [ '../../../build/protoc.gypi' ] |
| + }, |
| + ], |
| +} |