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

Unified Diff: content/test/BUILD.gn

Issue 2819163002: [DeviceService] Replace content browser test with service test for BatteryMonitorImpl (Closed)
Patch Set: Rebase only Created 3 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 2c30533198316a366bdaa9c0485bb9fe5b6ee4e3..797a7f7175cf194a54e9c3b38b9951a6fb62488d 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -589,7 +589,6 @@ test("content_browsertests") {
"../browser/accessibility/snapshot_ax_tree_browsertest.cc",
"../browser/accessibility/touch_accessibility_aura_browsertest.cc",
"../browser/background_sync/background_sync_browsertest.cc",
- "../browser/battery_status/battery_monitor_impl_browsertest.cc",
"../browser/blob_storage/blob_storage_browsertest.cc",
"../browser/blob_storage/blob_url_browsertest.cc",
"../browser/bookmarklet_browsertest.cc",
@@ -743,8 +742,6 @@ test("content_browsertests") {
"//content/shell:pak",
"//content/test:test_support",
"//device/base/synchronization",
- "//device/battery",
- "//device/battery:mojo_bindings",
"//device/generic_sensor",
"//device/power_save_blocker",
"//device/screen_orientation/public/interfaces",
@@ -870,7 +867,6 @@ test("content_browsertests") {
"../shell/android/browsertests_apk/content_browser_tests_jni_onload.cc",
]
sources -= [
- "../browser/battery_status/battery_monitor_impl_browsertest.cc",
"../browser/media/session/audio_focus_delegate_default_browsertest.cc",
"../browser/pointer_lock_browsertest.cc",
"../browser/pointer_lock_browsertest.h",
@@ -882,7 +878,6 @@ test("content_browsertests") {
"//content/shell/android:content_shell_jni_headers",
"//testing/android/native_test:native_test_support",
]
- deps -= [ "//device/battery" ]
android_manifest =
"${target_gen_dir}/content_browsertests_manifest/AndroidManifest.xml"
android_manifest_dep = ":content_browsertests_manifest"
@@ -1470,8 +1465,6 @@ test("content_unittests") {
"//content/public/renderer",
"//content/renderer:for_content_tests",
"//crypto",
- "//device/battery",
- "//device/battery:mojo_bindings",
"//device/bluetooth",
"//device/bluetooth:mocks",
"//device/gamepad",
@@ -1717,7 +1710,6 @@ test("content_unittests") {
"../browser/media/session/audio_focus_manager_unittest.cc",
"../browser/webui/url_data_manager_backend_unittest.cc",
]
- deps -= [ "//device/battery" ]
deps += [
"//base:base_java_unittest_support",

Powered by Google App Engine
This is Rietveld 408576698