OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/common/origin_util.h", | |
jww
2015/04/23 18:24:02
I'm pretty sure this is an invalid include and a l
lgarron
2015/04/23 23:05:51
This felt wrong, but I just wanted it to compile f
Evan Stade
2015/04/24 02:26:02
Some of the DEPS files have some comments. From sr
| |
2 "+components/webdata/common", | 3 "+components/webdata/common", |
3 "+content/public/browser", | 4 "+content/public/browser", |
4 "+crypto/random.h", | 5 "+crypto/random.h", |
5 "+google_apis/gaia", | 6 "+google_apis/gaia", |
6 "+google_apis/google_api_keys.h", | 7 "+google_apis/google_api_keys.h", |
7 "+gpu/config/gpu_info.h", | 8 "+gpu/config/gpu_info.h", |
8 "+sql", | 9 "+sql", |
9 "+third_party/libjingle", | 10 "+third_party/libjingle", |
10 "+third_party/libphonenumber", # For phone number i18n. | 11 "+third_party/libphonenumber", # For phone number i18n. |
11 ] | 12 ] |
12 | 13 |
13 specific_include_rules = { | 14 specific_include_rules = { |
14 '.*_[a-z]*test\.cc': [ | 15 '.*_[a-z]*test\.cc': [ |
15 "+content/public/test", | 16 "+content/public/test", |
16 ], | 17 ], |
17 } | 18 } |
OLD | NEW |