diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 22:47:00 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 22:47:00 +0000 |
commit | 52964610aceab2646985efa765927a52a3eab8fa (patch) | |
tree | 3fa85576baeb335acce4892938e41d801782c116 /testing/perf | |
parent | 371ebf7ae33444795cce2d75479e8f8f40171ce1 (diff) | |
download | chromium_src-52964610aceab2646985efa765927a52a3eab8fa.zip chromium_src-52964610aceab2646985efa765927a52a3eab8fa.tar.gz chromium_src-52964610aceab2646985efa765927a52a3eab8fa.tar.bz2 |
Add BUILD.gn for //testing/perf.
All hail GN. oRZ
BUG=none
R=brettw@chromium.org
Review URL: https://codereview.chromium.org/380483002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/perf')
-rw-r--r-- | testing/perf/BUILD.gn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/perf/BUILD.gn b/testing/perf/BUILD.gn new file mode 100644 index 0000000..d158f19 --- /dev/null +++ b/testing/perf/BUILD.gn @@ -0,0 +1,8 @@ +# Copyright 2014 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +source_set("perf") { + sources = [ "perf_test.cc" ] + deps = [ "//base" ] +} |