OLD | NEW |
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 Loading... |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |