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

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

Issue 23704004: Make WebFileSystemCallbacks not self-destruct, deprecate AsyncFileSystem (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2557 matching lines...) Expand 10 before | Expand all | Expand 10 after
2568 'html/track/TrackEvent.cpp', 2568 'html/track/TrackEvent.cpp',
2569 'html/track/WebVTTElement.cpp', 2569 'html/track/WebVTTElement.cpp',
2570 'html/track/WebVTTElement.h', 2570 'html/track/WebVTTElement.h',
2571 'html/track/WebVTTParser.cpp', 2571 'html/track/WebVTTParser.cpp',
2572 'html/track/WebVTTParser.h', 2572 'html/track/WebVTTParser.h',
2573 'html/track/WebVTTToken.h', 2573 'html/track/WebVTTToken.h',
2574 'html/track/WebVTTTokenizer.cpp', 2574 'html/track/WebVTTTokenizer.cpp',
2575 'html/track/WebVTTTokenizer.h', 2575 'html/track/WebVTTTokenizer.h',
2576 ], 2576 ],
2577 'webcore_platform_files': [ 2577 'webcore_platform_files': [
2578 'platform/AsyncFileSystem.h',
2579 'platform/AsyncFileSystemCallbacks.h', 2578 'platform/AsyncFileSystemCallbacks.h',
2580 'platform/CalculationValue.cpp', 2579 'platform/CalculationValue.cpp',
2581 'platform/CalculationValue.h', 2580 'platform/CalculationValue.h',
2582 'platform/Clock.cpp', 2581 'platform/Clock.cpp',
2583 'platform/Clock.h', 2582 'platform/Clock.h',
2584 'platform/ContentType.cpp', 2583 'platform/ContentType.cpp',
2585 'platform/ContentType.h', 2584 'platform/ContentType.h',
2586 'platform/ContextMenu.cpp', 2585 'platform/ContextMenu.cpp',
2587 'platform/ContextMenuItem.cpp', 2586 'platform/ContextMenuItem.cpp',
2588 'platform/CrossThreadCopier.cpp', 2587 'platform/CrossThreadCopier.cpp',
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
3751 'platform/chromium/support/WebActiveGestureAnimation.h', 3750 'platform/chromium/support/WebActiveGestureAnimation.h',
3752 'platform/chromium/support/WebArrayBuffer.cpp', 3751 'platform/chromium/support/WebArrayBuffer.cpp',
3753 'platform/chromium/support/WebAudioBus.cpp', 3752 'platform/chromium/support/WebAudioBus.cpp',
3754 'platform/chromium/support/WebCrypto.cpp', 3753 'platform/chromium/support/WebCrypto.cpp',
3755 'platform/chromium/support/WebCryptoAlgorithm.cpp', 3754 'platform/chromium/support/WebCryptoAlgorithm.cpp',
3756 'platform/chromium/support/WebCryptoKey.cpp', 3755 'platform/chromium/support/WebCryptoKey.cpp',
3757 'platform/chromium/support/WebCursorInfo.cpp', 3756 'platform/chromium/support/WebCursorInfo.cpp',
3758 'platform/chromium/support/WebData.cpp', 3757 'platform/chromium/support/WebData.cpp',
3759 'platform/chromium/support/WebDeviceMotionData.cpp', 3758 'platform/chromium/support/WebDeviceMotionData.cpp',
3760 'platform/chromium/support/WebDeviceOrientationData.cpp', 3759 'platform/chromium/support/WebDeviceOrientationData.cpp',
3760 'platform/chromium/support/WebFileSystemCallbacks.cpp',
3761 'platform/chromium/support/WebFloatQuad.cpp', 3761 'platform/chromium/support/WebFloatQuad.cpp',
3762 'platform/chromium/support/WebHTTPBody.cpp', 3762 'platform/chromium/support/WebHTTPBody.cpp',
3763 'platform/chromium/support/WebHTTPLoadInfo.cpp', 3763 'platform/chromium/support/WebHTTPLoadInfo.cpp',
3764 'platform/chromium/support/WebMediaConstraints.cpp', 3764 'platform/chromium/support/WebMediaConstraints.cpp',
3765 'platform/chromium/support/WebMediaStream.cpp', 3765 'platform/chromium/support/WebMediaStream.cpp',
3766 'platform/chromium/support/WebMediaStreamSource.cpp', 3766 'platform/chromium/support/WebMediaStreamSource.cpp',
3767 'platform/chromium/support/WebMediaStreamTrack.cpp', 3767 'platform/chromium/support/WebMediaStreamTrack.cpp',
3768 'platform/chromium/support/WebPrerender.cpp', 3768 'platform/chromium/support/WebPrerender.cpp',
3769 'platform/chromium/support/WebPrerenderingSupport.cpp', 3769 'platform/chromium/support/WebPrerenderingSupport.cpp',
3770 'platform/chromium/support/WebRTCConfiguration.cpp', 3770 'platform/chromium/support/WebRTCConfiguration.cpp',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
3874 'bison_exe': 'bison', 3874 'bison_exe': 'bison',
3875 # We specify a preprocess so it happens locally and won't get 3875 # We specify a preprocess so it happens locally and won't get
3876 # distributed to goma. 3876 # distributed to goma.
3877 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3877 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3878 # use /usr/bin/clang once we require Xcode 4.x. 3878 # use /usr/bin/clang once we require Xcode 4.x.
3879 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3879 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3880 }], 3880 }],
3881 ], 3881 ],
3882 } 3882 }
3883 } 3883 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/SerializedScriptValue.cpp ('k') | Source/core/inspector/InspectorFileSystemAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698