Focus rings for checkboxes and radio buttons should not be shown in Sync setup overlay.
[chromium-blink-merge.git] / sync / sync_core.gypi
blob542040cfcb3eae17d6793cb9213ac3d94917beb8
1 # Copyright 2013 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.
6   'include_dirs': [
7     '..',
8   ],
9   'defines': [
10     'SYNC_IMPLEMENTATION',
11   ],
12   'dependencies': [
13     '../base/base.gyp:base',
14     '../base/base.gyp:base_i18n',
15     '../crypto/crypto.gyp:crypto',
16     '../google_apis/google_apis.gyp:google_apis',
17     '../net/net.gyp:net',
18     '../sql/sql.gyp:sql',
19     '../url/url.gyp:url_lib',
20   ],
21   'conditions': [
22     ['OS=="linux" and chromeos==1', {
23       # Required by get_session_name.cc on Chrome OS.
24       'dependencies': [
25         '../chromeos/chromeos.gyp:chromeos',
26       ],
27     }],
28   ],
29   'sources': [
30     'base/sync_export.h',
31     'engine/all_status.cc',
32     'engine/all_status.h',
33     'engine/apply_control_data_updates.cc',
34     'engine/apply_control_data_updates.h',
35     'engine/apply_updates_and_resolve_conflicts_command.cc',
36     'engine/apply_updates_and_resolve_conflicts_command.h',
37     'engine/backoff_delay_provider.cc',
38     'engine/backoff_delay_provider.h',
39     'engine/build_commit_command.cc',
40     'engine/build_commit_command.h',
41     'engine/commit.cc',
42     'engine/commit.h',
43     'engine/conflict_resolver.cc',
44     'engine/conflict_resolver.h',
45     'engine/conflict_util.cc',
46     'engine/conflict_util.h',
47     'engine/download.cc',
48     'engine/download.h',
49     'engine/get_commit_ids_command.cc',
50     'engine/get_commit_ids_command.h',
51     'engine/model_changing_syncer_command.cc',
52     'engine/model_changing_syncer_command.h',
53     'engine/net/server_connection_manager.cc',
54     'engine/net/server_connection_manager.h',
55     'engine/net/url_translator.cc',
56     'engine/net/url_translator.h',
57     'engine/nudge_source.cc',
58     'engine/nudge_source.h',
59     'engine/process_commit_response_command.cc',
60     'engine/process_commit_response_command.h',
61     'engine/process_updates_command.cc',
62     'engine/process_updates_command.h',
63     'engine/store_timestamps_command.cc',
64     'engine/store_timestamps_command.h',
65     'engine/sync_engine_event.cc',
66     'engine/sync_engine_event.h',
67     'engine/sync_scheduler.cc',
68     'engine/sync_scheduler.h',
69     'engine/sync_scheduler_impl.cc',
70     'engine/sync_scheduler_impl.h',
71     'engine/syncer.cc',
72     'engine/syncer.h',
73     'engine/syncer_command.cc',
74     'engine/syncer_command.h',
75     'engine/syncer_proto_util.cc',
76     'engine/syncer_proto_util.h',
77     'engine/syncer_types.h',
78     'engine/syncer_util.cc',
79     'engine/syncer_util.h',
80     'engine/traffic_logger.cc',
81     'engine/traffic_logger.h',
82     'engine/traffic_recorder.cc',
83     'engine/traffic_recorder.h',
84     'engine/update_applicator.cc',
85     'engine/update_applicator.h',
86     'js/js_arg_list.cc',
87     'js/js_arg_list.h',
88     'js/js_backend.h',
89     'js/js_controller.h',
90     'js/js_event_details.cc',
91     'js/js_event_details.h',
92     'js/js_event_handler.h',
93     'js/js_reply_handler.h',
94     'js/sync_js_controller.cc',
95     'js/sync_js_controller.h',
96     'protocol/proto_enum_conversions.cc',
97     'protocol/proto_enum_conversions.h',
98     'protocol/proto_value_conversions.cc',
99     'protocol/proto_value_conversions.h',
100     'protocol/sync_protocol_error.cc',
101     'protocol/sync_protocol_error.h',
102     'sessions/data_type_tracker.cc',
103     'sessions/data_type_tracker.h',
104     'sessions/debug_info_getter.h',
105     'sessions/nudge_tracker.cc',
106     'sessions/nudge_tracker.h',
107     'sessions/ordered_commit_set.cc',
108     'sessions/ordered_commit_set.h',
109     'sessions/status_controller.cc',
110     'sessions/status_controller.h',
111     'sessions/sync_session.cc',
112     'sessions/sync_session.h',
113     'sessions/sync_session_context.cc',
114     'sessions/sync_session_context.h',
115     'syncable/blob.h',
116     'syncable/dir_open_result.h',
117     'syncable/directory.cc',
118     'syncable/directory.h',
119     'syncable/directory_backing_store.cc',
120     'syncable/directory_backing_store.h',
121     'syncable/directory_change_delegate.h',
122     'syncable/entry.cc',
123     'syncable/entry.h',
124     'syncable/entry_kernel.cc',
125     'syncable/entry_kernel.h',
126     'syncable/in_memory_directory_backing_store.cc',
127     'syncable/in_memory_directory_backing_store.h',
128     'syncable/invalid_directory_backing_store.cc',
129     'syncable/invalid_directory_backing_store.h',
130     'syncable/metahandle_set.h',
131     'syncable/model_type.cc',
132     'syncable/mutable_entry.cc',
133     'syncable/mutable_entry.h',
134     'syncable/nigori_handler.cc',
135     'syncable/nigori_handler.h',
136     'syncable/nigori_util.cc',
137     'syncable/nigori_util.h',
138     'syncable/on_disk_directory_backing_store.cc',
139     'syncable/on_disk_directory_backing_store.h',
140     'syncable/parent_child_index.cc',
141     'syncable/parent_child_index.h',
142     'syncable/scoped_kernel_lock.cc',
143     'syncable/scoped_kernel_lock.h',
144     'syncable/scoped_parent_child_index_updater.cc',
145     'syncable/scoped_parent_child_index_updater.h',
146     'syncable/syncable-inl.h',
147     'syncable/syncable_base_transaction.cc',
148     'syncable/syncable_base_transaction.h',
149     'syncable/syncable_changes_version.h',
150     'syncable/syncable_columns.h',
151     'syncable/syncable_delete_journal.cc',
152     'syncable/syncable_delete_journal.h',
153     'syncable/syncable_enum_conversions.cc',
154     'syncable/syncable_enum_conversions.h',
155     'syncable/syncable_id.cc',
156     'syncable/syncable_id.h',
157     'syncable/syncable_proto_util.cc',
158     'syncable/syncable_proto_util.h',
159     'syncable/syncable_read_transaction.cc',
160     'syncable/syncable_read_transaction.h',
161     'syncable/syncable_util.cc',
162     'syncable/syncable_util.h',
163     'syncable/syncable_write_transaction.cc',
164     'syncable/syncable_write_transaction.h',
165     'syncable/transaction_observer.h',
166     'syncable/write_transaction_info.cc',
167     'syncable/write_transaction_info.h',
168     'util/cryptographer.cc',
169     'util/cryptographer.h',
170     'util/data_type_histogram.h',
171     'util/encryptor.h',
172     'util/extensions_activity_monitor.cc',
173     'util/extensions_activity_monitor.h',
174     'util/get_session_name.cc',
175     'util/get_session_name.h',
176     'util/get_session_name_ios.mm',
177     'util/get_session_name_ios.h',
178     'util/get_session_name_linux.cc',
179     'util/get_session_name_linux.h',
180     'util/get_session_name_mac.mm',
181     'util/get_session_name_mac.h',
182     'util/get_session_name_win.cc',
183     'util/get_session_name_win.h',
184     'util/logging.cc',
185     'util/logging.h',
186     'util/nigori.cc',
187     'util/nigori.h',
188     'util/time.cc',
189     'util/time.h',
190   ],