| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//content/common/common.gni") | 7 import("//content/common/common.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
| 10 if (is_mac) { | 10 if (is_mac) { |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "gpu/media/android_deferred_rendering_backing_strategy.cc", | 321 "gpu/media/android_deferred_rendering_backing_strategy.cc", |
| 322 "gpu/media/android_deferred_rendering_backing_strategy.h", | 322 "gpu/media/android_deferred_rendering_backing_strategy.h", |
| 323 "gpu/media/android_video_decode_accelerator.cc", | 323 "gpu/media/android_video_decode_accelerator.cc", |
| 324 "gpu/media/android_video_decode_accelerator.h", | 324 "gpu/media/android_video_decode_accelerator.h", |
| 325 "gpu/media/avda_codec_image.cc", | 325 "gpu/media/avda_codec_image.cc", |
| 326 "gpu/media/avda_codec_image.h", | 326 "gpu/media/avda_codec_image.h", |
| 327 "gpu/media/avda_return_on_failure.h", | 327 "gpu/media/avda_return_on_failure.h", |
| 328 "gpu/media/avda_shared_state.cc", | 328 "gpu/media/avda_shared_state.cc", |
| 329 "gpu/media/avda_shared_state.h", | 329 "gpu/media/avda_shared_state.h", |
| 330 "gpu/media/avda_state_provider.h", | 330 "gpu/media/avda_state_provider.h", |
| 331 "gpu/media/avda_surface_tracker.cc", |
| 332 "gpu/media/avda_surface_tracker.h", |
| 331 ] | 333 ] |
| 332 | 334 |
| 333 if (enable_webrtc) { | 335 if (enable_webrtc) { |
| 334 deps += [ "//third_party/libyuv" ] | 336 deps += [ "//third_party/libyuv" ] |
| 335 sources += [ | 337 sources += [ |
| 336 "gpu/media/android_video_encode_accelerator.cc", | 338 "gpu/media/android_video_encode_accelerator.cc", |
| 337 "gpu/media/android_video_encode_accelerator.h", | 339 "gpu/media/android_video_encode_accelerator.h", |
| 338 ] | 340 ] |
| 339 } | 341 } |
| 340 | 342 |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 "//components/leveldb/public/interfaces", | 532 "//components/leveldb/public/interfaces", |
| 531 "//components/mus/public/interfaces", | 533 "//components/mus/public/interfaces", |
| 532 "//content/public/common:mojo_bindings", | 534 "//content/public/common:mojo_bindings", |
| 533 "//services/shell/public/interfaces", | 535 "//services/shell/public/interfaces", |
| 534 "//skia/public/interfaces", | 536 "//skia/public/interfaces", |
| 535 "//third_party/WebKit/public:mojo_bindings", | 537 "//third_party/WebKit/public:mojo_bindings", |
| 536 "//ui/mojo/geometry:interfaces", | 538 "//ui/mojo/geometry:interfaces", |
| 537 "//url/mojo:url_mojom_origin", | 539 "//url/mojo:url_mojom_origin", |
| 538 ] | 540 ] |
| 539 } | 541 } |
| OLD | NEW |