| 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 ":shared_memory_support", | 524 ":shared_memory_support", |
| 525 "//base", | 525 "//base", |
| 526 "//base:i18n", | 526 "//base:i18n", |
| 527 "//base/third_party/dynamic_annotations", | 527 "//base/third_party/dynamic_annotations", |
| 528 "//crypto", | 528 "//crypto", |
| 529 "//crypto:platform", # TODO(ajwong): This used to be provided by crypto.gyp
via export_dependent_settings | 529 "//crypto:platform", # TODO(ajwong): This used to be provided by crypto.gyp
via export_dependent_settings |
| 530 "//gpu/command_buffer/common", | 530 "//gpu/command_buffer/common", |
| 531 "//skia", | 531 "//skia", |
| 532 "//third_party/libyuv", | 532 "//third_party/libyuv", |
| 533 "//third_party/opus", | 533 "//third_party/opus", |
| 534 "//ui/base", |
| 534 "//ui/events:events_base", | 535 "//ui/events:events_base", |
| 535 "//ui/gfx", | 536 "//ui/gfx", |
| 536 "//ui/gfx/geometry", | 537 "//ui/gfx/geometry", |
| 537 "//url", | 538 "//url", |
| 538 ] | 539 ] |
| 539 } | 540 } |
| 540 | 541 |
| 541 # Minimal media component for media/cast on iOS. | 542 # Minimal media component for media/cast on iOS. |
| 542 if (is_ios) { | 543 if (is_ios) { |
| 543 component("media_for_cast_ios") { | 544 component("media_for_cast_ios") { |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 841 "//media/base:test_support", | 842 "//media/base:test_support", |
| 842 "//media/test:pipeline_integration_tests", | 843 "//media/test:pipeline_integration_tests", |
| 843 "//testing/gmock", | 844 "//testing/gmock", |
| 844 "//testing/gtest", | 845 "//testing/gtest", |
| 845 "//third_party/ffmpeg", | 846 "//third_party/ffmpeg", |
| 846 "//ui/gfx/geometry", | 847 "//ui/gfx/geometry", |
| 847 "//ui/gfx:test_support", | 848 "//ui/gfx:test_support", |
| 848 ] | 849 ] |
| 849 } | 850 } |
| 850 } | 851 } |
| OLD | NEW |