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

Unified Diff: content/browser/service_worker/service_worker_proto.gyp

Issue 2321743002: Inline content_[tests/browser/android].gypi into GN build. (Closed)
Patch Set: gen file fix Created 4 years, 3 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
« no previous file with comments | « content/browser/notifications/notification_proto.gyp ('k') | content/browser/speech/proto/speech_proto.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_proto.gyp
diff --git a/content/browser/service_worker/service_worker_proto.gyp b/content/browser/service_worker/service_worker_proto.gyp
deleted file mode 100644
index aec787b4d7240325a72b339091d5392eccaade8c..0000000000000000000000000000000000000000
--- a/content/browser/service_worker/service_worker_proto.gyp
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- 'targets': [
- {
- # GN version: //content/browser/service_worker:service_worker_proto
- 'target_name': 'service_worker_proto',
- 'type': 'static_library',
- 'sources': [
- 'service_worker_database.proto',
- ],
- 'variables': {
- 'proto_in_dir': '.',
- 'proto_out_dir': 'content/browser/service_worker',
- },
- 'includes': [ '../../../build/protoc.gypi' ]
- },
- ],
-}
« no previous file with comments | « content/browser/notifications/notification_proto.gyp ('k') | content/browser/speech/proto/speech_proto.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698