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

Unified Diff: content/browser/BUILD.gn

Issue 2734943003: Device Service: Decouple Wake Lock from //content (Closed)
Patch Set: Response to review + rebase Created 3 years, 9 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') | content/browser/wake_lock/wake_lock_browsertest.cc » ('J')
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 b5ada72d04eb191c7903c75ede10c84e2640416a..5e8f794f269dc23eeab0aaf9a22fd1b7cdeff987 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -79,7 +79,7 @@ source_set("browser") {
"//device/vibration",
"//device/vr",
"//device/vr:features",
- "//device/wake_lock",
+ "//device/wake_lock/public/interfaces",
"//google_apis",
"//gpu",
"//gpu/command_buffer/client:gles2_implementation",
@@ -1397,6 +1397,8 @@ source_set("browser") {
"user_metrics.cc",
"utility_process_host_impl.cc",
"utility_process_host_impl.h",
+ "wake_lock/wake_lock_context_host.cc",
+ "wake_lock/wake_lock_context_host.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') | content/browser/wake_lock/wake_lock_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698