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

Unified Diff: content/browser/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 | « no previous file | content/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 810050dcd650acef602ebc433eabc9b925f99e03..88c6c74a0534df238fc411887048e3f68cb3b2e0 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -67,6 +67,7 @@ source_set("browser") {
"//device/power_save_blocker",
"//device/time_zone_monitor",
"//device/vibration",
+ "//device/wake_lock",
"//gin",
"//google_apis",
"//gpu",
@@ -1319,10 +1320,6 @@ source_set("browser") {
"user_metrics.cc",
"utility_process_host_impl.cc",
"utility_process_host_impl.h",
- "wake_lock/wake_lock_service_context.cc",
- "wake_lock/wake_lock_service_context.h",
- "wake_lock/wake_lock_service_impl.cc",
- "wake_lock/wake_lock_service_impl.h",
"web_contents/aura/gesture_nav_simple.cc",
"web_contents/aura/gesture_nav_simple.h",
"web_contents/aura/overscroll_navigation_overlay.cc",
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698