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

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

Issue 2808093006: [Device Service] Move Gamepad Blink headers to be part of the Gamepad client library (Closed)
Patch Set: rebase and address comments Created 3 years, 8 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/public/renderer/renderer_gamepad_provider.h ('k') | content/renderer/DEPS » ('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("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 "//content/child", 439 "//content/child",
440 "//content/common", 440 "//content/common",
441 "//content/common:features", 441 "//content/common:features",
442 "//content/gpu:gpu_sources", 442 "//content/gpu:gpu_sources",
443 "//content/public/child:child_sources", 443 "//content/public/child:child_sources",
444 "//content/public/common:feature_h264_with_openh264_ffmpeg", 444 "//content/public/common:feature_h264_with_openh264_ffmpeg",
445 "//content/public/common:features", 445 "//content/public/common:features",
446 "//content/public/common:service_names", 446 "//content/public/common:service_names",
447 "//crypto:platform", 447 "//crypto:platform",
448 "//device/base/synchronization", 448 "//device/base/synchronization",
449 "//device/gamepad/public/cpp:shared_with_blink",
449 "//device/gamepad/public/interfaces", 450 "//device/gamepad/public/interfaces",
450 "//device/screen_orientation/public/interfaces", 451 "//device/screen_orientation/public/interfaces",
451 "//device/sensors/public/cpp:full", 452 "//device/sensors/public/cpp:full",
452 "//device/sensors/public/interfaces", 453 "//device/sensors/public/interfaces",
453 "//device/usb/public/interfaces", 454 "//device/usb/public/interfaces",
454 "//gin", 455 "//gin",
455 "//gpu", 456 "//gpu",
456 "//gpu/command_buffer/client:gles2_interface", 457 "//gpu/command_buffer/client:gles2_interface",
457 "//jingle:jingle_glue", 458 "//jingle:jingle_glue",
458 "//media", 459 "//media",
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 # For the defines in mojo_media_config. 977 # For the defines in mojo_media_config.
977 public_configs = [ "//media/mojo/services:mojo_media_config" ] 978 public_configs = [ "//media/mojo/services:mojo_media_config" ]
978 } 979 }
979 980
980 if (!is_component_build) { 981 if (!is_component_build) {
981 public_deps = [ 982 public_deps = [
982 ":renderer", 983 ":renderer",
983 ] 984 ]
984 } 985 }
985 } 986 }
OLDNEW
« no previous file with comments | « content/public/renderer/renderer_gamepad_provider.h ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698