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 19 matching lines...) Expand all Loading... |
30 "+content/browser", | 30 "+content/browser", |
31 | 31 |
32 "-content/common", | 32 "-content/common", |
33 # TODO(jam): remove all the exceptions. BUG=98716 | 33 # TODO(jam): remove all the exceptions. BUG=98716 |
34 "+content/common/child_process.h", | 34 "+content/common/child_process.h", |
35 "+content/common/child_process_host.h", | 35 "+content/common/child_process_host.h", |
36 "+content/common/child_process_info.h", | 36 "+content/common/child_process_info.h", |
37 "+content/common/chrome_application_mac.h", | 37 "+content/common/chrome_application_mac.h", |
38 "+content/common/mac/scoped_sending_event.h", | 38 "+content/common/mac/scoped_sending_event.h", |
39 "+content/common/view_messages.h", | 39 "+content/common/view_messages.h", |
40 # TODO(pfeldman) | |
41 "+content/common/devtools_messages.h", | |
42 # TODO(gbilock) | 40 # TODO(gbilock) |
43 "+content/common/intents_messages.h", | 41 "+content/common/intents_messages.h", |
44 | 42 |
45 # Other libraries. | 43 # Other libraries. |
46 "+chrome/third_party/hunspell", | 44 "+chrome/third_party/hunspell", |
47 "+chrome/third_party/mozilla_security_manager", | 45 "+chrome/third_party/mozilla_security_manager", |
48 "+libxml", # For search engine definition parsing. | 46 "+libxml", # For search engine definition parsing. |
49 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 47 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
50 "+third_party/cld", | 48 "+third_party/cld", |
51 "+third_party/expat", | 49 "+third_party/expat", |
52 "+third_party/iaccessible2", | 50 "+third_party/iaccessible2", |
53 "+third_party/isimpledom", | 51 "+third_party/isimpledom", |
54 "+third_party/libevent", # For the remote V8 debugging server | 52 "+third_party/libevent", # For the remote V8 debugging server |
55 "+third_party/libjingle", | 53 "+third_party/libjingle", |
56 "+third_party/protobuf/src/google/protobuf", | 54 "+third_party/protobuf/src/google/protobuf", |
57 "+third_party/sqlite", | 55 "+third_party/sqlite", |
58 "+third_party/undoview", | 56 "+third_party/undoview", |
59 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 57 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
60 | 58 |
61 # FIXME: these should probably not be here, we need to find a better | 59 # FIXME: these should probably not be here, we need to find a better |
62 # structure for these includes. | 60 # structure for these includes. |
63 "+chrome/renderer", | 61 "+chrome/renderer", |
64 ] | 62 ] |
OLD | NEW |