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

Unified Diff: content/browser/cache_storage/cache_storage_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, 9 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/cache_storage/cache_storage_proto.gyp
diff --git a/content/browser/cache_storage/cache_storage_proto.gyp b/content/browser/cache_storage/cache_storage_proto.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..cdbce1599683cdd93bf140942a25b07f4a54757d
--- /dev/null
+++ b/content/browser/cache_storage/cache_storage_proto.gyp
@@ -0,0 +1,17 @@
+{
+ 'targets': [
+ {
+ # GN version: //content/browser/cache_storage:cache_storage_proto
+ 'target_name': 'cache_storage_proto',
+ 'type': 'static_library',
+ 'sources': [
+ 'cache_storage.proto',
+ ],
+ 'variables': {
+ 'proto_in_dir': '.',
+ 'proto_out_dir': 'content/browser/cache_storage',
+ },
+ 'includes': [ '../../../build/protoc.gypi' ]
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698