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

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

Issue 2662583003: Clean up device/vr BUILD file. (Closed)
Patch Set: 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | device/vr/BUILD.gn » ('j') | no next file with comments »
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/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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/usb/public/interfaces", 434 "//device/usb/public/interfaces",
435 "//device/vibration:mojo_bindings", 435 "//device/vibration:mojo_bindings",
436 "//device/vr:mojo_bindings",
437 "//gin", 436 "//gin",
438 "//gpu", 437 "//gpu",
439 "//gpu/command_buffer/client:gles2_interface", 438 "//gpu/command_buffer/client:gles2_interface",
440 "//jingle:jingle_glue", 439 "//jingle:jingle_glue",
441 "//media", 440 "//media",
442 "//media/blink", 441 "//media/blink",
443 "//media/capture", 442 "//media/capture",
444 "//media/gpu", 443 "//media/gpu",
445 "//media/gpu/ipc/client", 444 "//media/gpu/ipc/client",
446 "//media/gpu/ipc/common", 445 "//media/gpu/ipc/common",
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 # For the defines in mojo_media_config. 932 # For the defines in mojo_media_config.
934 public_configs = [ "//media/mojo/services:mojo_media_config" ] 933 public_configs = [ "//media/mojo/services:mojo_media_config" ]
935 } 934 }
936 935
937 if (!is_component_build) { 936 if (!is_component_build) {
938 public_deps = [ 937 public_deps = [
939 ":renderer", 938 ":renderer",
940 ] 939 ]
941 } 940 }
942 } 941 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | device/vr/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698