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

Side by Side Diff: content/browser/BUILD.gn

Issue 2734943003: Device Service: Decouple Wake Lock from //content (Closed)
Patch Set: Bugfix 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/public/browser/web_contents.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "//device/gamepad", 70 "//device/gamepad",
71 "//device/generic_sensor", 71 "//device/generic_sensor",
72 "//device/geolocation", 72 "//device/geolocation",
73 "//device/geolocation/public/interfaces", 73 "//device/geolocation/public/interfaces",
74 "//device/nfc:mojo_bindings", 74 "//device/nfc:mojo_bindings",
75 "//device/power_save_blocker", 75 "//device/power_save_blocker",
76 "//device/screen_orientation/public/interfaces", 76 "//device/screen_orientation/public/interfaces",
77 "//device/sensors", 77 "//device/sensors",
78 "//device/vibration", 78 "//device/vibration",
79 "//device/vr", 79 "//device/vr",
80 "//device/wake_lock", 80 "//device/wake_lock/public/interfaces",
81 "//google_apis", 81 "//google_apis",
82 "//gpu", 82 "//gpu",
83 "//gpu/command_buffer/client:gles2_implementation", 83 "//gpu/command_buffer/client:gles2_implementation",
84 "//gpu/command_buffer/client:gles2_interface", 84 "//gpu/command_buffer/client:gles2_interface",
85 "//gpu/ipc/host", 85 "//gpu/ipc/host",
86 "//ipc", 86 "//ipc",
87 "//media", 87 "//media",
88 "//media/capture", 88 "//media/capture",
89 "//media/capture/mojo:image_capture", 89 "//media/capture/mojo:image_capture",
90 "//media/gpu/ipc/client", 90 "//media/gpu/ipc/client",
(...skipping 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after
2032 if (!is_component_build) { 2032 if (!is_component_build) {
2033 public_deps = [ 2033 public_deps = [
2034 ":browser", 2034 ":browser",
2035 ] 2035 ]
2036 } else { 2036 } else {
2037 public_deps = [ 2037 public_deps = [
2038 "//third_party/leveldatabase", 2038 "//third_party/leveldatabase",
2039 ] 2039 ]
2040 } 2040 }
2041 } 2041 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/public/browser/web_contents.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698