| 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 "//mojo/public/cpp/bindings", | 477 "//mojo/public/cpp/bindings", |
| 478 "//mojo/public/js", | 478 "//mojo/public/js", |
| 479 "//net", | 479 "//net", |
| 480 "//ppapi/features", | 480 "//ppapi/features", |
| 481 "//printing/features", | 481 "//printing/features", |
| 482 "//sandbox", | 482 "//sandbox", |
| 483 "//services/device/public/interfaces", | 483 "//services/device/public/interfaces", |
| 484 "//services/device/public/interfaces:constants", | 484 "//services/device/public/interfaces:constants", |
| 485 "//services/service_manager/public/cpp", | 485 "//services/service_manager/public/cpp", |
| 486 "//services/service_manager/public/interfaces", | 486 "//services/service_manager/public/interfaces", |
| 487 "//services/ui/public/cpp/bitmap", |
| 487 "//services/ui/public/cpp/gpu", | 488 "//services/ui/public/cpp/gpu", |
| 488 "//skia", | 489 "//skia", |
| 489 "//storage/common", | 490 "//storage/common", |
| 490 "//third_party/WebKit/public:blink", | 491 "//third_party/WebKit/public:blink", |
| 491 "//third_party/WebKit/public:features", | 492 "//third_party/WebKit/public:features", |
| 492 "//third_party/WebKit/public:mojo_bindings", | 493 "//third_party/WebKit/public:mojo_bindings", |
| 493 "//third_party/boringssl", | 494 "//third_party/boringssl", |
| 494 "//third_party/icu", | 495 "//third_party/icu", |
| 495 "//third_party/libyuv", | 496 "//third_party/libyuv", |
| 496 "//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory", | 497 "//third_party/webrtc/api/audio_codecs:builtin_audio_decoder_factory", |
| (...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 969 # For the defines in mojo_media_config. | 970 # For the defines in mojo_media_config. |
| 970 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 971 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 971 } | 972 } |
| 972 | 973 |
| 973 if (!is_component_build) { | 974 if (!is_component_build) { |
| 974 public_deps = [ | 975 public_deps = [ |
| 975 ":renderer", | 976 ":renderer", |
| 976 ] | 977 ] |
| 977 } | 978 } |
| 978 } | 979 } |
| OLD | NEW |