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

Unified Diff: blimp/engine/BUILD.gn

Issue 1696563002: Blimp: add support for SSL connections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rsleevi feedback #40 Created 4 years, 10 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
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index b228cf0876ae66a4d666048f0891474c2204a412..66c7392ce60a057e22d28e88bf1673ea7f28fdf7 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -252,7 +252,7 @@ if (is_linux) {
# Detail the target & "source"-file dependencies, and output, for GN.
deps = [
- "//blimp/engine:blimp_engine",
+ "//blimp/engine:blimp_engine_app",
]
sources = [
_rebased_dockerfile,

Powered by Google App Engine
This is Rietveld 408576698