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

Side by Side Diff: chrome/browser/DEPS

Issue 10543071: Add chrome/browser/ui/views/network_profile_bubble.h to chrome/browser/DEPS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 ]
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