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

Unified Diff: services/BUILD.gn

Issue 2815623003: Revert of [DeviceService] Add service tests for VibrationManager. (Closed)
Patch Set: 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
« no previous file with comments | « device/vibration/vibration_manager_impl_default.cc ('k') | services/device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 48be221cdee8275757bbe257866c002e090748a1..7ac2551e21811a3acc91e962e2283bed1def020d 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -23,10 +23,8 @@
]
if (is_android) {
- deps += [
- # Some tests need to initialize V8.
- "//v8:v8_external_startup_data_assets",
- ]
+ # Some tests need to initialize V8.
+ deps += [ "//v8:v8_external_startup_data_assets" ]
} else {
# NOTE: We do not currently support standalone service binaries on Android,
# so any tests which use the ServiceTest framework to connect to standalone
@@ -40,7 +38,6 @@
catalog("service_unittests_catalog") {
testonly = true
catalog_deps = [
- "//services/device:tests_catalog",
"//services/preferences:tests_catalog",
"//services/video_capture:tests_catalog",
]
« no previous file with comments | « device/vibration/vibration_manager_impl_default.cc ('k') | services/device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698