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/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
(...skipping 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1683 "../browser/speech/chunked_byte_buffer_unittest.cc", | 1683 "../browser/speech/chunked_byte_buffer_unittest.cc", |
1684 "../browser/speech/endpointer/endpointer_unittest.cc", | 1684 "../browser/speech/endpointer/endpointer_unittest.cc", |
1685 "../browser/speech/speech_recognition_engine_unittest.cc", | 1685 "../browser/speech/speech_recognition_engine_unittest.cc", |
1686 "../browser/speech/speech_recognizer_impl_unittest.cc", | 1686 "../browser/speech/speech_recognizer_impl_unittest.cc", |
1687 ] | 1687 ] |
1688 deps += [ "//third_party/libvpx" ] | 1688 deps += [ "//third_party/libvpx" ] |
1689 } | 1689 } |
1690 | 1690 |
1691 if (use_aura) { | 1691 if (use_aura) { |
1692 deps += [ | 1692 deps += [ |
1693 "//services/ui/public/cpp/tests:unittest_support", | |
1694 "//ui/aura:test_support", | 1693 "//ui/aura:test_support", |
1695 "//ui/aura_extra", | 1694 "//ui/aura_extra", |
1696 "//ui/wm", | 1695 "//ui/wm", |
1697 ] | 1696 ] |
1698 sources += [ "../renderer/mus/compositor_mus_connection_unittest.cc" ] | |
1699 } else { | 1697 } else { |
1700 sources -= [ | 1698 sources -= [ |
1701 "../browser/renderer_host/render_widget_host_view_aura_unittest.cc", | 1699 "../browser/renderer_host/render_widget_host_view_aura_unittest.cc", |
1702 "../browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc", | 1700 "../browser/web_contents/aura/overscroll_navigation_overlay_unittest.cc", |
1703 "../browser/web_contents/aura/overscroll_window_animation_unittest.cc", | 1701 "../browser/web_contents/aura/overscroll_window_animation_unittest.cc", |
1704 "../browser/web_contents/aura/overscroll_window_delegate_unittest.cc", | 1702 "../browser/web_contents/aura/overscroll_window_delegate_unittest.cc", |
1705 "../browser/web_contents/web_contents_view_aura_unittest.cc", | 1703 "../browser/web_contents/web_contents_view_aura_unittest.cc", |
1706 ] | 1704 ] |
1707 } | 1705 } |
1708 | 1706 |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1779 if (is_android) { | 1777 if (is_android) { |
1780 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1778 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1781 } | 1779 } |
1782 } | 1780 } |
1783 | 1781 |
1784 group("fuzzers") { | 1782 group("fuzzers") { |
1785 deps = [ | 1783 deps = [ |
1786 "//content/test/fuzzer", | 1784 "//content/test/fuzzer", |
1787 ] | 1785 ] |
1788 } | 1786 } |
OLD | NEW |