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

Side by Side Diff: athena/DEPS

Issue 863033002: Delete athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months 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 | « no previous file | athena/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Please do not add dependency to chrome/ and its subdirectories
2
3 include_rules = [
4 # Components within athena must state their dependencies explicitly
5 # except for common.
6 "-athena",
7 "+athena/util",
8 ]
9
10 specific_include_rules = {
11 ".*unittest\.cc": [
12 "+athena/test",
13 ],
14 ".*browsertest\.cc": [
15 "+athena/test",
16 ],
17 }
18
OLDNEW
« no previous file with comments | « no previous file | athena/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698