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

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: Rebase. 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/engine/browser_tests/engine_browsertest.cc ('k') | blimp/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/test/BUILD.gn
diff --git a/blimp/test/BUILD.gn b/blimp/test/BUILD.gn
index 162f04ad14fb16a71af4796758193f2a5f1da13e..ad9519519d72deb34f78d61214404585384d7f13 100644
--- a/blimp/test/BUILD.gn
+++ b/blimp/test/BUILD.gn
@@ -26,10 +26,22 @@ source_set("support") {
]
deps = [
+ "//base",
+ "//blimp/client/core",
+ "//net",
"//ui/gfx",
"//ui/gfx/geometry",
]
+ if (is_android) {
nyquist 2016/08/16 01:29:55 I think this you want this to go in //blimp:blimp_
Khushal 2016/08/16 18:08:25 Done. Thanks!
+ deps += [
+ "//base:base_java",
+ "//blimp/client/core:core_java",
+ "//net/android:net_java",
+ "//ui/android:ui_java",
+ ]
+ }
+
public_deps = [
"//blimp/common",
"//cc",
« no previous file with comments | « blimp/engine/browser_tests/engine_browsertest.cc ('k') | blimp/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698