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

Side by Side Diff: content/browser/DEPS

Issue 23815005: Import GTK WebInputEvent factory to content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge defs of scrollbarPixelsPerTick Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/browser/renderer_host/input/web_input_event_builders_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 "+content/port/browser", 2 "+content/port/browser",
3 "+content/public/browser", 3 "+content/public/browser",
4 "+content/child/webkitplatformsupport_impl.h", # For in-process webkit 4 "+content/child/webkitplatformsupport_impl.h", # For in-process webkit
5 "+media/audio", # For audio input for speech input feature. 5 "+media/audio", # For audio input for speech input feature.
6 "+media/base", # For Android JNI registration. 6 "+media/base", # For Android JNI registration.
7 "+media/midi", # For Web MIDI API 7 "+media/midi", # For Web MIDI API
8 "+sql", 8 "+sql",
9 "+ui/webui", 9 "+ui/webui",
10 "+win8/util", 10 "+win8/util",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "+third_party/WebKit/public/web/WebInputEvent.h", 50 "+third_party/WebKit/public/web/WebInputEvent.h",
51 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 51 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
52 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 52 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
53 "+third_party/WebKit/public/web/WebPageSerializerClient.h", 53 "+third_party/WebKit/public/web/WebPageSerializerClient.h",
54 "+third_party/WebKit/public/web/WebPluginAction.h", 54 "+third_party/WebKit/public/web/WebPluginAction.h",
55 "+third_party/WebKit/public/web/WebPopupType.h", 55 "+third_party/WebKit/public/web/WebPopupType.h",
56 "+third_party/WebKit/public/web/WebScreenInfo.h", 56 "+third_party/WebKit/public/web/WebScreenInfo.h",
57 "+third_party/WebKit/public/web/WebTextDirection.h", 57 "+third_party/WebKit/public/web/WebTextDirection.h",
58 58
59 # These should be burned down. http://crbug.com/237267 59 # These should be burned down. http://crbug.com/237267
60 "!third_party/WebKit/public/web/gtk/WebInputEventFactory.h",
61 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", 60 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
62 61
63 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 62 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
64 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 63 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
65 # for more information. 64 # for more information.
66 ] 65 ]
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/input/web_input_event_builders_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698