OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 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 { | 5 { |
6 'include_dirs': [ | 6 'include_dirs': [ |
7 '..', | 7 '..', |
8 ], | 8 ], |
9 'defines': [ | 9 'defines': [ |
10 'SYNC_IMPLEMENTATION', | 10 'SYNC_IMPLEMENTATION', |
(...skipping 26 matching lines...) Expand all Loading... |
37 'engine/backoff_delay_provider.cc', | 37 'engine/backoff_delay_provider.cc', |
38 'engine/backoff_delay_provider.h', | 38 'engine/backoff_delay_provider.h', |
39 'engine/build_commit_command.cc', | 39 'engine/build_commit_command.cc', |
40 'engine/build_commit_command.h', | 40 'engine/build_commit_command.h', |
41 'engine/commit.cc', | 41 'engine/commit.cc', |
42 'engine/commit.h', | 42 'engine/commit.h', |
43 'engine/conflict_resolver.cc', | 43 'engine/conflict_resolver.cc', |
44 'engine/conflict_resolver.h', | 44 'engine/conflict_resolver.h', |
45 'engine/conflict_util.cc', | 45 'engine/conflict_util.cc', |
46 'engine/conflict_util.h', | 46 'engine/conflict_util.h', |
47 'engine/download_updates_command.cc', | 47 'engine/download.cc', |
48 'engine/download_updates_command.h', | 48 'engine/download.h', |
49 'engine/get_commit_ids_command.cc', | 49 'engine/get_commit_ids_command.cc', |
50 'engine/get_commit_ids_command.h', | 50 'engine/get_commit_ids_command.h', |
51 'engine/model_changing_syncer_command.cc', | 51 'engine/model_changing_syncer_command.cc', |
52 'engine/model_changing_syncer_command.h', | 52 'engine/model_changing_syncer_command.h', |
53 'engine/net/server_connection_manager.cc', | 53 'engine/net/server_connection_manager.cc', |
54 'engine/net/server_connection_manager.h', | 54 'engine/net/server_connection_manager.h', |
55 'engine/net/url_translator.cc', | 55 'engine/net/url_translator.cc', |
56 'engine/net/url_translator.h', | 56 'engine/net/url_translator.h', |
57 'engine/nudge_source.cc', | 57 'engine/nudge_source.cc', |
58 'engine/nudge_source.h', | 58 'engine/nudge_source.h', |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'util/get_session_name_win.cc', | 188 'util/get_session_name_win.cc', |
189 'util/get_session_name_win.h', | 189 'util/get_session_name_win.h', |
190 'util/logging.cc', | 190 'util/logging.cc', |
191 'util/logging.h', | 191 'util/logging.h', |
192 'util/nigori.cc', | 192 'util/nigori.cc', |
193 'util/nigori.h', | 193 'util/nigori.h', |
194 'util/time.cc', | 194 'util/time.cc', |
195 'util/time.h', | 195 'util/time.h', |
196 ], | 196 ], |
197 } | 197 } |
OLD | NEW |