| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 "+content/browser/tab_contents/tab_contents_view_win.h", | 44 "+content/browser/tab_contents/tab_contents_view_win.h", |
| 45 "+content/browser/tab_contents/tab_contents_view_gtk.h", | 45 "+content/browser/tab_contents/tab_contents_view_gtk.h", |
| 46 "+content/browser/tab_contents/tab_contents_view_helper.h", | 46 "+content/browser/tab_contents/tab_contents_view_helper.h", |
| 47 "+content/browser/tab_contents/test_tab_contents.h", | 47 "+content/browser/tab_contents/test_tab_contents.h", |
| 48 "+content/browser/tab_contents/web_contents_drag_win.h", | 48 "+content/browser/tab_contents/web_contents_drag_win.h", |
| 49 "+content/browser/tab_contents/web_contents_view_android.h", | 49 "+content/browser/tab_contents/web_contents_view_android.h", |
| 50 "+content/browser/tab_contents/web_contents_view_mac.h", | 50 "+content/browser/tab_contents/web_contents_view_mac.h", |
| 51 "+content/browser/tab_contents/web_drag_dest_gtk.h", | 51 "+content/browser/tab_contents/web_drag_dest_gtk.h", |
| 52 "+content/browser/tab_contents/web_drag_dest_win.h", | 52 "+content/browser/tab_contents/web_drag_dest_win.h", |
| 53 "+content/browser/tab_contents/web_drag_source_gtk.h", | 53 "+content/browser/tab_contents/web_drag_source_gtk.h", |
| 54 "+content/browser/trace_controller.h", | |
| 55 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 54 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
| 56 | 55 |
| 57 "-content/common", | 56 "-content/common", |
| 58 | 57 |
| 59 # Other libraries. | 58 # Other libraries. |
| 60 "+chrome/third_party/hunspell", | 59 "+chrome/third_party/hunspell", |
| 61 "+chrome/third_party/mozilla_security_manager", | 60 "+chrome/third_party/mozilla_security_manager", |
| 62 "+libxml", # For search engine definition parsing. | 61 "+libxml", # For search engine definition parsing. |
| 63 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 62 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
| 64 "+third_party/cld", | 63 "+third_party/cld", |
| 65 "+third_party/expat", | 64 "+third_party/expat", |
| 66 "+third_party/iaccessible2", | 65 "+third_party/iaccessible2", |
| 67 "+third_party/isimpledom", | 66 "+third_party/isimpledom", |
| 68 "+third_party/libevent", # For the remote V8 debugging server | 67 "+third_party/libevent", # For the remote V8 debugging server |
| 69 "+third_party/libjingle", | 68 "+third_party/libjingle", |
| 70 "+third_party/protobuf/src/google/protobuf", | 69 "+third_party/protobuf/src/google/protobuf", |
| 71 "+third_party/sqlite", | 70 "+third_party/sqlite", |
| 72 "+third_party/undoview", | 71 "+third_party/undoview", |
| 73 | 72 |
| 74 # FIXME: these should probably not be here, we need to find a better | 73 # FIXME: these should probably not be here, we need to find a better |
| 75 # structure for these includes. | 74 # structure for these includes. |
| 76 "+chrome/renderer", | 75 "+chrome/renderer", |
| 77 ] | 76 ] |
| OLD | NEW |