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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 'syncable/syncable_read_transaction.h', | 430 'syncable/syncable_read_transaction.h', |
431 'syncable/syncable_util.cc', | 431 'syncable/syncable_util.cc', |
432 'syncable/syncable_util.h', | 432 'syncable/syncable_util.h', |
433 'syncable/syncable_write_transaction.cc', | 433 'syncable/syncable_write_transaction.cc', |
434 'syncable/syncable_write_transaction.h', | 434 'syncable/syncable_write_transaction.h', |
435 'syncable/transaction_observer.h', | 435 'syncable/transaction_observer.h', |
436 'syncable/write_transaction_info.cc', | 436 'syncable/write_transaction_info.cc', |
437 'syncable/write_transaction_info.h', | 437 'syncable/write_transaction_info.h', |
438 'util/cryptographer.cc', | 438 'util/cryptographer.cc', |
439 'util/cryptographer.h', | 439 'util/cryptographer.h', |
| 440 'util/data_type_histogram.cc', |
440 'util/data_type_histogram.h', | 441 'util/data_type_histogram.h', |
441 'util/encryptor.h', | 442 'util/encryptor.h', |
442 'util/extensions_activity.cc', | 443 'util/extensions_activity.cc', |
443 'util/extensions_activity.h', | 444 'util/extensions_activity.h', |
444 'util/get_session_name.cc', | 445 'util/get_session_name.cc', |
445 'util/get_session_name.h', | 446 'util/get_session_name.h', |
446 'util/get_session_name_ios.h', | 447 'util/get_session_name_ios.h', |
447 'util/get_session_name_ios.mm', | 448 'util/get_session_name_ios.mm', |
448 'util/get_session_name_linux.cc', | 449 'util/get_session_name_linux.cc', |
449 'util/get_session_name_linux.h', | 450 'util/get_session_name_linux.h', |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 }, | 539 }, |
539 'includes': [ | 540 'includes': [ |
540 '../build/protoc.gypi' | 541 '../build/protoc.gypi' |
541 ], | 542 ], |
542 'defines': [ | 543 'defines': [ |
543 'SYNC_IMPLEMENTATION' | 544 'SYNC_IMPLEMENTATION' |
544 ], | 545 ], |
545 }, | 546 }, |
546 ], | 547 ], |
547 } | 548 } |
OLD | NEW |