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

Side by Side Diff: chrome/browser/DEPS

Issue 9481008: Move GenericHandler back to Chrome since it was really Chrome specific (i.e. chrome's mapping of cl… (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/disposition_utils.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 16 matching lines...) Expand all
27 "+webkit/quota", 27 "+webkit/quota",
28 "+xib_localizers", # For generated mac localization helpers 28 "+xib_localizers", # For generated mac localization helpers
29 29
30 "-content/browser", 30 "-content/browser",
31 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 31 # TODO(jam): Need to remove all these and use only content/public. BUG=98716
32 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 32 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
33 "+content/browser/accessibility/browser_accessibility.h", 33 "+content/browser/accessibility/browser_accessibility.h",
34 "+content/browser/accessibility/browser_accessibility_manager.h", 34 "+content/browser/accessibility/browser_accessibility_manager.h",
35 "+content/browser/browser_url_handler.h", 35 "+content/browser/browser_url_handler.h",
36 "+content/browser/cert_store.h", 36 "+content/browser/cert_store.h",
37 "+content/browser/disposition_utils.h",
38 "+content/browser/download/download_buffer.h", 37 "+content/browser/download/download_buffer.h",
39 "+content/browser/download/download_create_info.h", 38 "+content/browser/download/download_create_info.h",
40 "+content/browser/download/download_file_manager.h", 39 "+content/browser/download/download_file_manager.h",
41 "+content/browser/download/download_persistent_store_info.h", 40 "+content/browser/download/download_persistent_store_info.h",
42 "+content/browser/download/download_request_handle.h", 41 "+content/browser/download/download_request_handle.h",
43 "+content/browser/download/download_state_info.h", 42 "+content/browser/download/download_state_info.h",
44 "+content/browser/download/download_status_updater.h", 43 "+content/browser/download/download_status_updater.h",
45 "+content/browser/download/download_types.h", 44 "+content/browser/download/download_types.h",
46 "+content/browser/download/drag_download_file.h", 45 "+content/browser/download/drag_download_file.h",
47 "+content/browser/download/drag_download_util.h", 46 "+content/browser/download/drag_download_util.h",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "+third_party/libjingle", 110 "+third_party/libjingle",
112 "+third_party/protobuf/src/google/protobuf", 111 "+third_party/protobuf/src/google/protobuf",
113 "+third_party/sqlite", 112 "+third_party/sqlite",
114 "+third_party/undoview", 113 "+third_party/undoview",
115 "+v8/include", # Browser uses V8 to get the version and run the debugger. 114 "+v8/include", # Browser uses V8 to get the version and run the debugger.
116 115
117 # FIXME: these should probably not be here, we need to find a better 116 # FIXME: these should probably not be here, we need to find a better
118 # structure for these includes. 117 # structure for these includes.
119 "+chrome/renderer", 118 "+chrome/renderer",
120 ] 119 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/disposition_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698