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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | sync/protocol/sync_proto_export.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/protobuf/proto_library.gni") 5 import("//third_party/protobuf/proto_library.gni")
6 6
7 proto_library("protocol") { 7 proto_library("protocol") {
8 sources = [ 8 sources = [
9 "app_notification_specifics.proto", 9 "app_notification_specifics.proto",
10 "app_setting_specifics.proto", 10 "app_setting_specifics.proto",
(...skipping 29 matching lines...) Expand all
40 "synced_notification_app_info_specifics.proto", 40 "synced_notification_app_info_specifics.proto",
41 "synced_notification_data.proto", 41 "synced_notification_data.proto",
42 "synced_notification_render.proto", 42 "synced_notification_render.proto",
43 "synced_notification_specifics.proto", 43 "synced_notification_specifics.proto",
44 "test.proto", 44 "test.proto",
45 "theme_specifics.proto", 45 "theme_specifics.proto",
46 "typed_url_specifics.proto", 46 "typed_url_specifics.proto",
47 "unique_position.proto", 47 "unique_position.proto",
48 ] 48 ]
49 49
50 cc_generator_options = "dllexport_decl=SYNC_EXPORT:" 50 cc_generator_options = "dllexport_decl=SYNC_PROTO_EXPORT:"
51 cc_include = "sync/base/sync_export.h" 51 cc_include = "sync/protocol/sync_proto_export.h"
52 52
53 defines = [ "SYNC_IMPLEMENTATION" ] 53 defines = [ "SYNC_PROTO_IMPLEMENTATION" ]
54 54
55 extra_configs = [ "//build/config/compiler:wexit_time_destructors" ] 55 extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
56 } 56 }
OLDNEW
« 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