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

Unified Diff: blimp/net/BUILD.gn

Issue 2385913002: Define canonical enum for "HeliumResult" status values. (Closed)
Patch Set: the android compiler is dumb Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | blimp/net/helium/helium_errors.h » ('j') | blimp/net/helium/helium_errors.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/BUILD.gn
diff --git a/blimp/net/BUILD.gn b/blimp/net/BUILD.gn
index a4bf2b0bfadfe95de3be07482251752b516bebdf..9ee9f0db44a35f75fd6bc087879daba6cdfa13da 100644
--- a/blimp/net/BUILD.gn
+++ b/blimp/net/BUILD.gn
@@ -94,6 +94,9 @@ component("net") {
source_set("helium") {
sources = [
+ "helium/helium_errors.h",
+ "helium/helium_result.cc",
+ "helium/helium_result.h",
"helium/vector_clock.cc",
"helium/vector_clock.h",
]
@@ -110,7 +113,7 @@ source_set("helium") {
source_set("net_export") {
sources = [
- "blimp_net_export.h",
+ "blimp_net_export.h",
]
}
@@ -159,6 +162,7 @@ source_set("unit_tests") {
"delta_encoding_unittest.cc",
"engine_authentication_handler_unittest.cc",
"engine_connection_manager_unittest.cc",
+ "helium/helium_result_unittest.cc",
"helium/vector_clock_unittest.cc",
"input_message_unittest.cc",
"ssl_client_transport_unittest.cc",
« no previous file with comments | « no previous file | blimp/net/helium/helium_errors.h » ('j') | blimp/net/helium/helium_errors.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698