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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « cc/BUILD.gn ('k') | cc/base/rtree_perftest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Things within cc/base should not depend on things in cc/ outside of cc/base. 1 # Things within cc/base should not depend on things in cc/ outside of cc/base.
2 include_rules = [ 2 include_rules = [
3 "-cc", 3 "-cc",
4 "+cc/base", 4 "+cc/base",
5 ] 5 ]
6 6
7 # Tests can use things in cc/test 7 # Tests can use things in cc/test
8 specific_include_rules = { 8 specific_include_rules = {
9 ".*unittest\.cc": [ 9 ".*unittest\.cc": [
10 "+cc/test", 10 "+cc/test",
11 ] 11 ],
12 # Allow lap_timer.h for perftests
13 ".*perftest\.cc": [
14 "+cc/debug/lap_timer.h",
15 ],
12 } 16 }
OLDNEW
« 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