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

Side by Side Diff: sync/BUILD.gn

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, 4 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 | « no previous file | sync/engine/commit.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("sync") { 8 component("sync") {
9 public_deps = [ 9 public_deps = [
10 ":sync_core", 10 ":sync_core",
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 "syncable/syncable_read_transaction.h", 377 "syncable/syncable_read_transaction.h",
378 "syncable/syncable_util.cc", 378 "syncable/syncable_util.cc",
379 "syncable/syncable_util.h", 379 "syncable/syncable_util.h",
380 "syncable/syncable_write_transaction.cc", 380 "syncable/syncable_write_transaction.cc",
381 "syncable/syncable_write_transaction.h", 381 "syncable/syncable_write_transaction.h",
382 "syncable/transaction_observer.h", 382 "syncable/transaction_observer.h",
383 "syncable/write_transaction_info.cc", 383 "syncable/write_transaction_info.cc",
384 "syncable/write_transaction_info.h", 384 "syncable/write_transaction_info.h",
385 "util/cryptographer.cc", 385 "util/cryptographer.cc",
386 "util/cryptographer.h", 386 "util/cryptographer.h",
387 "util/data_type_histogram.cc",
387 "util/data_type_histogram.h", 388 "util/data_type_histogram.h",
388 "util/encryptor.h", 389 "util/encryptor.h",
389 "util/extensions_activity.cc", 390 "util/extensions_activity.cc",
390 "util/extensions_activity.h", 391 "util/extensions_activity.h",
391 "util/get_session_name.cc", 392 "util/get_session_name.cc",
392 "util/get_session_name.h", 393 "util/get_session_name.h",
393 "util/get_session_name_ios.h", 394 "util/get_session_name_ios.h",
394 "util/get_session_name_ios.mm", 395 "util/get_session_name_ios.mm",
395 "util/get_session_name_linux.cc", 396 "util/get_session_name_linux.cc",
396 "util/get_session_name_linux.h", 397 "util/get_session_name_linux.h",
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 ":fake_server_jni", 843 ":fake_server_jni",
843 ":sync_core", 844 ":sync_core",
844 ":test_support_sync_fake_server", 845 ":test_support_sync_fake_server",
845 "//base", 846 "//base",
846 "//sync/protocol:protocol", 847 "//sync/protocol:protocol",
847 "//testing/gtest", 848 "//testing/gtest",
848 "//url:url", 849 "//url:url",
849 ] 850 ]
850 } 851 }
851 } 852 }
OLDNEW
« no previous file with comments | « no previous file | sync/engine/commit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698