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

Side by Side Diff: athena/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698