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

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

Issue 14989002: Splitting MediaStreamDescriptor.h and MediaStreamComponent.h into .h and .cpp (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 | « no previous file | Source/core/platform/chromium/support/WebMediaStreamTrack.cpp » ('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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 2986 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 'platform/mac/ScrollElasticityController.h', 2997 'platform/mac/ScrollElasticityController.h',
2998 'platform/mac/ScrollElasticityController.mm', 2998 'platform/mac/ScrollElasticityController.mm',
2999 'platform/mac/ScrollbarThemeMac.h', 2999 'platform/mac/ScrollbarThemeMac.h',
3000 'platform/mac/ScrollbarThemeMac.mm', 3000 'platform/mac/ScrollbarThemeMac.mm',
3001 'platform/mac/ThemeMac.h', 3001 'platform/mac/ThemeMac.h',
3002 'platform/mac/ThemeMac.mm', 3002 'platform/mac/ThemeMac.mm',
3003 'platform/mac/WebFontCache.mm', 3003 'platform/mac/WebFontCache.mm',
3004 'platform/mediastream/MediaConstraints.h', 3004 'platform/mediastream/MediaConstraints.h',
3005 'platform/mediastream/MediaStreamCenter.cpp', 3005 'platform/mediastream/MediaStreamCenter.cpp',
3006 'platform/mediastream/MediaStreamCenter.h', 3006 'platform/mediastream/MediaStreamCenter.h',
3007 'platform/mediastream/MediaStreamComponent.cpp',
3007 'platform/mediastream/MediaStreamComponent.h', 3008 'platform/mediastream/MediaStreamComponent.h',
3009 'platform/mediastream/MediaStreamDescriptor.cpp',
3008 'platform/mediastream/MediaStreamDescriptor.h', 3010 'platform/mediastream/MediaStreamDescriptor.h',
3009 'platform/mediastream/MediaStreamSource.cpp', 3011 'platform/mediastream/MediaStreamSource.cpp',
3010 'platform/mediastream/MediaStreamSource.h', 3012 'platform/mediastream/MediaStreamSource.h',
3011 'platform/mediastream/RTCConfiguration.h', 3013 'platform/mediastream/RTCConfiguration.h',
3012 'platform/mediastream/RTCDTMFSenderHandler.h', 3014 'platform/mediastream/RTCDTMFSenderHandler.h',
3013 'platform/mediastream/RTCDTMFSenderHandlerClient.h', 3015 'platform/mediastream/RTCDTMFSenderHandlerClient.h',
3014 'platform/mediastream/RTCDataChannelHandler.h', 3016 'platform/mediastream/RTCDataChannelHandler.h',
3015 'platform/mediastream/RTCDataChannelHandlerClient.h', 3017 'platform/mediastream/RTCDataChannelHandlerClient.h',
3016 'platform/mediastream/RTCIceCandidateDescriptor.cpp', 3018 'platform/mediastream/RTCIceCandidateDescriptor.cpp',
3017 'platform/mediastream/RTCIceCandidateDescriptor.h', 3019 'platform/mediastream/RTCIceCandidateDescriptor.h',
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
3682 'bison_exe': 'bison', 3684 'bison_exe': 'bison',
3683 # We specify a preprocess so it happens locally and won't get 3685 # We specify a preprocess so it happens locally and won't get
3684 # distributed to goma. 3686 # distributed to goma.
3685 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3687 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3686 # use /usr/bin/clang once we require Xcode 4.x. 3688 # use /usr/bin/clang once we require Xcode 4.x.
3687 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3689 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3688 }], 3690 }],
3689 ], 3691 ],
3690 } 3692 }
3691 } 3693 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/chromium/support/WebMediaStreamTrack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698