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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | blimp/helium/lazy_syncable_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/helium/BUILD.gn
diff --git a/blimp/helium/BUILD.gn b/blimp/helium/BUILD.gn
index d8a4ff1398acdbaf02cba9ed71a40d3a95655215..88fafc78008def88ac34024734433d838ed29417 100644
--- a/blimp/helium/BUILD.gn
+++ b/blimp/helium/BUILD.gn
@@ -8,6 +8,7 @@ component("helium") {
"compound_syncable.cc",
"compound_syncable.h",
"errors.h",
+ "lazy_syncable_adapter.h",
"lww_register.h",
"owned_register.h",
"result.cc",
@@ -56,6 +57,7 @@ source_set("unit_tests") {
sources = [
"compound_syncable_unittest.cc",
"helium_test.h",
+ "lazy_syncable_adapter_unittest.cc",
"lww_register_unittest.cc",
"owned_register_unittest.cc",
"result_unittest.cc",
« 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