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

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: fix gn files 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..884f414abb90db68c718abb16c995ae4a9f5cb7e 100644
--- a/blimp/test/BUILD.gn
+++ b/blimp/test/BUILD.gn
@@ -26,6 +26,9 @@ source_set("support") {
]
deps = [
+ "//base",
nyquist 2016/08/16 23:14:57 It doesn't look like you updated these sources. Di
Khushal 2016/08/18 03:16:32 Done.
+ "//blimp/client/core",
+ "//net",
"//ui/gfx",
"//ui/gfx/geometry",
]

Powered by Google App Engine
This is Rietveld 408576698