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

Side by Side Diff: chrome/browser/DEPS

Issue 9838009: Clean up a few TODO items. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. 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/autofill/autofill_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 "+chromeos", 9 "+chromeos",
10 "+content/plugin/plugin_interpose_util_mac.h", 10 "+content/plugin/plugin_interpose_util_mac.h",
(...skipping 17 matching lines...) Expand all
28 "+webkit/glue", # Defines some types that are marshalled over IPC. 28 "+webkit/glue", # Defines some types that are marshalled over IPC.
29 "+webkit/plugins", # Defines some types that are marshalled over IPC. 29 "+webkit/plugins", # Defines some types that are marshalled over IPC.
30 "+webkit/quota", 30 "+webkit/quota",
31 "+xib_localizers", # For generated mac localization helpers 31 "+xib_localizers", # For generated mac localization helpers
32 32
33 "-content/browser", 33 "-content/browser",
34 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 34 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
35 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 35 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
36 "+content/browser/geolocation/wifi_data_provider_common.h", 36 "+content/browser/geolocation/wifi_data_provider_common.h",
37 "+content/browser/renderer_host/resource_request_info_impl.h", 37 "+content/browser/renderer_host/resource_request_info_impl.h",
38 "+content/browser/tab_contents/test_tab_contents.h",
39 # TODO(asanka): see http://codereview.chromium.org/9141031 38 # TODO(asanka): see http://codereview.chromium.org/9141031
40 "+content/browser/download/download_state_info.h", 39 "+content/browser/download/download_state_info.h",
41 # TODO(ben): http://crbug.com/118410 will fix the following: 40 # TODO(ben): http://crbug.com/118410 will fix the following:
42 "+content/browser/renderer_host/render_view_host_factory.h", 41 "+content/browser/renderer_host/render_view_host_factory.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/web_contents_drag_win.h", 43 "+content/browser/tab_contents/web_contents_drag_win.h",
45 "+content/browser/tab_contents/web_drag_dest_win.h", 44 "+content/browser/tab_contents/web_drag_dest_win.h",
46 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! 45 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST!
47 46
48 "-content/common", 47 "-content/common",
(...skipping 10 matching lines...) Expand all
59 "+third_party/libevent", # For the remote V8 debugging server 58 "+third_party/libevent", # For the remote V8 debugging server
60 "+third_party/libjingle", 59 "+third_party/libjingle",
61 "+third_party/protobuf/src/google/protobuf", 60 "+third_party/protobuf/src/google/protobuf",
62 "+third_party/sqlite", 61 "+third_party/sqlite",
63 "+third_party/undoview", 62 "+third_party/undoview",
64 63
65 # 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
66 # structure for these includes. 65 # structure for these includes.
67 "+chrome/renderer", 66 "+chrome/renderer",
68 ] 67 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698