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

Unified Diff: chrome/browser/sync_file_system/BUILD.gn

Issue 361253004: Add compiling chrome/browser to GN build on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « chrome/browser/net/BUILD.gn ('k') | chrome/browser/sync_file_system/drive_backend/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/BUILD.gn
diff --git a/content/browser/service_worker/BUILD.gn b/chrome/browser/sync_file_system/BUILD.gn
similarity index 59%
copy from content/browser/service_worker/BUILD.gn
copy to chrome/browser/sync_file_system/BUILD.gn
index d9f206615fb571677be606d30992a43a6e41f36d..9e07436f3ff9879488a1e6f88043bfb811068057 100644
--- a/content/browser/service_worker/BUILD.gn
+++ b/chrome/browser/sync_file_system/BUILD.gn
@@ -4,9 +4,7 @@
import("//third_party/protobuf/proto_library.gni")
-proto_library("database_proto") {
- sources = [
- "service_worker_database.proto",
- ]
+# GYP version: chrome/chrome_browser.gypi:sync_file_system_proto
+proto_library("sync_file_system_proto") {
+ sources = [ "sync_file_system.proto" ]
}
-
« no previous file with comments | « chrome/browser/net/BUILD.gn ('k') | chrome/browser/sync_file_system/drive_backend/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698