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

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

Issue 2896583005: Reland: Refactor DeviceMotionEventPump to use //device/generic_sensor instead of //device/sensors (Closed)
Patch Set: updated device sensor browsertest Created 3 years, 7 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
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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "//content/common:features", 445 "//content/common:features",
446 "//content/gpu:gpu_sources", 446 "//content/gpu:gpu_sources",
447 "//content/public/child:child_sources", 447 "//content/public/child:child_sources",
448 "//content/public/common:feature_h264_with_openh264_ffmpeg", 448 "//content/public/common:feature_h264_with_openh264_ffmpeg",
449 "//content/public/common:features", 449 "//content/public/common:features",
450 "//content/public/common:service_names", 450 "//content/public/common:service_names",
451 "//crypto:platform", 451 "//crypto:platform",
452 "//device/base/synchronization", 452 "//device/base/synchronization",
453 "//device/gamepad/public/cpp:shared_with_blink", 453 "//device/gamepad/public/cpp:shared_with_blink",
454 "//device/gamepad/public/interfaces", 454 "//device/gamepad/public/interfaces",
455 "//device/generic_sensor/public/cpp",
455 "//device/screen_orientation/public/interfaces", 456 "//device/screen_orientation/public/interfaces",
456 "//device/sensors/public/cpp:full", 457 "//device/sensors/public/cpp:full",
457 "//device/sensors/public/interfaces", 458 "//device/sensors/public/interfaces",
458 "//device/usb/public/interfaces", 459 "//device/usb/public/interfaces",
459 "//gin", 460 "//gin",
460 "//gpu", 461 "//gpu",
461 "//gpu/command_buffer/client:gles2_interface", 462 "//gpu/command_buffer/client:gles2_interface",
462 "//jingle:jingle_glue", 463 "//jingle:jingle_glue",
463 "//media", 464 "//media",
464 "//media/blink", 465 "//media/blink",
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 # See comment at the top of //content/BUILD.gn for how this works. 979 # See comment at the top of //content/BUILD.gn for how this works.
979 group("for_content_tests") { 980 group("for_content_tests") {
980 visibility = [ "//content/test/*" ] 981 visibility = [ "//content/test/*" ]
981 982
982 if (!is_component_build) { 983 if (!is_component_build) {
983 public_deps = [ 984 public_deps = [
984 ":renderer", 985 ":renderer",
985 ] 986 ]
986 } 987 }
987 } 988 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698