| 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/android/config.gni") | 5 import("//build/config/android/config.gni") |
| 6 import("//build/config/arm.gni") | 6 import("//build/config/arm.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/linux/pkg_config.gni") | 8 import("//build/config/linux/pkg_config.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 ":shared_memory_support", | 514 ":shared_memory_support", |
| 515 "//base", | 515 "//base", |
| 516 "//base:i18n", | 516 "//base:i18n", |
| 517 "//base/third_party/dynamic_annotations", | 517 "//base/third_party/dynamic_annotations", |
| 518 "//crypto", | 518 "//crypto", |
| 519 "//crypto:platform", # TODO(ajwong): This used to be provided by crypto.gyp
via export_dependent_settings | 519 "//crypto:platform", # TODO(ajwong): This used to be provided by crypto.gyp
via export_dependent_settings |
| 520 "//gpu/command_buffer/common", | 520 "//gpu/command_buffer/common", |
| 521 "//skia", | 521 "//skia", |
| 522 "//third_party/libyuv", | 522 "//third_party/libyuv", |
| 523 "//third_party/opus", | 523 "//third_party/opus", |
| 524 "//ui/base", |
| 524 "//ui/events:events_base", | 525 "//ui/events:events_base", |
| 525 "//ui/gfx", | 526 "//ui/gfx", |
| 526 "//ui/gfx/geometry", | 527 "//ui/gfx/geometry", |
| 527 "//url", | 528 "//url", |
| 528 ] | 529 ] |
| 529 } | 530 } |
| 530 | 531 |
| 531 # Minimal media component for media/cast on iOS. | 532 # Minimal media component for media/cast on iOS. |
| 532 if (is_ios) { | 533 if (is_ios) { |
| 533 component("media_for_cast_ios") { | 534 component("media_for_cast_ios") { |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 "//media/base:test_support", | 832 "//media/base:test_support", |
| 832 "//media/test:pipeline_integration_tests", | 833 "//media/test:pipeline_integration_tests", |
| 833 "//testing/gmock", | 834 "//testing/gmock", |
| 834 "//testing/gtest", | 835 "//testing/gtest", |
| 835 "//third_party/ffmpeg", | 836 "//third_party/ffmpeg", |
| 836 "//ui/gfx/geometry", | 837 "//ui/gfx/geometry", |
| 837 "//ui/gfx:test_support", | 838 "//ui/gfx:test_support", |
| 838 ] | 839 ] |
| 839 } | 840 } |
| 840 } | 841 } |
| OLD | NEW |