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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 "+content/browser/tab_contents/test_tab_contents.h", | 89 "+content/browser/tab_contents/test_tab_contents.h", |
90 "+content/browser/tab_contents/title_updated_details.h", | 90 "+content/browser/tab_contents/title_updated_details.h", |
91 "+content/browser/tab_contents/web_contents_view_android.h", | 91 "+content/browser/tab_contents/web_contents_view_android.h", |
92 "+content/browser/tab_contents/web_contents_view_mac.h", | 92 "+content/browser/tab_contents/web_contents_view_mac.h", |
93 "+content/browser/tab_contents/web_drag_dest_delegate.h", | 93 "+content/browser/tab_contents/web_drag_dest_delegate.h", |
94 "+content/browser/tab_contents/web_drag_dest_gtk.h", | 94 "+content/browser/tab_contents/web_drag_dest_gtk.h", |
95 "+content/browser/tab_contents/web_drag_dest_mac.h", | 95 "+content/browser/tab_contents/web_drag_dest_mac.h", |
96 "+content/browser/tab_contents/web_drag_source_gtk.h", | 96 "+content/browser/tab_contents/web_drag_source_gtk.h", |
97 "+content/browser/tab_contents/web_drag_source_mac.h", | 97 "+content/browser/tab_contents/web_drag_source_mac.h", |
98 "+content/browser/trace_controller.h", | 98 "+content/browser/trace_controller.h", |
99 "+content/browser/zygote_host_linux.h", | |
100 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 99 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
101 | 100 |
102 "-content/common", | 101 "-content/common", |
103 | 102 |
104 # Other libraries. | 103 # Other libraries. |
105 "+chrome/third_party/hunspell", | 104 "+chrome/third_party/hunspell", |
106 "+chrome/third_party/mozilla_security_manager", | 105 "+chrome/third_party/mozilla_security_manager", |
107 "+libxml", # For search engine definition parsing. | 106 "+libxml", # For search engine definition parsing. |
108 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 107 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
109 "+third_party/cld", | 108 "+third_party/cld", |
110 "+third_party/expat", | 109 "+third_party/expat", |
111 "+third_party/iaccessible2", | 110 "+third_party/iaccessible2", |
112 "+third_party/isimpledom", | 111 "+third_party/isimpledom", |
113 "+third_party/libevent", # For the remote V8 debugging server | 112 "+third_party/libevent", # For the remote V8 debugging server |
114 "+third_party/libjingle", | 113 "+third_party/libjingle", |
115 "+third_party/protobuf/src/google/protobuf", | 114 "+third_party/protobuf/src/google/protobuf", |
116 "+third_party/sqlite", | 115 "+third_party/sqlite", |
117 "+third_party/undoview", | 116 "+third_party/undoview", |
118 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 117 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
119 | 118 |
120 # FIXME: these should probably not be here, we need to find a better | 119 # FIXME: these should probably not be here, we need to find a better |
121 # structure for these includes. | 120 # structure for these includes. |
122 "+chrome/renderer", | 121 "+chrome/renderer", |
123 ] | 122 ] |
OLD | NEW |