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

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

Issue 424863002: Fill in some of ServiceWorkerFetchStores. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cache_storage
Patch Set: Updated license Created 6 years, 4 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
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 # GN version: //content/browser/service_worker:database_proto 4 # GN version: //content/browser/service_worker:proto
5 'target_name': 'database_proto', 5 'target_name': 'proto',
6 'type': 'static_library', 6 'type': 'static_library',
7 'sources': [ 7 'sources': [
8 'service_worker_cache.proto',
8 'service_worker_database.proto', 9 'service_worker_database.proto',
9 ], 10 ],
10 'variables': { 11 'variables': {
11 'proto_in_dir': '.', 12 'proto_in_dir': '.',
12 'proto_out_dir': 'content/browser/service_worker', 13 'proto_out_dir': 'content/browser/service_worker',
13 }, 14 },
14 'includes': [ '../../../build/protoc.gypi' ] 15 'includes': [ '../../../build/protoc.gypi' ]
15 }, 16 },
16 ], 17 ],
17 } 18 }
OLDNEW
« no previous file with comments | « content/browser/service_worker/service_worker_fetch_stores_manager_unittest.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698