| OLD | NEW |
| 1 | 1 |
| 2 { | 2 { |
| 3 'variables': { | 3 'variables': { |
| 4 'core_idl_files': [ | 4 'core_idl_files': [ |
| 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/CSSMediaRule.idl', | 10 'css/CSSMediaRule.idl', |
| (...skipping 3582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3593 ], | 3593 ], |
| 3594 'webcore_platform_support_files': [ | 3594 'webcore_platform_support_files': [ |
| 3595 'platform/chromium/support/GraphicsContext3DPrivate.cpp', | 3595 'platform/chromium/support/GraphicsContext3DPrivate.cpp', |
| 3596 'platform/chromium/support/GraphicsContext3DPrivate.h', | 3596 'platform/chromium/support/GraphicsContext3DPrivate.h', |
| 3597 'platform/chromium/support/Platform.cpp', | 3597 'platform/chromium/support/Platform.cpp', |
| 3598 'platform/chromium/support/WebActiveGestureAnimation.cpp', | 3598 'platform/chromium/support/WebActiveGestureAnimation.cpp', |
| 3599 'platform/chromium/support/WebActiveGestureAnimation.h', | 3599 'platform/chromium/support/WebActiveGestureAnimation.h', |
| 3600 'platform/chromium/support/WebAudioBus.cpp', | 3600 'platform/chromium/support/WebAudioBus.cpp', |
| 3601 'platform/chromium/support/WebCString.cpp', | 3601 'platform/chromium/support/WebCString.cpp', |
| 3602 'platform/chromium/support/WebData.cpp', | 3602 'platform/chromium/support/WebData.cpp', |
| 3603 'platform/chromium/support/WebDeviceMotionData.cpp', |
| 3603 'platform/chromium/support/WebFilterOperation.cpp', | 3604 'platform/chromium/support/WebFilterOperation.cpp', |
| 3604 'platform/chromium/support/WebFilterOperations.cpp', | 3605 'platform/chromium/support/WebFilterOperations.cpp', |
| 3605 'platform/chromium/support/WebFloatQuad.cpp', | 3606 'platform/chromium/support/WebFloatQuad.cpp', |
| 3606 'platform/chromium/support/WebHTTPBody.cpp', | 3607 'platform/chromium/support/WebHTTPBody.cpp', |
| 3607 'platform/chromium/support/WebHTTPLoadInfo.cpp', | 3608 'platform/chromium/support/WebHTTPLoadInfo.cpp', |
| 3608 'platform/chromium/support/WebMediaConstraints.cpp', | 3609 'platform/chromium/support/WebMediaConstraints.cpp', |
| 3609 'platform/chromium/support/WebMediaStream.cpp', | 3610 'platform/chromium/support/WebMediaStream.cpp', |
| 3610 'platform/chromium/support/WebMediaStreamSource.cpp', | 3611 'platform/chromium/support/WebMediaStreamSource.cpp', |
| 3611 'platform/chromium/support/WebMediaStreamSourcesRequest.cpp', | 3612 'platform/chromium/support/WebMediaStreamSourcesRequest.cpp', |
| 3612 'platform/chromium/support/WebMediaStreamTrack.cpp', | 3613 'platform/chromium/support/WebMediaStreamTrack.cpp', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3674 'bison_exe': 'bison', | 3675 'bison_exe': 'bison', |
| 3675 # We specify a preprocess so it happens locally and won't get | 3676 # We specify a preprocess so it happens locally and won't get |
| 3676 # distributed to goma. | 3677 # distributed to goma. |
| 3677 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3678 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3678 # use /usr/bin/clang once we require Xcode 4.x. | 3679 # use /usr/bin/clang once we require Xcode 4.x. |
| 3679 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3680 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3680 }], | 3681 }], |
| 3681 ], | 3682 ], |
| 3682 } | 3683 } |
| 3683 } | 3684 } |
| OLD | NEW |