| OLD | NEW |
| 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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 440 "//content/gpu:gpu_sources", | 440 "//content/gpu:gpu_sources", |
| 441 "//content/public/child:child_sources", | 441 "//content/public/child:child_sources", |
| 442 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 442 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 443 "//content/public/common:features", | 443 "//content/public/common:features", |
| 444 "//content/public/common:service_names", | 444 "//content/public/common:service_names", |
| 445 "//crypto:platform", | 445 "//crypto:platform", |
| 446 "//device/base/synchronization", | 446 "//device/base/synchronization", |
| 447 "//device/gamepad/public/cpp:shared_with_blink", | 447 "//device/gamepad/public/cpp:shared_with_blink", |
| 448 "//device/gamepad/public/interfaces", | 448 "//device/gamepad/public/interfaces", |
| 449 "//device/screen_orientation/public/interfaces", | 449 "//device/screen_orientation/public/interfaces", |
| 450 "//device/sensors/public/cpp:full", | |
| 451 "//device/sensors/public/interfaces", | |
| 452 "//device/usb/public/interfaces", | 450 "//device/usb/public/interfaces", |
| 453 "//gin", | 451 "//gin", |
| 454 "//gpu", | 452 "//gpu", |
| 455 "//gpu/command_buffer/client:gles2_interface", | 453 "//gpu/command_buffer/client:gles2_interface", |
| 456 "//jingle:jingle_glue", | 454 "//jingle:jingle_glue", |
| 457 "//media", | 455 "//media", |
| 458 "//media/blink", | 456 "//media/blink", |
| 459 "//media/capture", | 457 "//media/capture", |
| 460 "//media/gpu", | 458 "//media/gpu", |
| 461 "//media/gpu/ipc/client", | 459 "//media/gpu/ipc/client", |
| 462 "//media/gpu/ipc/common", | 460 "//media/gpu/ipc/common", |
| 463 "//media/midi", | 461 "//media/midi", |
| 464 "//media/midi:mojo", | 462 "//media/midi:mojo", |
| 465 "//media/mojo/interfaces:remoting", | 463 "//media/mojo/interfaces:remoting", |
| 466 "//mojo/common", | 464 "//mojo/common", |
| 467 "//mojo/edk/js", | 465 "//mojo/edk/js", |
| 468 "//mojo/public/cpp/bindings", | 466 "//mojo/public/cpp/bindings", |
| 469 "//mojo/public/js", | 467 "//mojo/public/js", |
| 470 "//net", | 468 "//net", |
| 471 "//ppapi/features", | 469 "//ppapi/features", |
| 472 "//printing/features", | 470 "//printing/features", |
| 473 "//sandbox", | 471 "//sandbox", |
| 472 "//services/device/public/cpp/sensors:full", |
| 474 "//services/device/public/interfaces", | 473 "//services/device/public/interfaces", |
| 475 "//services/device/public/interfaces:constants", | 474 "//services/device/public/interfaces:constants", |
| 476 "//services/service_manager/public/cpp", | 475 "//services/service_manager/public/cpp", |
| 477 "//services/service_manager/public/interfaces", | 476 "//services/service_manager/public/interfaces", |
| 478 "//services/ui/public/cpp/bitmap", | 477 "//services/ui/public/cpp/bitmap", |
| 479 "//services/ui/public/cpp/gpu", | 478 "//services/ui/public/cpp/gpu", |
| 480 "//skia", | 479 "//skia", |
| 481 "//storage/common", | 480 "//storage/common", |
| 482 "//third_party/WebKit/public:blink", | 481 "//third_party/WebKit/public:blink", |
| 483 "//third_party/WebKit/public:features", | 482 "//third_party/WebKit/public:features", |
| (...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 975 # For the defines in mojo_media_config. | 974 # For the defines in mojo_media_config. |
| 976 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 975 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 977 } | 976 } |
| 978 | 977 |
| 979 if (!is_component_build) { | 978 if (!is_component_build) { |
| 980 public_deps = [ | 979 public_deps = [ |
| 981 ":renderer", | 980 ":renderer", |
| 982 ] | 981 ] |
| 983 } | 982 } |
| 984 } | 983 } |
| OLD | NEW |