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

Side by Side Diff: blimp/helium/BUILD.gn

Issue 2522633004: Add LazySyncableAdapter (Closed)
Patch Set: minor cleanup Created 4 years 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 | blimp/helium/lazy_syncable_adapter.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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 component("helium") { 5 component("helium") {
6 output_name = "helium" 6 output_name = "helium"
7 sources = [ 7 sources = [
8 "compound_syncable.cc", 8 "compound_syncable.cc",
9 "compound_syncable.h", 9 "compound_syncable.h",
10 "errors.h", 10 "errors.h",
11 "lazy_syncable_adapter.h",
11 "lww_register.h", 12 "lww_register.h",
12 "owned_register.h", 13 "owned_register.h",
13 "result.cc", 14 "result.cc",
14 "result.h", 15 "result.h",
15 "revision_generator.cc", 16 "revision_generator.cc",
16 "revision_generator.h", 17 "revision_generator.h",
17 "serializable.h", 18 "serializable.h",
18 "serializable_struct.cc", 19 "serializable_struct.cc",
19 "serializable_struct.h", 20 "serializable_struct.h",
20 "stream.h", 21 "stream.h",
(...skipping 28 matching lines...) Expand all
49 "blimp_helium_export.h", 50 "blimp_helium_export.h",
50 ] 51 ]
51 } 52 }
52 53
53 source_set("unit_tests") { 54 source_set("unit_tests") {
54 testonly = true 55 testonly = true
55 56
56 sources = [ 57 sources = [
57 "compound_syncable_unittest.cc", 58 "compound_syncable_unittest.cc",
58 "helium_test.h", 59 "helium_test.h",
60 "lazy_syncable_adapter_unittest.cc",
59 "lww_register_unittest.cc", 61 "lww_register_unittest.cc",
60 "owned_register_unittest.cc", 62 "owned_register_unittest.cc",
61 "result_unittest.cc", 63 "result_unittest.cc",
62 "revision_generator_unittest.cc", 64 "revision_generator_unittest.cc",
63 "serializable_struct_unittest.cc", 65 "serializable_struct_unittest.cc",
64 "stream_helpers_unittest.cc", 66 "stream_helpers_unittest.cc",
65 "version_vector_unittest.cc", 67 "version_vector_unittest.cc",
66 ] 68 ]
67 69
68 deps = [ 70 deps = [
69 ":helium", 71 ":helium",
70 "//base", 72 "//base",
71 "//blimp/common", 73 "//blimp/common",
72 "//testing/gmock", 74 "//testing/gmock",
73 "//testing/gtest", 75 "//testing/gtest",
74 ] 76 ]
75 } 77 }
OLDNEW
« no previous file with comments | « no previous file | blimp/helium/lazy_syncable_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698