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

Unified Diff: content/browser/background_sync/BUILD.gn

Issue 950343006: [BackgroundSync] Initial land of the BackgroundSyncManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CONTENT_EXPORT for nested classes 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/background_sync/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/background_sync/BUILD.gn
diff --git a/components/data_reduction_proxy/proto/BUILD.gn b/content/browser/background_sync/BUILD.gn
similarity index 76%
copy from components/data_reduction_proxy/proto/BUILD.gn
copy to content/browser/background_sync/BUILD.gn
index 889c1067838d1e9f9de8724ac99dc15377ab540f..55aeded7a53a4379bfa84619a1796410c1e7a0fa 100644
--- a/components/data_reduction_proxy/proto/BUILD.gn
+++ b/content/browser/background_sync/BUILD.gn
@@ -4,8 +4,8 @@
import("//third_party/protobuf/proto_library.gni")
-proto_library("data_reduction_proxy_proto") {
+proto_library("background_sync_proto") {
sources = [
- "client_config.proto",
+ "background_sync.proto",
]
}
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/background_sync/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698