| OLD | NEW |
| 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 3624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3635 'testing/MockPagePopupDriver.h', | 3635 'testing/MockPagePopupDriver.h', |
| 3636 'testing/TypeConversions.h', | 3636 'testing/TypeConversions.h', |
| 3637 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp', | 3637 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.cpp', |
| 3638 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h', | 3638 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalSettingsGenerated.h', |
| 3639 ], | 3639 ], |
| 3640 'webcore_platform_support_files': [ | 3640 'webcore_platform_support_files': [ |
| 3641 'platform/chromium/support/GraphicsContext3DPrivate.cpp', | 3641 'platform/chromium/support/GraphicsContext3DPrivate.cpp', |
| 3642 'platform/chromium/support/GraphicsContext3DPrivate.h', | 3642 'platform/chromium/support/GraphicsContext3DPrivate.h', |
| 3643 'platform/chromium/support/WebAudioBus.cpp', | 3643 'platform/chromium/support/WebAudioBus.cpp', |
| 3644 'platform/chromium/support/WebData.cpp', | 3644 'platform/chromium/support/WebData.cpp', |
| 3645 'platform/chromium/support/WebDeviceMotionData.cpp', |
| 3645 'platform/chromium/support/WebHTTPBody.cpp', | 3646 'platform/chromium/support/WebHTTPBody.cpp', |
| 3646 'platform/chromium/support/WebHTTPLoadInfo.cpp', | 3647 'platform/chromium/support/WebHTTPLoadInfo.cpp', |
| 3647 'platform/chromium/support/WebMediaConstraints.cpp', | 3648 'platform/chromium/support/WebMediaConstraints.cpp', |
| 3648 'platform/chromium/support/WebMediaStream.cpp', | 3649 'platform/chromium/support/WebMediaStream.cpp', |
| 3649 'platform/chromium/support/WebMediaStreamSource.cpp', | 3650 'platform/chromium/support/WebMediaStreamSource.cpp', |
| 3650 'platform/chromium/support/WebMediaStreamSourcesRequest.cpp', | 3651 'platform/chromium/support/WebMediaStreamSourcesRequest.cpp', |
| 3651 'platform/chromium/support/WebMediaStreamTrack.cpp', | 3652 'platform/chromium/support/WebMediaStreamTrack.cpp', |
| 3652 'platform/chromium/support/WebPrerender.cpp', | 3653 'platform/chromium/support/WebPrerender.cpp', |
| 3653 'platform/chromium/support/WebRTCConfiguration.cpp', | 3654 'platform/chromium/support/WebRTCConfiguration.cpp', |
| 3654 'platform/chromium/support/WebRTCICECandidate.cpp', | 3655 'platform/chromium/support/WebRTCICECandidate.cpp', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3698 'bison_exe': 'bison', | 3699 'bison_exe': 'bison', |
| 3699 # We specify a preprocess so it happens locally and won't get | 3700 # We specify a preprocess so it happens locally and won't get |
| 3700 # distributed to goma. | 3701 # distributed to goma. |
| 3701 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3702 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3702 # use /usr/bin/clang once we require Xcode 4.x. | 3703 # use /usr/bin/clang once we require Xcode 4.x. |
| 3703 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3704 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3704 }], | 3705 }], |
| 3705 ], | 3706 ], |
| 3706 } | 3707 } |
| 3707 } | 3708 } |
| OLD | NEW |