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

Unified Diff: sync/protocol/BUILD.gn

Issue 425803013: Refactor build target for sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some fixes 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 | « no previous file | sync/protocol/sync_proto_export.h » ('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
index de4376f382df103aad5c11eb36e1a1fa26802f14..d6e233b907cf5805f86c257b4a5aeca16daab62e 100644
--- a/sync/protocol/BUILD.gn
+++ b/sync/protocol/BUILD.gn
@@ -47,10 +47,10 @@ proto_library("protocol") {
"unique_position.proto",
]
- cc_generator_options = "dllexport_decl=SYNC_EXPORT:"
- cc_include = "sync/base/sync_export.h"
+ cc_generator_options = "dllexport_decl=SYNC_PROTO_EXPORT:"
+ cc_include = "sync/protocol/sync_proto_export.h"
- defines = [ "SYNC_IMPLEMENTATION" ]
+ defines = [ "SYNC_PROTO_IMPLEMENTATION" ]
extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
}
« no previous file with comments | « no previous file | sync/protocol/sync_proto_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698