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

Side by Side Diff: content/browser/DEPS

Issue 24904002: IndexedDB: Consume SSV wire format version from Blink public headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 2 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/indexed_db/indexed_db_backing_store.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 "+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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "+third_party/WebKit/public/web/WebDragOperation.h", 47 "+third_party/WebKit/public/web/WebDragOperation.h",
48 "+third_party/WebKit/public/web/WebDragStatus.h", 48 "+third_party/WebKit/public/web/WebDragStatus.h",
49 "+third_party/WebKit/public/web/WebFindOptions.h", 49 "+third_party/WebKit/public/web/WebFindOptions.h",
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/WebSerializedScriptValueVersion.h",
57 "+third_party/WebKit/public/web/WebTextDirection.h", 58 "+third_party/WebKit/public/web/WebTextDirection.h",
58 59
59 # These should be burned down. http://crbug.com/237267 60 # These should be burned down. http://crbug.com/237267
60 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", 61 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
61 62
62 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 63 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
63 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 64 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
64 # for more information. 65 # for more information.
65 ] 66 ]
OLDNEW
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698