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

Unified Diff: blimp/engine/BUILD.gn

Issue 1867653002: Initial version of Blimp BlobCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed all comments. Created 4 years, 8 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 8503ab46f85e4b10874614d61227d6d6814be05b..fda282ba94215c4ed08b7199554bf76cba585a45 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -160,6 +160,8 @@ source_set("renderer") {
deps = [
":blob_channel_mojo",
"//base",
+ "//blimp/common:blimp_common",
+ "//blimp/common/proto",
"//cc",
"//skia",
"//third_party/libwebp",

Powered by Google App Engine
This is Rietveld 408576698