Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(497)

Side by Side Diff: chrome/browser/DEPS

Issue 10387233: browser: Remove event_utils.h from DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698