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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/browser/wake_lock/wake_lock_browsertest.cc » ('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("//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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/sensors", 78 "//device/sensors",
79 "//device/vibration", 79 "//device/vibration",
80 "//device/vr", 80 "//device/vr",
81 "//device/vr:features", 81 "//device/vr:features",
82 "//device/wake_lock", 82 "//device/wake_lock/public/interfaces",
83 "//google_apis", 83 "//google_apis",
84 "//gpu", 84 "//gpu",
85 "//gpu/command_buffer/client:gles2_implementation", 85 "//gpu/command_buffer/client:gles2_implementation",
86 "//gpu/command_buffer/client:gles2_interface", 86 "//gpu/command_buffer/client:gles2_interface",
87 "//gpu/ipc/host", 87 "//gpu/ipc/host",
88 "//gpu/vulkan:features", 88 "//gpu/vulkan:features",
89 "//ipc", 89 "//ipc",
90 "//media", 90 "//media",
91 "//media/capture", 91 "//media/capture",
92 "//media/capture/mojo:image_capture", 92 "//media/capture/mojo:image_capture",
(...skipping 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 "tracing/trace_message_filter.cc", 1390 "tracing/trace_message_filter.cc",
1391 "tracing/trace_message_filter.h", 1391 "tracing/trace_message_filter.h",
1392 "tracing/tracing_controller_impl.cc", 1392 "tracing/tracing_controller_impl.cc",
1393 "tracing/tracing_controller_impl.h", 1393 "tracing/tracing_controller_impl.h",
1394 "tracing/tracing_controller_impl_data_sinks.cc", 1394 "tracing/tracing_controller_impl_data_sinks.cc",
1395 "tracing/tracing_ui.cc", 1395 "tracing/tracing_ui.cc",
1396 "tracing/tracing_ui.h", 1396 "tracing/tracing_ui.h",
1397 "user_metrics.cc", 1397 "user_metrics.cc",
1398 "utility_process_host_impl.cc", 1398 "utility_process_host_impl.cc",
1399 "utility_process_host_impl.h", 1399 "utility_process_host_impl.h",
1400 "wake_lock/wake_lock_context_host.cc",
1401 "wake_lock/wake_lock_context_host.h",
1400 "web_contents/aura/gesture_nav_simple.cc", 1402 "web_contents/aura/gesture_nav_simple.cc",
1401 "web_contents/aura/gesture_nav_simple.h", 1403 "web_contents/aura/gesture_nav_simple.h",
1402 "web_contents/aura/overscroll_navigation_overlay.cc", 1404 "web_contents/aura/overscroll_navigation_overlay.cc",
1403 "web_contents/aura/overscroll_navigation_overlay.h", 1405 "web_contents/aura/overscroll_navigation_overlay.h",
1404 "web_contents/aura/overscroll_window_animation.cc", 1406 "web_contents/aura/overscroll_window_animation.cc",
1405 "web_contents/aura/overscroll_window_animation.h", 1407 "web_contents/aura/overscroll_window_animation.h",
1406 "web_contents/aura/overscroll_window_delegate.cc", 1408 "web_contents/aura/overscroll_window_delegate.cc",
1407 "web_contents/aura/overscroll_window_delegate.h", 1409 "web_contents/aura/overscroll_window_delegate.h",
1408 "web_contents/aura/shadow_layer_delegate.cc", 1410 "web_contents/aura/shadow_layer_delegate.cc",
1409 "web_contents/aura/shadow_layer_delegate.h", 1411 "web_contents/aura/shadow_layer_delegate.h",
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 if (!is_component_build) { 2040 if (!is_component_build) {
2039 public_deps = [ 2041 public_deps = [
2040 ":browser", 2042 ":browser",
2041 ] 2043 ]
2042 } else { 2044 } else {
2043 public_deps = [ 2045 public_deps = [
2044 "//third_party/leveldatabase", 2046 "//third_party/leveldatabase",
2045 ] 2047 ]
2046 } 2048 }
2047 } 2049 }
OLDNEW
« 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