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

Unified Diff: third_party/WebKit/Source/modules/wake_lock/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 | « device/wake_lock/wake_lock_service_impl.cc ('k') | third_party/WebKit/Source/modules/wake_lock/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/wake_lock/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/wake_lock/BUILD.gn b/third_party/WebKit/Source/modules/wake_lock/BUILD.gn
index 36efb5148480af4e2179e1f8ec2d16c626fa6f02..71b7bc18e6de3540abaaa6fac68d3993a76a9075 100644
--- a/third_party/WebKit/Source/modules/wake_lock/BUILD.gn
+++ b/third_party/WebKit/Source/modules/wake_lock/BUILD.gn
@@ -9,4 +9,8 @@ blink_modules_sources("wake_lock") {
"ScreenWakeLock.cpp",
"ScreenWakeLock.h",
]
+
+ deps = [
+ "//device/wake_lock/public/interfaces:interfaces_blink",
+ ]
}
« no previous file with comments | « device/wake_lock/wake_lock_service_impl.cc ('k') | third_party/WebKit/Source/modules/wake_lock/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698