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

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

Issue 2123363002: ShellTest -> ServiceTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « media/mojo/services/media_mojo_unittest.cc ('k') | media/test/pipeline_integration_test.cc » ('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("//media/media_options.gni") 5 import("//media/media_options.gni")
6 import("//testing/libfuzzer/fuzzer_test.gni") 6 import("//testing/libfuzzer/fuzzer_test.gni")
7 7
8 source_set("pipeline_integration_test_base") { 8 source_set("pipeline_integration_test_base") {
9 testonly = true 9 testonly = true
10 10
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ":pipeline_integration_test_base", 92 ":pipeline_integration_test_base",
93 "//base", 93 "//base",
94 "//base/test:test_support", 94 "//base/test:test_support",
95 "//media", 95 "//media",
96 "//media:test_support", 96 "//media:test_support",
97 "//media/audio:test_support", 97 "//media/audio:test_support",
98 "//media/base:test_support", 98 "//media/base:test_support",
99 "//media/mojo/clients", 99 "//media/mojo/clients",
100 "//media/mojo/interfaces", 100 "//media/mojo/interfaces",
101 "//media/mojo/services", 101 "//media/mojo/services",
102 "//services/shell/public/cpp:shell_test_support", 102 "//services/shell/public/cpp:service_test_support",
103 "//testing/gtest", 103 "//testing/gtest",
104 "//ui/gfx:test_support", 104 "//ui/gfx:test_support",
105 "//ui/gfx/geometry", 105 "//ui/gfx/geometry",
106 106
107 # TODO(dalecurtis): Required since the gmock header is included in the 107 # TODO(dalecurtis): Required since the gmock header is included in the
108 # header for pipeline_integration_test_base.h. This should be moved 108 # header for pipeline_integration_test_base.h. This should be moved
109 # into the .cc file to avoid the extra dependency here. 109 # into the .cc file to avoid the extra dependency here.
110 "//testing/gmock", 110 "//testing/gmock",
111 ] 111 ]
112 } 112 }
(...skipping 11 matching lines...) Expand all
124 # TODO(dalecurtis): Required since the gmock header is included in the 124 # TODO(dalecurtis): Required since the gmock header is included in the
125 # header for pipeline_integration_test_base.h. This should be 125 # header for pipeline_integration_test_base.h. This should be
126 # moved into the .cc file to avoid the extra dependency here. 126 # moved into the .cc file to avoid the extra dependency here.
127 "//testing/gmock", 127 "//testing/gmock",
128 "//ui/gfx:test_support", 128 "//ui/gfx:test_support",
129 ] 129 ]
130 130
131 # This is done to avoid DEATH of ASan with "Thread limit exceeded" error. 131 # This is done to avoid DEATH of ASan with "Thread limit exceeded" error.
132 libfuzzer_options = [ "runs=500000" ] 132 libfuzzer_options = [ "runs=500000" ]
133 } 133 }
OLDNEW
« no previous file with comments | « media/mojo/services/media_mojo_unittest.cc ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698