Roll src/third_party/WebKit 86a890b:30421b4 (svn 193837:193840)
[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   ]