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

Unified Diff: blimp/client/BUILD.gn

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Revert rules.gni for testing 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 | components/cronet/DEPS » ('j') | components/grpc_support/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 652d5559d5ccc1ecc2a60f2abecc28071eed2bb8..78bbe154751e62d5a0b671345f40278cd41aefc1 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -132,6 +132,9 @@ if (is_linux && !is_chromeos && use_x11) {
"//blimp/client/core/compositor",
"//blimp/client/core/session",
"//blimp/net",
+
+ # Not actually used yet, added so that grpc_support will be compiled.
+ "//components/grpc_support",
"//net",
"//services/shell/public/cpp",
« no previous file with comments | « no previous file | components/cronet/DEPS » ('j') | components/grpc_support/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698