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

Side by Side Diff: content/common/DEPS

Issue 19752007: Use builders to convert between WebKit and content IDB types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+cc", 2 "+cc",
3 "+media/audio", 3 "+media/audio",
4 "+media/base", 4 "+media/base",
5 "-webkit/browser", 5 "-webkit/browser",
6 "-webkit/child", 6 "-webkit/child",
7 "-webkit/renderer", 7 "-webkit/renderer",
8 8
9 # No inclusion of WebKit from the browser, other than strictly enum/POD, 9 # No inclusion of WebKit from the browser, other than strictly enum/POD,
10 # header-only types, and some selected common code. 10 # header-only types, and some selected common code.
(...skipping 20 matching lines...) Expand all
31 "+third_party/WebKit/public/web/WebDragStatus.h", 31 "+third_party/WebKit/public/web/WebDragStatus.h",
32 "+third_party/WebKit/public/web/WebFindOptions.h", 32 "+third_party/WebKit/public/web/WebFindOptions.h",
33 "+third_party/WebKit/public/web/WebInputEvent.h", 33 "+third_party/WebKit/public/web/WebInputEvent.h",
34 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 34 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
35 "+third_party/WebKit/public/web/WebPluginAction.h", 35 "+third_party/WebKit/public/web/WebPluginAction.h",
36 "+third_party/WebKit/public/web/WebPopupType.h", 36 "+third_party/WebKit/public/web/WebPopupType.h",
37 "+third_party/WebKit/public/web/WebScreenInfo.h", 37 "+third_party/WebKit/public/web/WebScreenInfo.h",
38 "+third_party/WebKit/public/web/WebTextDirection.h", 38 "+third_party/WebKit/public/web/WebTextDirection.h",
39 39
40 # These should be burned down. http://crbug.com/237267 40 # These should be burned down. http://crbug.com/237267
41 "!third_party/WebKit/public/platform/WebIDBDatabaseError.h",
42 "!third_party/WebKit/public/platform/WebIDBKey.h",
43 "!third_party/WebKit/public/platform/WebIDBKeyPath.h",
44 "!third_party/WebKit/public/platform/WebIDBKeyRange.h",
45 "!third_party/WebKit/public/platform/WebVector.h",
46 "!third_party/WebKit/public/platform/WebHTTPBody.h", 41 "!third_party/WebKit/public/platform/WebHTTPBody.h",
47 "!third_party/WebKit/public/web/WebDatabase.h", 42 "!third_party/WebKit/public/web/WebDatabase.h",
48 ] 43 ]
49 44
50 specific_include_rules = { 45 specific_include_rules = {
51 # Java bridge code passes NPAPI types to the browser process. Crazy! 46 # Java bridge code passes NPAPI types to the browser process. Crazy!
52 "java_bridge_messages\.h": [ 47 "java_bridge_messages\.h": [
53 "+content/child" 48 "+content/child"
54 ] 49 ]
55 } 50 }
OLDNEW
« no previous file with comments | « content/child/indexed_db/proxy_webidbdatabase_impl.cc ('k') | content/common/indexed_db/indexed_db_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698