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

Side by Side Diff: sync/sync.gyp

Issue 1273303002: Measuring data use of different ModelTypes in Sync Service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewServices
Patch Set: Changing the initialization of vectors in syncer_unittest.cc Created 5 years, 3 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
« no previous file with comments | « sync/engine/syncer_unittest.cc ('k') | sync/util/data_type_histogram.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « sync/engine/syncer_unittest.cc ('k') | sync/util/data_type_histogram.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698