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

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

Issue 2646093002: Move //content/browser/device_sensor/ into device/sensors (Closed)
Patch Set: gn format & code rebase Created 3 years, 10 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("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "//content/public/child:child_sources", 424 "//content/public/child:child_sources",
425 "//content/public/common:common_sources", 425 "//content/public/common:common_sources",
426 "//content/public/common:feature_h264_with_openh264_ffmpeg", 426 "//content/public/common:feature_h264_with_openh264_ffmpeg",
427 "//content/public/common:features", 427 "//content/public/common:features",
428 "//crypto:platform", 428 "//crypto:platform",
429 "//device/base/synchronization", 429 "//device/base/synchronization",
430 "//device/battery:mojo_bindings", 430 "//device/battery:mojo_bindings",
431 "//device/gamepad/public/interfaces", 431 "//device/gamepad/public/interfaces",
432 "//device/screen_orientation/public/interfaces", 432 "//device/screen_orientation/public/interfaces",
433 "//device/sensors/public/cpp", 433 "//device/sensors/public/cpp",
434 "//device/sensors/public/interfaces",
434 "//device/usb/public/interfaces", 435 "//device/usb/public/interfaces",
435 "//device/vibration:mojo_bindings", 436 "//device/vibration:mojo_bindings",
436 "//gin", 437 "//gin",
437 "//gpu", 438 "//gpu",
438 "//gpu/command_buffer/client:gles2_interface", 439 "//gpu/command_buffer/client:gles2_interface",
439 "//jingle:jingle_glue", 440 "//jingle:jingle_glue",
440 "//media", 441 "//media",
441 "//media/blink", 442 "//media/blink",
442 "//media/capture", 443 "//media/capture",
443 "//media/gpu", 444 "//media/gpu",
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 # For the defines in mojo_media_config. 933 # For the defines in mojo_media_config.
933 public_configs = [ "//media/mojo/services:mojo_media_config" ] 934 public_configs = [ "//media/mojo/services:mojo_media_config" ]
934 } 935 }
935 936
936 if (!is_component_build) { 937 if (!is_component_build) {
937 public_deps = [ 938 public_deps = [
938 ":renderer", 939 ":renderer",
939 ] 940 ]
940 } 941 }
941 } 942 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698