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

Side by Side Diff: chrome/browser/DEPS

Issue 9420007: Move RenderWidgetHostView into content namespace. Fix include paths. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux_chromeos_gtk build issue not caught by trybots. Created 8 years, 10 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 | chrome/browser/accessibility/accessibility_win_browsertest.cc » ('j') | 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 "+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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "+content/browser/renderer_host/backing_store_skia.h", 78 "+content/browser/renderer_host/backing_store_skia.h",
79 "+content/browser/renderer_host/dummy_resource_handler.h", 79 "+content/browser/renderer_host/dummy_resource_handler.h",
80 "+content/browser/renderer_host/media/media_observer.h", 80 "+content/browser/renderer_host/media/media_observer.h",
81 "+content/browser/renderer_host/media/media_stream_manager.h", 81 "+content/browser/renderer_host/media/media_stream_manager.h",
82 "+content/browser/renderer_host/mock_render_process_host.h", 82 "+content/browser/renderer_host/mock_render_process_host.h",
83 "+content/browser/renderer_host/render_process_host_browsertest.h", 83 "+content/browser/renderer_host/render_process_host_browsertest.h",
84 "+content/browser/renderer_host/render_sandbox_host_linux.h", 84 "+content/browser/renderer_host/render_sandbox_host_linux.h",
85 "+content/browser/renderer_host/render_view_host.h", 85 "+content/browser/renderer_host/render_view_host.h",
86 "+content/browser/renderer_host/render_view_host_factory.h", 86 "+content/browser/renderer_host/render_view_host_factory.h",
87 "+content/browser/renderer_host/render_widget_host.h", 87 "+content/browser/renderer_host/render_widget_host.h",
88 "+content/browser/renderer_host/render_widget_host_view.h",
89 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", 88 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h",
90 "+content/browser/renderer_host/resource_dispatcher_host.h", 89 "+content/browser/renderer_host/resource_dispatcher_host.h",
91 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h", 90 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h",
92 "+content/browser/renderer_host/resource_queue.h", 91 "+content/browser/renderer_host/resource_queue.h",
93 "+content/browser/renderer_host/resource_request_details.h", 92 "+content/browser/renderer_host/resource_request_details.h",
94 "+content/browser/renderer_host/test_render_view_host.h", 93 "+content/browser/renderer_host/test_render_view_host.h",
95 "+content/browser/speech/speech_input_manager.h", 94 "+content/browser/speech/speech_input_manager.h",
96 "+content/browser/speech/speech_recognizer.h", 95 "+content/browser/speech/speech_recognizer.h",
97 "+content/browser/tab_contents/popup_menu_helper_mac.h", 96 "+content/browser/tab_contents/popup_menu_helper_mac.h",
98 "+content/browser/tab_contents/provisional_load_details.h", 97 "+content/browser/tab_contents/provisional_load_details.h",
(...skipping 28 matching lines...) Expand all
127 "+third_party/libjingle", 126 "+third_party/libjingle",
128 "+third_party/protobuf/src/google/protobuf", 127 "+third_party/protobuf/src/google/protobuf",
129 "+third_party/sqlite", 128 "+third_party/sqlite",
130 "+third_party/undoview", 129 "+third_party/undoview",
131 "+v8/include", # Browser uses V8 to get the version and run the debugger. 130 "+v8/include", # Browser uses V8 to get the version and run the debugger.
132 131
133 # FIXME: these should probably not be here, we need to find a better 132 # FIXME: these should probably not be here, we need to find a better
134 # structure for these includes. 133 # structure for these includes.
135 "+chrome/renderer", 134 "+chrome/renderer",
136 ] 135 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/accessibility/accessibility_win_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698