| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'project_dir': ['.'], | 3 'project_dir': ['.'], |
| 4 'webcore_include_dirs': [ | 4 'webcore_include_dirs': [ |
| 5 '.', | 5 '.', |
| 6 '..', | 6 '..', |
| 7 'Modules/battery', | 7 'Modules/battery', |
| 8 'Modules/filesystem', | 8 'Modules/filesystem', |
| 9 'Modules/gamepad', | 9 'Modules/gamepad', |
| 10 'Modules/geolocation', | 10 'Modules/geolocation', |
| (...skipping 5182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5193 'inspector/front-end/Images/warningMediumIcon.png', | 5193 'inspector/front-end/Images/warningMediumIcon.png', |
| 5194 'inspector/front-end/Images/warningsErrors.png' | 5194 'inspector/front-end/Images/warningsErrors.png' |
| 5195 ], | 5195 ], |
| 5196 | 5196 |
| 5197 'webinspector_extension_api_files': [ | 5197 'webinspector_extension_api_files': [ |
| 5198 'inspector/front-end/ExtensionAPI.js', | 5198 'inspector/front-end/ExtensionAPI.js', |
| 5199 'inspector/front-end/DevToolsExtensionAPI.js' | 5199 'inspector/front-end/DevToolsExtensionAPI.js' |
| 5200 ], | 5200 ], |
| 5201 | 5201 |
| 5202 'webcore_platform_support_files': [ | 5202 'webcore_platform_support_files': [ |
| 5203 'platform/chromium/support/GraphicsContext3DChromium.cpp', | |
| 5204 'platform/chromium/support/GraphicsContext3DPrivate.cpp', | 5203 'platform/chromium/support/GraphicsContext3DPrivate.cpp', |
| 5205 'platform/chromium/support/GraphicsContext3DPrivate.h', | 5204 'platform/chromium/support/GraphicsContext3DPrivate.h', |
| 5206 'platform/chromium/support/WebAudioBus.cpp', | 5205 'platform/chromium/support/WebAudioBus.cpp', |
| 5207 'platform/chromium/support/WebData.cpp', | 5206 'platform/chromium/support/WebData.cpp', |
| 5208 'platform/chromium/support/WebHTTPBody.cpp', | 5207 'platform/chromium/support/WebHTTPBody.cpp', |
| 5209 'platform/chromium/support/WebHTTPLoadInfo.cpp', | 5208 'platform/chromium/support/WebHTTPLoadInfo.cpp', |
| 5210 'platform/chromium/support/WebMediaConstraints.cpp', | 5209 'platform/chromium/support/WebMediaConstraints.cpp', |
| 5211 'platform/chromium/support/WebMediaStream.cpp', | 5210 'platform/chromium/support/WebMediaStream.cpp', |
| 5212 'platform/chromium/support/WebMediaStreamSource.cpp', | 5211 'platform/chromium/support/WebMediaStreamSource.cpp', |
| 5213 'platform/chromium/support/WebMediaStreamSourcesRequest.cpp', | 5212 'platform/chromium/support/WebMediaStreamSourcesRequest.cpp', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 5234 'platform/chromium/support/WebURLError.cpp', | 5233 'platform/chromium/support/WebURLError.cpp', |
| 5235 'platform/chromium/support/WebURLRequest.cpp', | 5234 'platform/chromium/support/WebURLRequest.cpp', |
| 5236 'platform/chromium/support/WebURLRequestPrivate.h', | 5235 'platform/chromium/support/WebURLRequestPrivate.h', |
| 5237 'platform/chromium/support/WebURLResponse.cpp', | 5236 'platform/chromium/support/WebURLResponse.cpp', |
| 5238 'platform/chromium/support/WebURLResponsePrivate.h', | 5237 'platform/chromium/support/WebURLResponsePrivate.h', |
| 5239 'platform/chromium/support/WrappedResourceRequest.h', | 5238 'platform/chromium/support/WrappedResourceRequest.h', |
| 5240 'platform/chromium/support/WrappedResourceResponse.h', | 5239 'platform/chromium/support/WrappedResourceResponse.h', |
| 5241 ], | 5240 ], |
| 5242 } | 5241 } |
| 5243 } | 5242 } |
| OLD | NEW |