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

Unified Diff: cc/base/DEPS

Issue 2576793002: cc: Add rtree perftests. (Closed)
Patch Set: rtreefix: large_query Created 4 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/BUILD.gn ('k') | cc/base/rtree_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/DEPS
diff --git a/cc/base/DEPS b/cc/base/DEPS
index 33b4e8f0bac8541aa39886d3e5d966ef5ffdf499..1bcb1a18c2fc0e6484f2a57d9511041a63a583e1 100644
--- a/cc/base/DEPS
+++ b/cc/base/DEPS
@@ -8,5 +8,9 @@ include_rules = [
specific_include_rules = {
".*unittest\.cc": [
"+cc/test",
- ]
+ ],
+ # Allow lap_timer.h for perftests
+ ".*perftest\.cc": [
+ "+cc/debug/lap_timer.h",
+ ],
}
« no previous file with comments | « cc/BUILD.gn ('k') | cc/base/rtree_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698