OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/app", | 2 "+chrome/app", |
3 "+chrome/app/locales", | 3 "+chrome/app/locales", |
4 "+chrome/installer", | 4 "+chrome/installer", |
5 "+chrome/personalization", | 5 "+chrome/personalization", |
6 "+chrome/profile_import", | 6 "+chrome/profile_import", |
7 "+chrome/tools/profiles", # For history unit tests. | 7 "+chrome/tools/profiles", # For history unit tests. |
8 "+chrome/views", | 8 "+chrome/views", |
9 "+content/plugin/plugin_interpose_util_mac.h", | 9 "+content/plugin/plugin_interpose_util_mac.h", |
10 "+content/public/browser", | 10 "+content/public/browser", |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 100 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
101 "+third_party/cld", | 101 "+third_party/cld", |
102 "+third_party/expat", | 102 "+third_party/expat", |
103 "+third_party/iaccessible2", | 103 "+third_party/iaccessible2", |
104 "+third_party/isimpledom", | 104 "+third_party/isimpledom", |
105 "+third_party/libevent", # For the remote V8 debugging server | 105 "+third_party/libevent", # For the remote V8 debugging server |
106 "+third_party/libjingle", | 106 "+third_party/libjingle", |
107 "+third_party/protobuf/src/google/protobuf", | 107 "+third_party/protobuf/src/google/protobuf", |
108 "+third_party/sqlite", | 108 "+third_party/sqlite", |
109 "+third_party/undoview", | 109 "+third_party/undoview", |
110 "+v8/include", # Browser uses V8 to get the version and run the debugger. | |
111 | 110 |
112 # FIXME: these should probably not be here, we need to find a better | 111 # FIXME: these should probably not be here, we need to find a better |
113 # structure for these includes. | 112 # structure for these includes. |
114 "+chrome/renderer", | 113 "+chrome/renderer", |
115 ] | 114 ] |
OLD | NEW |