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

Side by Side Diff: chrome/browser/DEPS

Issue 9700023: Move creation of content TabContentsViews to content so that we can hide these headers through DEPS… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 9 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
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 21 matching lines...) Expand all
32 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 32 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
33 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 33 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
34 "+content/browser/download/download_state_info.h", 34 "+content/browser/download/download_state_info.h",
35 "+content/browser/geolocation/wifi_data_provider_common.h", 35 "+content/browser/geolocation/wifi_data_provider_common.h",
36 "+content/browser/renderer_host/mock_render_process_host.h", 36 "+content/browser/renderer_host/mock_render_process_host.h",
37 "+content/browser/renderer_host/render_process_host_browsertest.h", 37 "+content/browser/renderer_host/render_process_host_browsertest.h",
38 "+content/browser/renderer_host/render_view_host_factory.h", 38 "+content/browser/renderer_host/render_view_host_factory.h",
39 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", 39 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h",
40 "+content/browser/renderer_host/resource_request_details.h", 40 "+content/browser/renderer_host/resource_request_details.h",
41 "+content/browser/renderer_host/resource_request_info_impl.h", 41 "+content/browser/renderer_host/resource_request_info_impl.h",
42 "+content/browser/tab_contents/tab_contents_view_win.h",
43 "+content/browser/tab_contents/tab_contents_view_gtk.h", 42 "+content/browser/tab_contents/tab_contents_view_gtk.h",
44 "+content/browser/tab_contents/tab_contents_view_helper.h", 43 "+content/browser/tab_contents/tab_contents_view_helper.h",
45 "+content/browser/tab_contents/test_tab_contents.h", 44 "+content/browser/tab_contents/test_tab_contents.h",
46 "+content/browser/tab_contents/web_contents_drag_win.h", 45 "+content/browser/tab_contents/web_contents_drag_win.h",
47 "+content/browser/tab_contents/web_contents_view_android.h",
48 "+content/browser/tab_contents/web_contents_view_mac.h",
49 "+content/browser/tab_contents/web_drag_dest_gtk.h", 46 "+content/browser/tab_contents/web_drag_dest_gtk.h",
50 "+content/browser/tab_contents/web_drag_dest_win.h", 47 "+content/browser/tab_contents/web_drag_dest_win.h",
51 "+content/browser/tab_contents/web_drag_source_gtk.h", 48 "+content/browser/tab_contents/web_drag_source_gtk.h",
52 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 49 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
53 50
54 "-content/common", 51 "-content/common",
55 52
56 # Other libraries. 53 # Other libraries.
57 "+chrome/third_party/hunspell", 54 "+chrome/third_party/hunspell",
58 "+chrome/third_party/mozilla_security_manager", 55 "+chrome/third_party/mozilla_security_manager",
59 "+libxml", # For search engine definition parsing. 56 "+libxml", # For search engine definition parsing.
60 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 57 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
61 "+third_party/cld", 58 "+third_party/cld",
62 "+third_party/expat", 59 "+third_party/expat",
63 "+third_party/iaccessible2", 60 "+third_party/iaccessible2",
64 "+third_party/isimpledom", 61 "+third_party/isimpledom",
65 "+third_party/libevent", # For the remote V8 debugging server 62 "+third_party/libevent", # For the remote V8 debugging server
66 "+third_party/libjingle", 63 "+third_party/libjingle",
67 "+third_party/protobuf/src/google/protobuf", 64 "+third_party/protobuf/src/google/protobuf",
68 "+third_party/sqlite", 65 "+third_party/sqlite",
69 "+third_party/undoview", 66 "+third_party/undoview",
70 67
71 # FIXME: these should probably not be here, we need to find a better 68 # FIXME: these should probably not be here, we need to find a better
72 # structure for these includes. 69 # structure for these includes.
73 "+chrome/renderer", 70 "+chrome/renderer",
74 ] 71 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.h » ('j') | content/public/browser/content_browser_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698