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

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

Issue 2734943003: Device Service: Decouple Wake Lock from //content (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »
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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "//device/bluetooth", 70 "//device/bluetooth",
71 "//device/gamepad", 71 "//device/gamepad",
72 "//device/generic_sensor", 72 "//device/generic_sensor",
73 "//device/geolocation", 73 "//device/geolocation",
74 "//device/geolocation/public/interfaces", 74 "//device/geolocation/public/interfaces",
75 "//device/nfc:mojo_bindings", 75 "//device/nfc:mojo_bindings",
76 "//device/power_save_blocker", 76 "//device/power_save_blocker",
77 "//device/screen_orientation/public/interfaces", 77 "//device/screen_orientation/public/interfaces",
78 "//device/vr", 78 "//device/vr",
79 "//device/vr:features", 79 "//device/vr:features",
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 "//gpu/vulkan:features", 86 "//gpu/vulkan:features",
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 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 "tracing/trace_message_filter.cc", 1399 "tracing/trace_message_filter.cc",
1400 "tracing/trace_message_filter.h", 1400 "tracing/trace_message_filter.h",
1401 "tracing/tracing_controller_impl.cc", 1401 "tracing/tracing_controller_impl.cc",
1402 "tracing/tracing_controller_impl.h", 1402 "tracing/tracing_controller_impl.h",
1403 "tracing/tracing_controller_impl_data_sinks.cc", 1403 "tracing/tracing_controller_impl_data_sinks.cc",
1404 "tracing/tracing_ui.cc", 1404 "tracing/tracing_ui.cc",
1405 "tracing/tracing_ui.h", 1405 "tracing/tracing_ui.h",
1406 "user_metrics.cc", 1406 "user_metrics.cc",
1407 "utility_process_host_impl.cc", 1407 "utility_process_host_impl.cc",
1408 "utility_process_host_impl.h", 1408 "utility_process_host_impl.h",
1409 "wake_lock/wake_lock_context_host.cc",
1410 "wake_lock/wake_lock_context_host.h",
1409 "web_contents/aura/gesture_nav_simple.cc", 1411 "web_contents/aura/gesture_nav_simple.cc",
1410 "web_contents/aura/gesture_nav_simple.h", 1412 "web_contents/aura/gesture_nav_simple.h",
1411 "web_contents/aura/overscroll_navigation_overlay.cc", 1413 "web_contents/aura/overscroll_navigation_overlay.cc",
1412 "web_contents/aura/overscroll_navigation_overlay.h", 1414 "web_contents/aura/overscroll_navigation_overlay.h",
1413 "web_contents/aura/overscroll_window_animation.cc", 1415 "web_contents/aura/overscroll_window_animation.cc",
1414 "web_contents/aura/overscroll_window_animation.h", 1416 "web_contents/aura/overscroll_window_animation.h",
1415 "web_contents/aura/overscroll_window_delegate.cc", 1417 "web_contents/aura/overscroll_window_delegate.cc",
1416 "web_contents/aura/overscroll_window_delegate.h", 1418 "web_contents/aura/overscroll_window_delegate.h",
1417 "web_contents/aura/shadow_layer_delegate.cc", 1419 "web_contents/aura/shadow_layer_delegate.cc",
1418 "web_contents/aura/shadow_layer_delegate.h", 1420 "web_contents/aura/shadow_layer_delegate.h",
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
2048 if (!is_component_build) { 2050 if (!is_component_build) {
2049 public_deps = [ 2051 public_deps = [
2050 ":browser", 2052 ":browser",
2051 ] 2053 ]
2052 } else { 2054 } else {
2053 public_deps = [ 2055 public_deps = [
2054 "//third_party/leveldatabase", 2056 "//third_party/leveldatabase",
2055 ] 2057 ]
2056 } 2058 }
2057 } 2059 }
OLDNEW
« 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