[Android] Don't use a device blacklist if one isn't provided.
[chromium-blink-merge.git] / testing / perf / BUILD.gn
blob949f15abf1e2013cabe7915218a8b2e9c97f66e8
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
3 # found in the LICENSE file.
5 source_set("perf") {
6   testonly = true
7   sources = [
8     "perf_test.cc",
9     "perf_test.h",
10   ]
11   deps = [
12     "//base",
13   ]