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

Unified Diff: components/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 | « components/sync/js/sync_js_controller_unittest.cc ('k') | components/sync/protocol/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/BUILD.gn
diff --git a/sync/protocol/BUILD.gn b/components/sync/protocol/BUILD.gn
similarity index 92%
rename from sync/protocol/BUILD.gn
rename to components/sync/protocol/BUILD.gn
index c3b41f4210e60f3f3c30c4d89e6a96cbce232b8b..209f26ccf28923f4a14abb8bdf03b623d5763bb6 100644
--- a/sync/protocol/BUILD.gn
+++ b/components/sync/protocol/BUILD.gn
@@ -19,7 +19,7 @@ proto_library("protocol_internal") {
sources = sync_protocol_sources
cc_generator_options = "dllexport_decl=SYNC_PROTO_EXPORT:"
- cc_include = "sync/protocol/sync_proto_export.h"
+ cc_include = "components/sync/protocol/sync_proto_export.h"
component_build_force_source_set = true
defines = [ "SYNC_PROTO_IMPLEMENTATION" ]
« no previous file with comments | « components/sync/js/sync_js_controller_unittest.cc ('k') | components/sync/protocol/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698