| 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("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 "//media", | 449 "//media", |
| 450 "//media/blink", | 450 "//media/blink", |
| 451 "//media/capture", | 451 "//media/capture", |
| 452 "//media/gpu", | 452 "//media/gpu", |
| 453 "//media/gpu/ipc/client", | 453 "//media/gpu/ipc/client", |
| 454 "//media/gpu/ipc/common", | 454 "//media/gpu/ipc/common", |
| 455 "//media/midi", | 455 "//media/midi", |
| 456 "//media/midi:mojo", | 456 "//media/midi:mojo", |
| 457 "//media/mojo/interfaces:remoting", | 457 "//media/mojo/interfaces:remoting", |
| 458 "//mojo/common", | 458 "//mojo/common", |
| 459 "//mojo/edk/js", | |
| 460 "//mojo/public/cpp/bindings", | 459 "//mojo/public/cpp/bindings", |
| 461 "//mojo/public/js", | 460 "//mojo/public/js", |
| 462 "//net", | 461 "//net", |
| 463 "//ppapi/features", | 462 "//ppapi/features", |
| 464 "//printing/features", | 463 "//printing/features", |
| 465 "//sandbox", | 464 "//sandbox", |
| 466 "//services/service_manager/public/cpp", | 465 "//services/service_manager/public/cpp", |
| 467 "//services/service_manager/public/interfaces", | 466 "//services/service_manager/public/interfaces", |
| 468 "//services/ui/public/cpp/gpu", | 467 "//services/ui/public/cpp/gpu", |
| 469 "//skia", | 468 "//skia", |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 943 # For the defines in mojo_media_config. | 942 # For the defines in mojo_media_config. |
| 944 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 943 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 945 } | 944 } |
| 946 | 945 |
| 947 if (!is_component_build) { | 946 if (!is_component_build) { |
| 948 public_deps = [ | 947 public_deps = [ |
| 949 ":renderer", | 948 ":renderer", |
| 950 ] | 949 ] |
| 951 } | 950 } |
| 952 } | 951 } |
| OLD | NEW |