| 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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 "//media/midi:mojo", | 454 "//media/midi:mojo", |
| 455 "//media/mojo/interfaces:remoting", | 455 "//media/mojo/interfaces:remoting", |
| 456 "//mojo/common", | 456 "//mojo/common", |
| 457 "//mojo/edk/js", | 457 "//mojo/edk/js", |
| 458 "//mojo/public/cpp/bindings", | 458 "//mojo/public/cpp/bindings", |
| 459 "//mojo/public/js", | 459 "//mojo/public/js", |
| 460 "//net", | 460 "//net", |
| 461 "//ppapi/features", | 461 "//ppapi/features", |
| 462 "//printing/features", | 462 "//printing/features", |
| 463 "//sandbox", | 463 "//sandbox", |
| 464 "//services/device/public/interfaces:constants", |
| 464 "//services/service_manager/public/cpp", | 465 "//services/service_manager/public/cpp", |
| 465 "//services/service_manager/public/interfaces", | 466 "//services/service_manager/public/interfaces", |
| 466 "//services/ui/public/cpp/gpu", | 467 "//services/ui/public/cpp/gpu", |
| 467 "//skia", | 468 "//skia", |
| 468 "//storage/common", | 469 "//storage/common", |
| 469 "//third_party/WebKit/public:blink", | 470 "//third_party/WebKit/public:blink", |
| 470 "//third_party/WebKit/public:features", | 471 "//third_party/WebKit/public:features", |
| 471 "//third_party/WebKit/public:mojo_bindings", | 472 "//third_party/WebKit/public:mojo_bindings", |
| 472 "//third_party/boringssl", | 473 "//third_party/boringssl", |
| 473 "//third_party/icu", | 474 "//third_party/icu", |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 941 # For the defines in mojo_media_config. | 942 # For the defines in mojo_media_config. |
| 942 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 943 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 943 } | 944 } |
| 944 | 945 |
| 945 if (!is_component_build) { | 946 if (!is_component_build) { |
| 946 public_deps = [ | 947 public_deps = [ |
| 947 ":renderer", | 948 ":renderer", |
| 948 ] | 949 ] |
| 949 } | 950 } |
| 950 } | 951 } |
| OLD | NEW |