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
OLD
NEW
« no previous file with comments
|
« no previous file
|
athena/athena.gyp » ('j')
|
no next file with comments »
Issue 558483003: Rename athena/common to athena/util
(Closed)
Created 6 years, 3 months ago by oshima
Modified 6 years, 3 months ago
Reviewers: sadrul, danakj
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 0