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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 43 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
44 "+chrome/browser/ui/views/ash/panel_view_aura.h", | 44 "+chrome/browser/ui/views/ash/panel_view_aura.h", |
45 "+chrome/browser/ui/views/bookmarks/bookmark_bar_view.h", | 45 "+chrome/browser/ui/views/bookmarks/bookmark_bar_view.h", |
46 "+chrome/browser/ui/views/constrained_window_views.h", | 46 "+chrome/browser/ui/views/constrained_window_views.h", |
47 "+chrome/browser/ui/views/extensions/extension_popup.h", | 47 "+chrome/browser/ui/views/extensions/extension_popup.h", |
48 "+chrome/browser/ui/views/extensions/extension_view.h", | 48 "+chrome/browser/ui/views/extensions/extension_view.h", |
49 "+chrome/browser/ui/views/frame/browser_view.h", | 49 "+chrome/browser/ui/views/frame/browser_view.h", |
50 "+chrome/browser/ui/views/infobars/infobar_container_view.h", | 50 "+chrome/browser/ui/views/infobars/infobar_container_view.h", |
51 "+chrome/browser/ui/views/location_bar/location_bar_view.h", | 51 "+chrome/browser/ui/views/location_bar/location_bar_view.h", |
52 "+chrome/browser/ui/views/location_bar/location_icon_view.h", | 52 "+chrome/browser/ui/views/location_bar/location_icon_view.h", |
| 53 "+chrome/browser/ui/views/network_profile_bubble.h", |
53 "+chrome/browser/ui/views/notifications/balloon_view.h", | 54 "+chrome/browser/ui/views/notifications/balloon_view.h", |
54 "+chrome/browser/ui/views/notifications/balloon_view_host.h", | 55 "+chrome/browser/ui/views/notifications/balloon_view_host.h", |
55 "+chrome/browser/ui/views/page_info_bubble_view.h", | 56 "+chrome/browser/ui/views/page_info_bubble_view.h", |
56 "+chrome/browser/ui/views/reload_button.h", | 57 "+chrome/browser/ui/views/reload_button.h", |
57 "+chrome/browser/ui/views/select_file_dialog_extension.h", | 58 "+chrome/browser/ui/views/select_file_dialog_extension.h", |
58 "+chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h", | 59 "+chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h", |
59 "+chrome/browser/ui/views/toolbar_view.h", | 60 "+chrome/browser/ui/views/toolbar_view.h", |
60 "+chrome/browser/ui/views/unhandled_keyboard_event_handler.h", | 61 "+chrome/browser/ui/views/unhandled_keyboard_event_handler.h", |
61 "+chrome/browser/ui/views/web_dialog_view.h", | 62 "+chrome/browser/ui/views/web_dialog_view.h", |
62 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 63 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
(...skipping 11 matching lines...) Expand all Loading... |
74 "+third_party/libevent", # For the remote V8 debugging server | 75 "+third_party/libevent", # For the remote V8 debugging server |
75 "+third_party/libjingle", | 76 "+third_party/libjingle", |
76 "+third_party/protobuf/src/google/protobuf", | 77 "+third_party/protobuf/src/google/protobuf", |
77 "+third_party/sqlite", | 78 "+third_party/sqlite", |
78 "+third_party/undoview", | 79 "+third_party/undoview", |
79 | 80 |
80 # FIXME: this is used by a browser_test. We need to find a better structure | 81 # FIXME: this is used by a browser_test. We need to find a better structure |
81 # for this include. | 82 # for this include. |
82 "+chrome/renderer/visitedlink_slave.h", | 83 "+chrome/renderer/visitedlink_slave.h", |
83 ] | 84 ] |
OLD | NEW |