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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 "//mojo/public/cpp/bindings", | 469 "//mojo/public/cpp/bindings", |
470 "//mojo/public/js", | 470 "//mojo/public/js", |
471 "//net", | 471 "//net", |
472 "//ppapi/features", | 472 "//ppapi/features", |
473 "//printing/features", | 473 "//printing/features", |
474 "//sandbox", | 474 "//sandbox", |
475 "//services/device/public/interfaces", | 475 "//services/device/public/interfaces", |
476 "//services/device/public/interfaces:constants", | 476 "//services/device/public/interfaces:constants", |
477 "//services/service_manager/public/cpp", | 477 "//services/service_manager/public/cpp", |
478 "//services/service_manager/public/interfaces", | 478 "//services/service_manager/public/interfaces", |
| 479 "//services/ui/public/cpp/bitmap", |
479 "//services/ui/public/cpp/gpu", | 480 "//services/ui/public/cpp/gpu", |
480 "//skia", | 481 "//skia", |
481 "//storage/common", | 482 "//storage/common", |
482 "//third_party/WebKit/public:blink", | 483 "//third_party/WebKit/public:blink", |
483 "//third_party/WebKit/public:features", | 484 "//third_party/WebKit/public:features", |
484 "//third_party/WebKit/public:mojo_bindings", | 485 "//third_party/WebKit/public:mojo_bindings", |
485 "//third_party/boringssl", | 486 "//third_party/boringssl", |
486 "//third_party/icu", | 487 "//third_party/icu", |
487 "//third_party/libyuv", | 488 "//third_party/libyuv", |
488 "//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory", | 489 "//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory", |
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
965 # For the defines in mojo_media_config. | 966 # For the defines in mojo_media_config. |
966 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 967 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
967 } | 968 } |
968 | 969 |
969 if (!is_component_build) { | 970 if (!is_component_build) { |
970 public_deps = [ | 971 public_deps = [ |
971 ":renderer", | 972 ":renderer", |
972 ] | 973 ] |
973 } | 974 } |
974 } | 975 } |
OLD | NEW |