OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+breakpad", | 2 "+breakpad", |
3 "+chrome/app", | 3 "+chrome/app", |
4 "+chrome/app/locales", | 4 "+chrome/app/locales", |
5 "+chrome/installer", | 5 "+chrome/installer", |
6 "+chrome/personalization", | 6 "+chrome/personalization", |
7 "+chrome/profile_import", | 7 "+chrome/profile_import", |
8 "+chrome/tools/profiles", # For history unit tests. | 8 "+chrome/tools/profiles", # For history unit tests. |
9 "+chrome/views", | 9 "+chrome/views", |
10 "+chromeos", | 10 "+chromeos", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 "+chrome/browser/ui/views/ash/key_rewriter.h", | 51 "+chrome/browser/ui/views/ash/key_rewriter.h", |
52 "+chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h", | 52 "+chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h", |
53 "+chrome/browser/ui/views/ash/panel_view_aura.h", | 53 "+chrome/browser/ui/views/ash/panel_view_aura.h", |
54 "+chrome/browser/ui/views/ash/screenshot_taker.h", | 54 "+chrome/browser/ui/views/ash/screenshot_taker.h", |
55 "+chrome/browser/ui/views/ash/user_gesture_handler.h", | 55 "+chrome/browser/ui/views/ash/user_gesture_handler.h", |
56 "+chrome/browser/ui/views/ash/volume_controller_chromeos.h", | 56 "+chrome/browser/ui/views/ash/volume_controller_chromeos.h", |
57 "+chrome/browser/ui/views/bookmarks/bookmark_bar_view.h", | 57 "+chrome/browser/ui/views/bookmarks/bookmark_bar_view.h", |
58 "+chrome/browser/ui/views/browser_actions_container.h", | 58 "+chrome/browser/ui/views/browser_actions_container.h", |
59 "+chrome/browser/ui/views/chrome_views_delegate.h", | 59 "+chrome/browser/ui/views/chrome_views_delegate.h", |
60 "+chrome/browser/ui/views/constrained_window_views.h", | 60 "+chrome/browser/ui/views/constrained_window_views.h", |
61 "+chrome/browser/ui/views/event_utils.h", | |
62 "+chrome/browser/ui/views/extensions/extension_popup.h", | 61 "+chrome/browser/ui/views/extensions/extension_popup.h", |
63 "+chrome/browser/ui/views/extensions/extension_view.h", | 62 "+chrome/browser/ui/views/extensions/extension_view.h", |
64 "+chrome/browser/ui/views/frame/browser_view.h", | 63 "+chrome/browser/ui/views/frame/browser_view.h", |
65 "+chrome/browser/ui/views/infobars/infobar_container_view.h", | 64 "+chrome/browser/ui/views/infobars/infobar_container_view.h", |
66 "+chrome/browser/ui/views/location_bar/location_bar_view.h", | 65 "+chrome/browser/ui/views/location_bar/location_bar_view.h", |
67 "+chrome/browser/ui/views/location_bar/location_icon_view.h", | 66 "+chrome/browser/ui/views/location_bar/location_icon_view.h", |
68 "+chrome/browser/ui/views/notifications/balloon_view.h", | 67 "+chrome/browser/ui/views/notifications/balloon_view.h", |
69 "+chrome/browser/ui/views/notifications/balloon_view_host.h", | 68 "+chrome/browser/ui/views/notifications/balloon_view_host.h", |
70 "+chrome/browser/ui/views/page_info_bubble_view.h", | 69 "+chrome/browser/ui/views/page_info_bubble_view.h", |
71 "+chrome/browser/ui/views/reload_button.h", | 70 "+chrome/browser/ui/views/reload_button.h", |
(...skipping 17 matching lines...) Expand all Loading... |
89 "+third_party/libevent", # For the remote V8 debugging server | 88 "+third_party/libevent", # For the remote V8 debugging server |
90 "+third_party/libjingle", | 89 "+third_party/libjingle", |
91 "+third_party/protobuf/src/google/protobuf", | 90 "+third_party/protobuf/src/google/protobuf", |
92 "+third_party/sqlite", | 91 "+third_party/sqlite", |
93 "+third_party/undoview", | 92 "+third_party/undoview", |
94 | 93 |
95 # FIXME: these should probably not be here, we need to find a better | 94 # FIXME: these should probably not be here, we need to find a better |
96 # structure for these includes. | 95 # structure for these includes. |
97 "+chrome/renderer", | 96 "+chrome/renderer", |
98 ] | 97 ] |
OLD | NEW |