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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 # Setting these two variables allows other targets to use the | 8 # Setting these two variables allows other targets to use the |
9 # sync_proto_sources variable as the list of sync protocol buffer files. | 9 # sync_proto_sources variable as the list of sync protocol buffer files. |
10 'sync_proto_sources_dir': 'protocol', | 10 'sync_proto_sources_dir': 'protocol', |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'internal_api/public/base_transaction.h', | 272 'internal_api/public/base_transaction.h', |
273 'internal_api/public/change_record.h', | 273 'internal_api/public/change_record.h', |
274 'internal_api/public/configure_reason.h', | 274 'internal_api/public/configure_reason.h', |
275 'internal_api/public/connection_status.h', | 275 'internal_api/public/connection_status.h', |
276 'internal_api/public/data_batch_impl.h', | 276 'internal_api/public/data_batch_impl.h', |
277 'internal_api/public/data_batch_impl.cc', | 277 'internal_api/public/data_batch_impl.cc', |
278 'internal_api/public/data_type_association_stats.cc', | 278 'internal_api/public/data_type_association_stats.cc', |
279 'internal_api/public/data_type_association_stats.h', | 279 'internal_api/public/data_type_association_stats.h', |
280 'internal_api/public/data_type_debug_info_listener.cc', | 280 'internal_api/public/data_type_debug_info_listener.cc', |
281 'internal_api/public/data_type_debug_info_listener.h', | 281 'internal_api/public/data_type_debug_info_listener.h', |
| 282 'internal_api/public/data_type_error_handler.h', |
282 'internal_api/public/delete_journal.h', | 283 'internal_api/public/delete_journal.h', |
283 'internal_api/public/engine/model_safe_worker.cc', | 284 'internal_api/public/engine/model_safe_worker.cc', |
284 'internal_api/public/engine/model_safe_worker.h', | 285 'internal_api/public/engine/model_safe_worker.h', |
285 'internal_api/public/engine/passive_model_worker.cc', | 286 'internal_api/public/engine/passive_model_worker.cc', |
286 'internal_api/public/engine/passive_model_worker.h', | 287 'internal_api/public/engine/passive_model_worker.h', |
287 'internal_api/public/engine/polling_constants.cc', | 288 'internal_api/public/engine/polling_constants.cc', |
288 'internal_api/public/engine/polling_constants.h', | 289 'internal_api/public/engine/polling_constants.h', |
289 'internal_api/public/engine/sync_status.cc', | 290 'internal_api/public/engine/sync_status.cc', |
290 'internal_api/public/engine/sync_status.h', | 291 'internal_api/public/engine/sync_status.h', |
291 'internal_api/public/events/clear_server_data_request_event.h', | 292 'internal_api/public/events/clear_server_data_request_event.h', |
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 }, | 560 }, |
560 'includes': [ | 561 'includes': [ |
561 '../build/protoc.gypi' | 562 '../build/protoc.gypi' |
562 ], | 563 ], |
563 'defines': [ | 564 'defines': [ |
564 'SYNC_IMPLEMENTATION' | 565 'SYNC_IMPLEMENTATION' |
565 ], | 566 ], |
566 }, | 567 }, |
567 ], | 568 ], |
568 } | 569 } |
OLD | NEW |