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

Side by Side Diff: content/browser/DEPS

Issue 1348843002: Revert of [KeyEvent Mac] Move WebInputEventFactory into chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | content/browser/renderer_host/input/web_input_event_builders_mac.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 # Allow inclusion of specific components that we depend on. We may only 2 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer. 3 # depend on components which we share with the mojo html_viewer.
4 "+components/mime_util", 4 "+components/mime_util",
5 "+components/scheduler/common", 5 "+components/scheduler/common",
6 "+components/tracing", 6 "+components/tracing",
7 "+components/url_formatter", 7 "+components/url_formatter",
8 8
9 "+content/app/strings/grit", # For generated headers 9 "+content/app/strings/grit", # For generated headers
10 "+content/public/browser", 10 "+content/public/browser",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "+third_party/WebKit/public/web/WebPageSerializerClient.h", 79 "+third_party/WebKit/public/web/WebPageSerializerClient.h",
80 "+third_party/WebKit/public/web/WebPluginAction.h", 80 "+third_party/WebKit/public/web/WebPluginAction.h",
81 "+third_party/WebKit/public/web/WebPopupType.h", 81 "+third_party/WebKit/public/web/WebPopupType.h",
82 "+third_party/WebKit/public/web/WebSandboxFlags.h", 82 "+third_party/WebKit/public/web/WebSandboxFlags.h",
83 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", 83 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
84 "+third_party/WebKit/public/web/WebTextDirection.h", 84 "+third_party/WebKit/public/web/WebTextDirection.h",
85 "+third_party/WebKit/public/web/WebTextInputType.h", 85 "+third_party/WebKit/public/web/WebTextInputType.h",
86 "+third_party/WebKit/public/web/WebTreeScopeType.h", 86 "+third_party/WebKit/public/web/WebTreeScopeType.h",
87 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 87 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
88 88
89 # These should be burned down. http://crbug.com/237267
90 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
91
89 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 92 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
90 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 93 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
91 # for more information. 94 # for more information.
92 ] 95 ]
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/input/web_input_event_builders_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698