| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build_overrides/v8.gni") | 9 import("//build_overrides/v8.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 deps += [ "//third_party/webrtc/modules/desktop_capture" ] | 651 deps += [ "//third_party/webrtc/modules/desktop_capture" ] |
| 652 } | 652 } |
| 653 | 653 |
| 654 if (is_chromeos) { | 654 if (is_chromeos) { |
| 655 sources += | 655 sources += |
| 656 [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ] | 656 [ "../browser/media/capture/desktop_capture_device_aura_unittest.cc" ] |
| 657 } | 657 } |
| 658 | 658 |
| 659 if (is_android) { | 659 if (is_android) { |
| 660 sources -= [ | 660 sources -= [ |
| 661 "../renderer/media/audio_track_recorder_unittest.cc", |
| 661 "../renderer/media/media_recorder_handler_unittest.cc", | 662 "../renderer/media/media_recorder_handler_unittest.cc", |
| 662 "../renderer/media/video_track_recorder_unittest.cc", | 663 "../renderer/media/video_track_recorder_unittest.cc", |
| 663 ] | 664 ] |
| 664 } | 665 } |
| 665 } | 666 } |
| 666 | 667 |
| 667 if (enable_web_speech) { | 668 if (enable_web_speech) { |
| 668 sources += | 669 sources += |
| 669 rebase_path(content_tests_gypi_values.content_unittests_speech_sources, | 670 rebase_path(content_tests_gypi_values.content_unittests_speech_sources, |
| 670 ".", | 671 ".", |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 "//gpu/blink", | 855 "//gpu/blink", |
| 855 "//testing/gtest", | 856 "//testing/gtest", |
| 856 "//third_party/WebKit/public:blink", | 857 "//third_party/WebKit/public:blink", |
| 857 "//ui/base", | 858 "//ui/base", |
| 858 "//ui/gfx", | 859 "//ui/gfx", |
| 859 "//ui/gfx/geometry", | 860 "//ui/gfx/geometry", |
| 860 "//ui/gl", | 861 "//ui/gl", |
| 861 "//ui/gl:test_support", | 862 "//ui/gl:test_support", |
| 862 ] | 863 ] |
| 863 } | 864 } |
| OLD | NEW |