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

Unified Diff: content/test/BUILD.gn

Issue 2870373002: [DeviceService] Add end-to-end browsertest for PowerMonitor (Closed)
Patch Set: Add mojo interface for test to get power state of child processes Created 3 years, 7 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 0864192380047792f02a1f6a18f742af5430d6a1..2a08f1709b2f75c2bcac710f02f4d0f81998a1a0 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -462,6 +462,7 @@ static_library("browsertest_support") {
mojom("content_test_mojo_bindings") {
sources = [
+ "../public/test/power_monitor_test.mojom",
"../public/test/test_service.mojom",
"test_browser_associated_interfaces.mojom",
]
@@ -664,6 +665,7 @@ test("content_browsertests") {
"../browser/pointer_lock_browsertest.cc",
"../browser/pointer_lock_browsertest.h",
"../browser/pointer_lock_browsertest_mac.mm",
+ "../browser/power_monitor_browsertest.cc",
"../browser/presentation/presentation_browsertest.cc",
"../browser/renderer_host/input/composited_scrolling_browsertest.cc",
"../browser/renderer_host/input/interaction_mq_dynamic_browsertest.cc",

Powered by Google App Engine
This is Rietveld 408576698