Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Side by Side Diff: content/browser/service_worker/service_worker_proto.gyp

Issue 248803003: ServiceWorker: Store registration data in ServiceWorkerDatabase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « content/browser/service_worker/service_worker_database_unittest.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698