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

Side by Side Diff: Source/Platform/Platform.gypi

Issue 13638008: Blink API to allow mailbox usage with texture layers for WebGL and Canvas2D. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase plus copyright header. Created 7 years, 8 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 | Source/Platform/chromium/public/WebCompositorSupport.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 # 1 #
2 # Copyright (C) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'chromium/public/WebCompositorOutputSurface.h', 48 'chromium/public/WebCompositorOutputSurface.h',
49 'chromium/public/WebContentLayer.h', 49 'chromium/public/WebContentLayer.h',
50 'chromium/public/WebContentLayerClient.h', 50 'chromium/public/WebContentLayerClient.h',
51 'chromium/public/WebCookie.h', 51 'chromium/public/WebCookie.h',
52 'chromium/public/WebCookieJar.h', 52 'chromium/public/WebCookieJar.h',
53 'chromium/public/WebData.h', 53 'chromium/public/WebData.h',
54 'chromium/public/WebDiscardableMemory.h', 54 'chromium/public/WebDiscardableMemory.h',
55 'chromium/public/WebDragData.h', 55 'chromium/public/WebDragData.h',
56 'chromium/public/WebExternalTextureLayer.h', 56 'chromium/public/WebExternalTextureLayer.h',
57 'chromium/public/WebExternalTextureLayerClient.h', 57 'chromium/public/WebExternalTextureLayerClient.h',
58 'chromium/public/WebExternalTextureMailbox.h',
58 'chromium/public/WebFileError.h', 59 'chromium/public/WebFileError.h',
59 'chromium/public/WebFileInfo.h', 60 'chromium/public/WebFileInfo.h',
60 'chromium/public/WebFileSystem.h', 61 'chromium/public/WebFileSystem.h',
61 'chromium/public/WebFileSystemCallbacks.h', 62 'chromium/public/WebFileSystemCallbacks.h',
62 'chromium/public/WebFileSystemEntry.h', 63 'chromium/public/WebFileSystemEntry.h',
63 'chromium/public/WebFileSystemType.h', 64 'chromium/public/WebFileSystemType.h',
64 'chromium/public/WebFileUtilities.h', 65 'chromium/public/WebFileUtilities.h',
65 'chromium/public/WebFilterOperation.h', 66 'chromium/public/WebFilterOperation.h',
66 'chromium/public/WebFilterOperations.h', 67 'chromium/public/WebFilterOperations.h',
67 'chromium/public/WebFlingAnimator.h', 68 'chromium/public/WebFlingAnimator.h',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'chromium/src/WebActiveGestureAnimation.h', 168 'chromium/src/WebActiveGestureAnimation.h',
168 'chromium/src/WebCString.cpp', 169 'chromium/src/WebCString.cpp',
169 'chromium/src/WebFilterOperation.cpp', 170 'chromium/src/WebFilterOperation.cpp',
170 'chromium/src/WebFilterOperations.cpp', 171 'chromium/src/WebFilterOperations.cpp',
171 'chromium/src/WebFloatQuad.cpp', 172 'chromium/src/WebFloatQuad.cpp',
172 'chromium/src/WebPrerenderingSupport.cpp', 173 'chromium/src/WebPrerenderingSupport.cpp',
173 'chromium/src/WebString.cpp', 174 'chromium/src/WebString.cpp',
174 ] 175 ]
175 } 176 }
176 } 177 }
OLDNEW
« no previous file with comments | « no previous file | Source/Platform/chromium/public/WebCompositorSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698