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

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: fix issues on Android, Mac and Windows Created 3 years, 6 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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "//content/common:features", 451 "//content/common:features",
452 "//content/gpu:gpu_sources", 452 "//content/gpu:gpu_sources",
453 "//content/public/child:child_sources", 453 "//content/public/child:child_sources",
454 "//content/public/common:feature_h264_with_openh264_ffmpeg", 454 "//content/public/common:feature_h264_with_openh264_ffmpeg",
455 "//content/public/common:features", 455 "//content/public/common:features",
456 "//content/public/common:service_names", 456 "//content/public/common:service_names",
457 "//crypto:platform", 457 "//crypto:platform",
458 "//device/base/synchronization", 458 "//device/base/synchronization",
459 "//device/gamepad/public/cpp:shared_with_blink", 459 "//device/gamepad/public/cpp:shared_with_blink",
460 "//device/gamepad/public/interfaces", 460 "//device/gamepad/public/interfaces",
461 "//device/generic_sensor/public/cpp",
461 "//device/screen_orientation/public/interfaces", 462 "//device/screen_orientation/public/interfaces",
462 "//device/sensors/public/cpp:full", 463 "//device/sensors/public/cpp:full",
463 "//device/sensors/public/interfaces", 464 "//device/sensors/public/interfaces",
464 "//device/usb/public/interfaces", 465 "//device/usb/public/interfaces",
465 "//gin", 466 "//gin",
466 "//gpu", 467 "//gpu",
467 "//gpu/command_buffer/client:gles2_interface", 468 "//gpu/command_buffer/client:gles2_interface",
468 "//jingle:jingle_glue", 469 "//jingle:jingle_glue",
469 "//media", 470 "//media",
470 "//media/blink", 471 "//media/blink",
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 # See comment at the top of //content/BUILD.gn for how this works. 993 # See comment at the top of //content/BUILD.gn for how this works.
993 group("for_content_tests") { 994 group("for_content_tests") {
994 visibility = [ "//content/test/*" ] 995 visibility = [ "//content/test/*" ]
995 996
996 if (!is_component_build) { 997 if (!is_component_build) {
997 public_deps = [ 998 public_deps = [
998 ":renderer", 999 ":renderer",
999 ] 1000 ]
1000 } 1001 }
1001 } 1002 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698