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

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

Issue 1039763002: Cache Storage: Move files to content/*/cache_storage, rename classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN fix Created 5 years, 8 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:service_worker_proto 4 # GN version: //content/browser/service_worker:service_worker_proto
5 'target_name': 'service_worker_proto', 5 'target_name': 'service_worker_proto',
6 'type': 'static_library', 6 'type': 'static_library',
7 'sources': [ 7 'sources': [
8 'service_worker_cache.proto',
9 'service_worker_database.proto', 8 'service_worker_database.proto',
10 ], 9 ],
11 'variables': { 10 'variables': {
12 'proto_in_dir': '.', 11 'proto_in_dir': '.',
13 'proto_out_dir': 'content/browser/service_worker', 12 'proto_out_dir': 'content/browser/service_worker',
14 }, 13 },
15 'includes': [ '../../../build/protoc.gypi' ] 14 'includes': [ '../../../build/protoc.gypi' ]
16 }, 15 },
17 ], 16 ],
18 } 17 }
OLDNEW
« no previous file with comments | « content/browser/service_worker/service_worker_cache_unittest.cc ('k') | content/browser/storage_partition_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698