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

Unified Diff: blimp/BUILD.gn

Issue 1929723002: [Blimp] Adds blimp engine browser test framework and LoadUrl test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « no previous file | blimp/client/BUILD.gn » ('j') | blimp/client/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/BUILD.gn
diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn
index ec23917556bc32c2df2322fdce37fbe7c6b98cd5..1a3b4e038a8fa212fcdc744e52ac8964f4141ae0 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -48,6 +48,10 @@ group("blimp_tests") {
if (is_android) {
deps += [ "//blimp/client:blimp_test_apk" ]
}
+
+ if (is_linux) {
+ deps += [ "//blimp/test:engine_browsertests" ]
+ }
}
test("blimp_unittests") {
« no previous file with comments | « no previous file | blimp/client/BUILD.gn » ('j') | blimp/client/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698