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

Unified Diff: sync/protocol/BUILD.gn

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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 | « sync/js/sync_js_controller_unittest.cc ('k') | sync/protocol/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/BUILD.gn
diff --git a/sync/protocol/BUILD.gn b/sync/protocol/BUILD.gn
deleted file mode 100644
index c3b41f4210e60f3f3c30c4d89e6a96cbce232b8b..0000000000000000000000000000000000000000
--- a/sync/protocol/BUILD.gn
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//third_party/protobuf/proto_library.gni")
-import("protocol_sources.gni")
-
-# This must be a component for the dependency structure we have now, but the
-# proto_library generates a source set. Link those into a component.
-component("protocol") {
- public_deps = [
- ":protocol_internal",
- ]
-}
-
-proto_library("protocol_internal") {
- visibility = [ ":protocol" ]
-
- sources = sync_protocol_sources
-
- cc_generator_options = "dllexport_decl=SYNC_PROTO_EXPORT:"
- cc_include = "sync/protocol/sync_proto_export.h"
- component_build_force_source_set = true
-
- defines = [ "SYNC_PROTO_IMPLEMENTATION" ]
-
- extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
-}
« no previous file with comments | « sync/js/sync_js_controller_unittest.cc ('k') | sync/protocol/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698