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

Side by Side Diff: chrome/browser/DEPS

Issue 9705053: Remove tab_contents_view_gtk.h include from chrome. I tried to find a way to not have to expose the… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/tab_contents/chrome_web_contents_view_delegate_gtk.h » ('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 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_gtk.h",
43 "+content/browser/tab_contents/tab_contents_view_helper.h", 42 "+content/browser/tab_contents/tab_contents_view_helper.h",
44 "+content/browser/tab_contents/test_tab_contents.h", 43 "+content/browser/tab_contents/test_tab_contents.h",
45 "+content/browser/tab_contents/web_contents_drag_win.h", 44 "+content/browser/tab_contents/web_contents_drag_win.h",
46 "+content/browser/tab_contents/web_drag_dest_gtk.h", 45 "+content/browser/tab_contents/web_drag_dest_gtk.h",
47 "+content/browser/tab_contents/web_drag_dest_win.h", 46 "+content/browser/tab_contents/web_drag_dest_win.h",
48 "+content/browser/tab_contents/web_drag_source_gtk.h", 47 "+content/browser/tab_contents/web_drag_source_gtk.h",
49 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 48 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
50 49
51 "-content/common", 50 "-content/common",
52 51
53 # Other libraries. 52 # Other libraries.
54 "+chrome/third_party/hunspell", 53 "+chrome/third_party/hunspell",
55 "+chrome/third_party/mozilla_security_manager", 54 "+chrome/third_party/mozilla_security_manager",
56 "+libxml", # For search engine definition parsing. 55 "+libxml", # For search engine definition parsing.
57 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 56 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
58 "+third_party/cld", 57 "+third_party/cld",
59 "+third_party/expat", 58 "+third_party/expat",
60 "+third_party/iaccessible2", 59 "+third_party/iaccessible2",
61 "+third_party/isimpledom", 60 "+third_party/isimpledom",
62 "+third_party/libevent", # For the remote V8 debugging server 61 "+third_party/libevent", # For the remote V8 debugging server
63 "+third_party/libjingle", 62 "+third_party/libjingle",
64 "+third_party/protobuf/src/google/protobuf", 63 "+third_party/protobuf/src/google/protobuf",
65 "+third_party/sqlite", 64 "+third_party/sqlite",
66 "+third_party/undoview", 65 "+third_party/undoview",
67 66
68 # FIXME: these should probably not be here, we need to find a better 67 # FIXME: these should probably not be here, we need to find a better
69 # structure for these includes. 68 # structure for these includes.
70 "+chrome/renderer", 69 "+chrome/renderer",
71 ] 70 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/tab_contents/chrome_web_contents_view_delegate_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698