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

Unified Diff: blimp/BUILD.gn

Issue 2620213004: Remove all blimp browsertests. (Closed)
Patch Set: Created 3 years, 11 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 | « base/threading/thread_restrictions.h ('k') | blimp/client/core/compositor/BUILD.gn » ('j') | no next file with comments »
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 e482defc8ba7aa5448b2ccef32803d24099f6993..df3f4b61aee00bd6b3c635c31beb9e3e3ee3c40e 100644
--- a/blimp/BUILD.gn
+++ b/blimp/BUILD.gn
@@ -41,10 +41,7 @@ group("blimp_tests") {
]
if (is_linux) {
- deps += [
- ":blimp_browsertests",
- "//blimp/test/fake_engine:fake_engine_app_tests",
- ]
+ deps += [ "//blimp/test/fake_engine:fake_engine_app_tests" ]
}
}
@@ -67,15 +64,6 @@ test("blimp_unittests") {
}
if (is_linux) {
- test("blimp_browsertests") {
- deps = [
- "//blimp/engine:browser_tests",
- ]
- data = [
- "test/data/",
- ]
- }
-
_blimp_engine_env_tests_runtime_deps =
"$root_gen_dir/blimp-tests.runtime_deps"
_rebased_blimp_engine_env_tests_runtime_deps =
@@ -94,7 +82,6 @@ if (is_linux) {
# "data_deps". Otherwise, GN assumes that the executable (and
# everything it requires) is a build-time dependency only.
data_deps = [
- ":blimp_browsertests",
":blimp_unittests",
"//base:base_unittests",
"//breakpad:generate_test_dump",
« no previous file with comments | « base/threading/thread_restrictions.h ('k') | blimp/client/core/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698