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

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: Cleanup Created 5 years, 10 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/background_sync/BUILD.gn
diff --git a/third_party/apple_sample_code/BUILD.gn b/content/browser/background_sync/BUILD.gn
similarity index 60%
copy from third_party/apple_sample_code/BUILD.gn
copy to content/browser/background_sync/BUILD.gn
index 81b7ed013cb3414a9935e25028408110764d31fb..55aeded7a53a4379bfa84619a1796410c1e7a0fa 100644
--- a/third_party/apple_sample_code/BUILD.gn
+++ b/content/browser/background_sync/BUILD.gn
@@ -2,11 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("apple_sample_code") {
+import("//third_party/protobuf/proto_library.gni")
+
+proto_library("background_sync_proto") {
sources = [
- "ImageAndTextCell.h",
- "ImageAndTextCell.m",
+ "background_sync.proto",
]
-
- libs = [ "AppKit.framework" ]
}

Powered by Google App Engine
This is Rietveld 408576698