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

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: Addressing reviewers' comments. 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
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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 }, 528 },
528 'includes': [ 529 'includes': [
529 '../build/protoc.gypi' 530 '../build/protoc.gypi'
530 ], 531 ],
531 'defines': [ 532 'defines': [
532 'SYNC_IMPLEMENTATION' 533 'SYNC_IMPLEMENTATION'
533 ], 534 ],
534 }, 535 },
535 ], 536 ],
536 } 537 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698