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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1894313002: Removed implementation of CHROMIUM_subscribe_uniform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a couple more mus/ references Created 4 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 'webdatabase/DatabaseCallback.idl', 249 'webdatabase/DatabaseCallback.idl',
250 'webdatabase/SQLError.idl', 250 'webdatabase/SQLError.idl',
251 'webdatabase/SQLResultSet.idl', 251 'webdatabase/SQLResultSet.idl',
252 'webdatabase/SQLResultSetRowList.idl', 252 'webdatabase/SQLResultSetRowList.idl',
253 'webdatabase/SQLStatementCallback.idl', 253 'webdatabase/SQLStatementCallback.idl',
254 'webdatabase/SQLStatementErrorCallback.idl', 254 'webdatabase/SQLStatementErrorCallback.idl',
255 'webdatabase/SQLTransaction.idl', 255 'webdatabase/SQLTransaction.idl',
256 'webdatabase/SQLTransactionCallback.idl', 256 'webdatabase/SQLTransactionCallback.idl',
257 'webdatabase/SQLTransactionErrorCallback.idl', 257 'webdatabase/SQLTransactionErrorCallback.idl',
258 'webgl/ANGLEInstancedArrays.idl', 258 'webgl/ANGLEInstancedArrays.idl',
259 'webgl/CHROMIUMSubscribeUniform.idl',
260 'webgl/CHROMIUMValuebuffer.idl',
261 'webgl/EXTBlendMinMax.idl', 259 'webgl/EXTBlendMinMax.idl',
262 'webgl/EXTColorBufferFloat.idl', 260 'webgl/EXTColorBufferFloat.idl',
263 'webgl/EXTDisjointTimerQuery.idl', 261 'webgl/EXTDisjointTimerQuery.idl',
264 'webgl/EXTFragDepth.idl', 262 'webgl/EXTFragDepth.idl',
265 'webgl/EXTShaderTextureLOD.idl', 263 'webgl/EXTShaderTextureLOD.idl',
266 'webgl/EXTTextureFilterAnisotropic.idl', 264 'webgl/EXTTextureFilterAnisotropic.idl',
267 'webgl/EXTsRGB.idl', 265 'webgl/EXTsRGB.idl',
268 'webgl/OESElementIndexUint.idl', 266 'webgl/OESElementIndexUint.idl',
269 'webgl/OESStandardDerivatives.idl', 267 'webgl/OESStandardDerivatives.idl',
270 'webgl/OESTextureFloat.idl', 268 'webgl/OESTextureFloat.idl',
(...skipping 1465 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 'webdatabase/sqlite/SQLiteFileSystem.cpp', 1734 'webdatabase/sqlite/SQLiteFileSystem.cpp',
1737 'webdatabase/sqlite/SQLiteFileSystem.h', 1735 'webdatabase/sqlite/SQLiteFileSystem.h',
1738 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', 1736 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp',
1739 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', 1737 'webdatabase/sqlite/SQLiteFileSystemWin.cpp',
1740 'webdatabase/sqlite/SQLiteStatement.cpp', 1738 'webdatabase/sqlite/SQLiteStatement.cpp',
1741 'webdatabase/sqlite/SQLiteStatement.h', 1739 'webdatabase/sqlite/SQLiteStatement.h',
1742 'webdatabase/sqlite/SQLiteTransaction.cpp', 1740 'webdatabase/sqlite/SQLiteTransaction.cpp',
1743 'webdatabase/sqlite/SQLiteTransaction.h', 1741 'webdatabase/sqlite/SQLiteTransaction.h',
1744 'webgl/ANGLEInstancedArrays.cpp', 1742 'webgl/ANGLEInstancedArrays.cpp',
1745 'webgl/ANGLEInstancedArrays.h', 1743 'webgl/ANGLEInstancedArrays.h',
1746 'webgl/CHROMIUMSubscribeUniform.cpp',
1747 'webgl/CHROMIUMSubscribeUniform.h',
1748 'webgl/CHROMIUMValuebuffer.cpp',
1749 'webgl/CHROMIUMValuebuffer.h',
1750 'webgl/EXTBlendMinMax.cpp', 1744 'webgl/EXTBlendMinMax.cpp',
1751 'webgl/EXTBlendMinMax.h', 1745 'webgl/EXTBlendMinMax.h',
1752 'webgl/EXTColorBufferFloat.cpp', 1746 'webgl/EXTColorBufferFloat.cpp',
1753 'webgl/EXTColorBufferFloat.h', 1747 'webgl/EXTColorBufferFloat.h',
1754 'webgl/EXTDisjointTimerQuery.cpp', 1748 'webgl/EXTDisjointTimerQuery.cpp',
1755 'webgl/EXTDisjointTimerQuery.h', 1749 'webgl/EXTDisjointTimerQuery.h',
1756 'webgl/EXTFragDepth.cpp', 1750 'webgl/EXTFragDepth.cpp',
1757 'webgl/EXTFragDepth.h', 1751 'webgl/EXTFragDepth.h',
1758 'webgl/EXTShaderTextureLOD.cpp', 1752 'webgl/EXTShaderTextureLOD.cpp',
1759 'webgl/EXTShaderTextureLOD.h', 1753 'webgl/EXTShaderTextureLOD.h',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
2009 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2003 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2010 'webaudio/ConvolverNodeTest.cpp', 2004 'webaudio/ConvolverNodeTest.cpp',
2011 'webaudio/DynamicsCompressorNodeTest.cpp', 2005 'webaudio/DynamicsCompressorNodeTest.cpp',
2012 'webaudio/ScriptProcessorNodeTest.cpp', 2006 'webaudio/ScriptProcessorNodeTest.cpp',
2013 'webaudio/StereoPannerNodeTest.cpp', 2007 'webaudio/StereoPannerNodeTest.cpp',
2014 'websockets/DOMWebSocketTest.cpp', 2008 'websockets/DOMWebSocketTest.cpp',
2015 'websockets/DocumentWebSocketChannelTest.cpp', 2009 'websockets/DocumentWebSocketChannelTest.cpp',
2016 ], 2010 ],
2017 }, 2011 },
2018 } 2012 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698