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

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

Powered by Google App Engine
This is Rietveld 408576698