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

Unified Diff: blimp/engine/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 | « blimp/docs/test.md ('k') | blimp/engine/browser_tests/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/BUILD.gn
diff --git a/blimp/engine/BUILD.gn b/blimp/engine/BUILD.gn
index 0cdf5cdd9e44be59eeb7ec592f9518f3a79bd2b9..f6dcf87cae639bc152eaec4e8fde2ef5a2880163 100644
--- a/blimp/engine/BUILD.gn
+++ b/blimp/engine/BUILD.gn
@@ -762,65 +762,3 @@ if (is_linux) {
}
}
}
-
-source_set("browser_tests") {
- testonly = true
-
- sources = [
- "browser_tests/blimp_browser_test.cc",
- "browser_tests/blimp_browser_test.h",
- "browser_tests/blimp_client_session.cc",
- "browser_tests/blimp_client_session.h",
- "browser_tests/blimp_contents_view_readback_helper.cc",
- "browser_tests/blimp_contents_view_readback_helper.h",
- "browser_tests/blimp_test_launcher.cc",
- "browser_tests/input_browsertest.cc",
- "browser_tests/integration_test.cc",
- "browser_tests/navigation_browsertest.cc",
- "browser_tests/test_client_session.cc",
- "browser_tests/test_client_session.h",
- "browser_tests/waitable_content_pump.cc",
- "browser_tests/waitable_content_pump.h",
- ]
-
- defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
-
- deps = [
- "//base",
- "//blimp/client/core/compositor",
- "//blimp/client/core/contents",
- "//blimp/client/core/contents:test_support",
- "//blimp/client/core/context",
- "//blimp/client/core/geolocation",
- "//blimp/client/core/render_widget",
- "//blimp/client/core/render_widget:test_support",
- "//blimp/client/core/session",
- "//blimp/client/core/settings",
- "//blimp/client/core/switches",
- "//blimp/client/test",
- "//blimp/common",
- "//blimp/common/proto",
- "//blimp/engine:app",
- "//blimp/engine:app_config",
- "//blimp/engine:app_switches",
- "//blimp/engine:pak",
- "//blimp/engine:session",
- "//blimp/engine:test_support",
- "//blimp/net",
- "//components/prefs:test_support",
- "//content/public/app:both",
- "//content/test:test_support",
- "//device/geolocation",
- "//net",
- "//testing/gmock",
- "//testing/gtest",
- "//ui/events",
- "//ui/gfx/geometry",
- "//url",
- ]
-
- data = [
- "//blimp/test/data/",
- "$root_out_dir/blimp_engine.pak",
- ]
-}
« no previous file with comments | « blimp/docs/test.md ('k') | blimp/engine/browser_tests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698