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

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

Issue 2266863003: blimp: Move BlimpCompositor to use delegated rendering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make gn happy Created 4 years, 4 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
« no previous file with comments | « blimp/client/public/BUILD.gn ('k') | blimp/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/test/BUILD.gn
diff --git a/blimp/client/test/BUILD.gn b/blimp/client/test/BUILD.gn
index 6240cd839743324d9e130c0615483ff0e12f7fda..43d7087dda09710b35c16c6d9b9644459e15bb0b 100644
--- a/blimp/client/test/BUILD.gn
+++ b/blimp/client/test/BUILD.gn
@@ -12,9 +12,13 @@ source_set("test") {
deps = [
"//base",
+ "//base/test:test_support",
+ "//blimp/client/core",
"//blimp/client/public:public_headers",
- "//google_apis:google_apis",
"//google_apis:test_support",
+ "//mojo/edk/system",
+ "//net",
+ "//ui/gfx",
]
public_deps = [
« no previous file with comments | « blimp/client/public/BUILD.gn ('k') | blimp/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698