Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Side by Side Diff: media/BUILD.gn

Issue 1339183002: Add localized default audio device names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix descriptions. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698