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 "-athena",
6 "-athena",
7 "+athena/common",
6 ]
8 ]
9
10 specific_include_rules = {
11 ".*unittest\.cc": [
12 "+athena/test",
13 ],
14 }
15
OLD
NEW
« no previous file with comments
|
« no previous file
|
athena/activity/DEPS » ('j')
|
no next file with comments »
Issue 322503005: Athena's FocusManager
(Closed)
Created 6 years, 6 months ago by oshima
Modified 6 years, 6 months ago
Reviewers: Jun Mukai, Ben Goodger (Google)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 9