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

Side by Side Diff: testing/buildbot/filters/BUILD.gn

Issue 2886553002: Rename ash_mus_unittests builder step to "ash_unittests --mus" (Closed)
Patch Set: build file Created 3 years, 7 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 | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/filters/ash_mus_unittests.filter » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 # This BUILD.gn file groups together filter files for particular test suites - 5 # This BUILD.gn file groups together filter files for particular test suites -
6 # for example filters applicable to content_browsertests are exposed as 6 # for example filters applicable to content_browsertests are exposed as
7 # the //testing/buildbot/filters:content_browsertests target. 7 # the //testing/buildbot/filters:content_browsertests target.
8 8
9 # Note that all filter files (for a given test suite) are unconditionally listed 9 # Note that all filter files (for a given test suite) are unconditionally listed
10 # together, even if some filter files are applicable only to some platforms. 10 # together, even if some filter files are applicable only to some platforms.
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 45
46 data = [ 46 data = [
47 "//testing/buildbot/filters/site-per-process.interactive_ui_tests.filter", 47 "//testing/buildbot/filters/site-per-process.interactive_ui_tests.filter",
48 ] 48 ]
49 } 49 }
50 50
51 source_set("ash_unittests_filters") { 51 source_set("ash_unittests_filters") {
52 testonly = true 52 testonly = true
53 53
54 data = [ 54 data = [
55 "//testing/buildbot/filters/ash_mus_unittests.filter", 55 "//testing/buildbot/filters/ash_unittests_mus.filter",
56 ] 56 ]
57 } 57 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/filters/ash_mus_unittests.filter » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698