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

Unified Diff: device/BUILD.gn

Issue 2389743002: Content Modularization Project: Move Wake Lock to //device (Closed)
Patch Set: Eliminate frame reference Created 4 years, 2 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 | « content/test/BUILD.gn ('k') | device/wake_lock/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 0d18ce56848fb9b95a76fa99f1990683ab449a48..16be3a3c80d76506e03d5fbe4d29778ee1ac6958 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -63,6 +63,7 @@ test("device_unittests") {
"gamepad/gamepad_provider_unittest.cc",
"generic_sensor/platform_sensor_provider_unittest.cc",
"test/run_all_unittests.cc",
+ "wake_lock/wake_lock_service_context_unittest.cc",
]
deps = [
@@ -79,6 +80,7 @@ test("device_unittests") {
"//device/generic_sensor:testing",
"//device/geolocation:unittests",
"//device/power_save_blocker",
+ "//device/wake_lock",
"//mojo/common",
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
« no previous file with comments | « content/test/BUILD.gn ('k') | device/wake_lock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698