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

Unified Diff: blimp/client/test/BUILD.gn

Issue 2320923002: Add a full Blimp integration test. (Closed)
Patch Set: Fix build break with chrome embedder 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/test/BUILD.gn
diff --git a/blimp/client/test/BUILD.gn b/blimp/client/test/BUILD.gn
index 43d7087dda09710b35c16c6d9b9644459e15bb0b..b9eb19487c25dcac2966406acd3b18beaf77c424 100644
--- a/blimp/client/test/BUILD.gn
+++ b/blimp/client/test/BUILD.gn
@@ -15,6 +15,7 @@ source_set("test") {
"//base/test:test_support",
"//blimp/client/core",
"//blimp/client/public:public_headers",
+ "//cc:test_support",
"//google_apis:test_support",
"//mojo/edk/system",
"//net",
@@ -22,6 +23,7 @@ source_set("test") {
]
public_deps = [
+ "//blimp/client/test/compositor",
"//testing/gmock",
]
}
« no previous file with comments | « blimp/client/support/compositor/mock_compositor_dependencies.cc ('k') | blimp/client/test/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698