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

Unified Diff: blimp/test/BUILD.gn

Issue 2241623002: blimp: Move compositing, input and render widget feature to client/core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments from #7 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
Index: blimp/test/BUILD.gn
diff --git a/blimp/test/BUILD.gn b/blimp/test/BUILD.gn
index 162f04ad14fb16a71af4796758193f2a5f1da13e..c3165cdda2b0c8accacd7a7eea35a2fe8acffa6a 100644
--- a/blimp/test/BUILD.gn
+++ b/blimp/test/BUILD.gn
@@ -12,8 +12,13 @@ source_set("run_all_unittests") {
]
deps = [
+ "//base",
"//base/test:test_support",
+ "//blimp/client/core",
+ "//blimp/client/public:public_headers",
"//mojo/edk/system",
+ "//net",
+ "//ui/gfx",
]
}

Powered by Google App Engine
This is Rietveld 408576698