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

Side by Side Diff: content/common/DEPS

Issue 20003004: reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & allocator dep for components_unittests in shared_library2 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
« no previous file with comments | « content/child/socket_stream_dispatcher.cc ('k') | content/common/content_param_traits_macros.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 "+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 # TODO(ananta|jamesr|scottmg) http://crbug.com/237249
10 "!webkit/child/websocketstreamhandle_impl.h",
11
9 # No inclusion of WebKit from the browser, other than strictly enum/POD, 12 # No inclusion of WebKit from the browser, other than strictly enum/POD,
10 # header-only types, and some selected common code. 13 # header-only types, and some selected common code.
11 "-third_party/WebKit", 14 "-third_party/WebKit",
12 "+third_party/WebKit/public/platform/WebCString.h", 15 "+third_party/WebKit/public/platform/WebCString.h",
13 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", 16 "+third_party/WebKit/public/platform/WebDeviceMotionData.h",
14 "+third_party/WebKit/public/platform/WebFloatPoint.h", 17 "+third_party/WebKit/public/platform/WebFloatPoint.h",
15 "+third_party/WebKit/public/platform/WebFloatRect.h", 18 "+third_party/WebKit/public/platform/WebFloatRect.h",
16 "+third_party/WebKit/public/platform/WebGamepads.h", 19 "+third_party/WebKit/public/platform/WebGamepads.h",
17 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 20 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
18 "+third_party/WebKit/public/platform/WebIDBCallbacks.h", 21 "+third_party/WebKit/public/platform/WebIDBCallbacks.h",
(...skipping 22 matching lines...) Expand all
41 "!third_party/WebKit/public/platform/WebHTTPBody.h", 44 "!third_party/WebKit/public/platform/WebHTTPBody.h",
42 "!third_party/WebKit/public/web/WebDatabase.h", 45 "!third_party/WebKit/public/web/WebDatabase.h",
43 ] 46 ]
44 47
45 specific_include_rules = { 48 specific_include_rules = {
46 # Java bridge code passes NPAPI types to the browser process. Crazy! 49 # Java bridge code passes NPAPI types to the browser process. Crazy!
47 "java_bridge_messages\.h": [ 50 "java_bridge_messages\.h": [
48 "+content/child" 51 "+content/child"
49 ] 52 ]
50 } 53 }
OLDNEW
« no previous file with comments | « content/child/socket_stream_dispatcher.cc ('k') | content/common/content_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698