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

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

Issue 1071283004: Encoding API: ignore leading/trailing whitespace in labels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/modules/encoding/TextEncoder.cpp ('k') | no next file » | 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 '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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'device_orientation/DeviceOrientationDispatcher.cpp', 649 'device_orientation/DeviceOrientationDispatcher.cpp',
650 'device_orientation/DeviceOrientationDispatcher.h', 650 'device_orientation/DeviceOrientationDispatcher.h',
651 'device_orientation/DeviceOrientationEvent.cpp', 651 'device_orientation/DeviceOrientationEvent.cpp',
652 'device_orientation/DeviceOrientationEvent.h', 652 'device_orientation/DeviceOrientationEvent.h',
653 'device_orientation/DeviceOrientationInspectorAgent.cpp', 653 'device_orientation/DeviceOrientationInspectorAgent.cpp',
654 'device_orientation/DeviceOrientationInspectorAgent.h', 654 'device_orientation/DeviceOrientationInspectorAgent.h',
655 'device_orientation/DeviceRotationRate.cpp', 655 'device_orientation/DeviceRotationRate.cpp',
656 'device_orientation/DeviceRotationRate.h', 656 'device_orientation/DeviceRotationRate.h',
657 'donottrack/NavigatorDoNotTrack.cpp', 657 'donottrack/NavigatorDoNotTrack.cpp',
658 'donottrack/NavigatorDoNotTrack.h', 658 'donottrack/NavigatorDoNotTrack.h',
659 'encoding/Encoding.cpp',
660 'encoding/Encoding.h',
659 'encoding/TextDecoder.cpp', 661 'encoding/TextDecoder.cpp',
660 'encoding/TextDecoder.h', 662 'encoding/TextDecoder.h',
661 'encoding/TextEncoder.cpp', 663 'encoding/TextEncoder.cpp',
662 'encoding/TextEncoder.h', 664 'encoding/TextEncoder.h',
663 'encryptedmedia/ContentDecryptionModuleResultPromise.cpp', 665 'encryptedmedia/ContentDecryptionModuleResultPromise.cpp',
664 'encryptedmedia/ContentDecryptionModuleResultPromise.h', 666 'encryptedmedia/ContentDecryptionModuleResultPromise.h',
665 'encryptedmedia/EncryptedMediaUtils.cpp', 667 'encryptedmedia/EncryptedMediaUtils.cpp',
666 'encryptedmedia/EncryptedMediaUtils.h', 668 'encryptedmedia/EncryptedMediaUtils.h',
667 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', 669 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp',
668 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', 670 'encryptedmedia/HTMLMediaElementEncryptedMedia.h',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
1403 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1405 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1404 'webaudio/ConvolverNodeTest.cpp', 1406 'webaudio/ConvolverNodeTest.cpp',
1405 'webaudio/DynamicsCompressorNodeTest.cpp', 1407 'webaudio/DynamicsCompressorNodeTest.cpp',
1406 'webaudio/ScriptProcessorNodeTest.cpp', 1408 'webaudio/ScriptProcessorNodeTest.cpp',
1407 'webaudio/StereoPannerNodeTest.cpp', 1409 'webaudio/StereoPannerNodeTest.cpp',
1408 'websockets/DOMWebSocketTest.cpp', 1410 'websockets/DOMWebSocketTest.cpp',
1409 'websockets/DocumentWebSocketChannelTest.cpp', 1411 'websockets/DocumentWebSocketChannelTest.cpp',
1410 ], 1412 ],
1411 }, 1413 },
1412 } 1414 }
OLDNEW
« no previous file with comments | « Source/modules/encoding/TextEncoder.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698