summaryrefslogtreecommitdiffstats
path: root/testing/perf
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-01-07 05:00:51 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-07 13:01:40 +0000
commit7d6ec24650eb3f6c7ab8dcfcf0c2829095951962 (patch)
tree467219488746b5173333d2fe763caba49156f0e1 /testing/perf
parentc76ec5eea085163d5712052debb2b3899003a6eb (diff)
downloadchromium_src-7d6ec24650eb3f6c7ab8dcfcf0c2829095951962.zip
chromium_src-7d6ec24650eb3f6c7ab8dcfcf0c2829095951962.tar.gz
chromium_src-7d6ec24650eb3f6c7ab8dcfcf0c2829095951962.tar.bz2
Add browser_tests to the GN build.
Other misc fixes including: Add "data_deps" to the templates in BUILDCONFIG. This was renamed from "datadeps" a while ago but both are still supported. extension_management_test_util.cc includes a generated file policy_constants. GYP generates this with an extra "policy" directory but GN doesn't. The way GYP has the dirs set up, though, using only one "policy" works (and this is what other files do) so I just changed the include. TBR=dpranke Review URL: https://codereview.chromium.org/824373003 Cr-Commit-Position: refs/heads/master@{#310276}
Diffstat (limited to 'testing/perf')
-rw-r--r--testing/perf/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/perf/BUILD.gn b/testing/perf/BUILD.gn
index 9d7ca91..ee6e1da 100644
--- a/testing/perf/BUILD.gn
+++ b/testing/perf/BUILD.gn
@@ -5,6 +5,7 @@
source_set("perf") {
sources = [
"perf_test.cc",
+ "perf_test.h",
]
deps = [
"//base",