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

Side by Side Diff: content/test/BUILD.gn

Issue 2651593002: mus: Remove the old client lib. (Closed)
Patch Set: restore test Created 3 years, 11 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
« no previous file with comments | « content/renderer/render_widget.cc ('k') | services/ui/public/cpp/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/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
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
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 }
OLDNEW
« no previous file with comments | « content/renderer/render_widget.cc ('k') | services/ui/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698