Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 'targets': [ | |
| 3 { | |
| 4 # GN version: //content/browser/notifications:notification_proto | |
| 5 'target_name': 'notification_proto', | |
| 6 'type': 'static_library', | |
| 7 'sources': [ | |
| 8 'notification_database_data.proto', | |
| 9 ], | |
| 10 'variables': { | |
| 11 'proto_in_dir': '.', | |
| 12 'proto_out_dir': 'content/browser/notifications', | |
| 13 }, | |
| 14 'includes': [ '../../../build/protoc.gypi' ] | |
| 15 }, | |
| 16 ], | |
| 17 } | |
| OLD | NEW |