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

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

Issue 2371503002: Add Blimp feedback data about visible BlimpContents. (Closed)
Patch Set: Rebased for good measure 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 4981e304c032507207226a21e5ff98ebfbcaac39..e154c3cbbdd1a2a8914d6d90755198f08193cbed 100644
--- a/blimp/client/core/feedback/BUILD.gn
+++ b/blimp/client/core/feedback/BUILD.gn
@@ -17,6 +17,7 @@ source_set("feedback") {
deps = [
"//base",
+ "//blimp/client/core/contents",
]
if (is_android) {
@@ -40,6 +41,12 @@ source_set("unit_tests") {
deps = [
":feedback",
+ "//base",
+ "//blimp/client/core/compositor",
+ "//blimp/client/core/contents",
+ "//blimp/client/test/compositor",
+ "//skia",
+ "//testing/gmock",
"//testing/gtest",
]
}
« no previous file with comments | « blimp/client/core/contents/blimp_contents_manager_unittest.cc ('k') | blimp/client/core/feedback/blimp_feedback_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698