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

Unified Diff: blimp/client/core/feedback/BUILD.gn

Issue 2382733007: Add BlimpDocument, pull out functions in BlimpCompositor. (Closed)
Patch Set: Fix linux client. Created 4 years, 3 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/client/core/feedback/BUILD.gn
diff --git a/blimp/client/core/feedback/BUILD.gn b/blimp/client/core/feedback/BUILD.gn
index e154c3cbbdd1a2a8914d6d90755198f08193cbed..1c8209363b06a6c3a122e37323bdd80d6b1b4d45 100644
--- a/blimp/client/core/feedback/BUILD.gn
+++ b/blimp/client/core/feedback/BUILD.gn
@@ -18,6 +18,7 @@ source_set("feedback") {
deps = [
"//base",
"//blimp/client/core/contents",
+ "//skia",
Khushal 2016/10/03 20:04:59 Is skia needed here?
xingliu 2016/10/04 18:33:49 Removed, I think I got gn check failed before reba
]
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698