OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+chrome/browser/apps", | 3 "+chrome/browser/apps", |
4 "+components/guest_view/common", | 4 "+components/guest_view/common", |
5 "+device/hid", | 5 "+device/hid", |
6 # Enable remote assistance on Chrome OS | 6 # Enable remote assistance on Chrome OS |
7 "+remoting/host", | 7 "+remoting/host", |
8 # cld version 2 library | |
Takashi Toyoshima
2015/07/08 03:19:41
This comment looks meaningless because it's trivia
amalika
2015/07/08 21:58:02
Done.
| |
9 "+third_party/cld_2/src", | |
8 ] | 10 ] |
9 | 11 |
10 specific_include_rules = { | 12 specific_include_rules = { |
11 ".*test.*": [ | 13 ".*test.*": [ |
12 "+components/captive_portal", | 14 "+components/captive_portal", |
13 ], | 15 ], |
14 } | 16 } |
OLD | NEW |