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

Side by Side Diff: sync/protocol/BUILD.gn

Issue 343233002: Make chrome/common compile in GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 import("//third_party/protobuf/proto_library.gni")
6
7 proto_library("protocol") {
8 sources = [
9 "app_notification_specifics.proto",
10 "app_setting_specifics.proto",
11 "app_specifics.proto",
12 "app_list_specifics.proto",
13 "article_specifics.proto",
14 "attachments.proto",
15 "autofill_specifics.proto",
16 "bookmark_specifics.proto",
17 "client_commands.proto",
18 "client_debug_info.proto",
19 "device_info_specifics.proto",
20 "dictionary_specifics.proto",
21 "encryption.proto",
22 "experiments_specifics.proto",
23 "extension_setting_specifics.proto",
24 "extension_specifics.proto",
25 "favicon_image_specifics.proto",
26 "favicon_tracking_specifics.proto",
27 "get_updates_caller_info.proto",
28 "history_delete_directive_specifics.proto",
29 "nigori_specifics.proto",
30 "managed_user_setting_specifics.proto",
31 "managed_user_shared_setting_specifics.proto",
32 "managed_user_specifics.proto",
33 "password_specifics.proto",
34 "preference_specifics.proto",
35 "priority_preference_specifics.proto",
36 "search_engine_specifics.proto",
37 "session_specifics.proto",
38 "sync.proto",
39 "sync_enums.proto",
40 "synced_notification_app_info_specifics.proto",
41 "synced_notification_data.proto",
42 "synced_notification_render.proto",
43 "synced_notification_specifics.proto",
44 "test.proto",
45 "theme_specifics.proto",
46 "typed_url_specifics.proto",
47 "unique_position.proto",
48 ]
49
50 cc_generator_options = "dllexport_decl=SYNC_EXPORT:"
51 cc_include = "sync/base/sync_export.h"
52
53 defines = [ "SYNC_IMPLEMENTATION" ]
54
55 extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
56 }
OLDNEW
« components/BUILD.gn ('K') | « sync/BUILD.gn ('k') | sync/sync.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698