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

Side by Side Diff: chrome/browser/DEPS

Issue 10024066: TabContents -> WebContentsImpl, part 4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 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/ui/views/tab_contents/native_tab_contents_view_win.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 "+chromeos", 9 "+chromeos",
10 "+content/plugin/plugin_interpose_util_mac.h", 10 "+content/plugin/plugin_interpose_util_mac.h",
(...skipping 22 matching lines...) Expand all
33 33
34 "-content/browser", 34 "-content/browser",
35 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 35 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
36 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 36 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
37 "+content/browser/geolocation/wifi_data_provider_common.h", 37 "+content/browser/geolocation/wifi_data_provider_common.h",
38 # TODO(asanka): see http://codereview.chromium.org/9141031 38 # TODO(asanka): see http://codereview.chromium.org/9141031
39 "+content/browser/download/download_state_info.h", 39 "+content/browser/download/download_state_info.h",
40 # TODO(ben): http://crbug.com/118410 will fix the following: 40 # TODO(ben): http://crbug.com/118410 will fix the following:
41 "+content/browser/renderer_host/render_view_host_factory.h", 41 "+content/browser/renderer_host/render_view_host_factory.h",
42 "+content/browser/tab_contents/tab_contents_view_helper.h", 42 "+content/browser/tab_contents/tab_contents_view_helper.h",
43 "+content/browser/tab_contents/web_contents_drag_win.h", 43 "+content/browser/web_contents/web_contents_drag_win.h",
44 "+content/browser/web_contents/web_drag_dest_win.h", 44 "+content/browser/web_contents/web_drag_dest_win.h",
45 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 45 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
46 46
47 "-content/common", 47 "-content/common",
48 48
49 # Other libraries. 49 # Other libraries.
50 "+chrome/third_party/hunspell", 50 "+chrome/third_party/hunspell",
51 "+chrome/third_party/mozilla_security_manager", 51 "+chrome/third_party/mozilla_security_manager",
52 "+libxml", # For search engine definition parsing. 52 "+libxml", # For search engine definition parsing.
53 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. 53 "+third_party/apple_sample_code", # Apple code ImageAndTextCell.
54 "+third_party/cld", 54 "+third_party/cld",
55 "+third_party/expat", 55 "+third_party/expat",
56 "+third_party/iaccessible2", 56 "+third_party/iaccessible2",
57 "+third_party/isimpledom", 57 "+third_party/isimpledom",
58 "+third_party/libevent", # For the remote V8 debugging server 58 "+third_party/libevent", # For the remote V8 debugging server
59 "+third_party/libjingle", 59 "+third_party/libjingle",
60 "+third_party/protobuf/src/google/protobuf", 60 "+third_party/protobuf/src/google/protobuf",
61 "+third_party/sqlite", 61 "+third_party/sqlite",
62 "+third_party/undoview", 62 "+third_party/undoview",
63 63
64 # FIXME: these should probably not be here, we need to find a better 64 # FIXME: these should probably not be here, we need to find a better
65 # structure for these includes. 65 # structure for these includes.
66 "+chrome/renderer", 66 "+chrome/renderer",
67 ] 67 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/tab_contents/native_tab_contents_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698