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

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

Issue 62083002: Remove support for the externalResourcesRequired attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 '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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'svg/SVGColor.idl', 350 'svg/SVGColor.idl',
351 'svg/SVGComponentTransferFunctionElement.idl', 351 'svg/SVGComponentTransferFunctionElement.idl',
352 'svg/SVGCursorElement.idl', 352 'svg/SVGCursorElement.idl',
353 'svg/SVGDefsElement.idl', 353 'svg/SVGDefsElement.idl',
354 'svg/SVGDescElement.idl', 354 'svg/SVGDescElement.idl',
355 'svg/SVGDocument.idl', 355 'svg/SVGDocument.idl',
356 'svg/SVGElement.idl', 356 'svg/SVGElement.idl',
357 'svg/SVGElementInstance.idl', 357 'svg/SVGElementInstance.idl',
358 'svg/SVGElementInstanceList.idl', 358 'svg/SVGElementInstanceList.idl',
359 'svg/SVGEllipseElement.idl', 359 'svg/SVGEllipseElement.idl',
360 'svg/SVGExternalResourcesRequired.idl',
361 'svg/SVGFEBlendElement.idl', 360 'svg/SVGFEBlendElement.idl',
362 'svg/SVGFEColorMatrixElement.idl', 361 'svg/SVGFEColorMatrixElement.idl',
363 'svg/SVGFEComponentTransferElement.idl', 362 'svg/SVGFEComponentTransferElement.idl',
364 'svg/SVGFECompositeElement.idl', 363 'svg/SVGFECompositeElement.idl',
365 'svg/SVGFEConvolveMatrixElement.idl', 364 'svg/SVGFEConvolveMatrixElement.idl',
366 'svg/SVGFEDiffuseLightingElement.idl', 365 'svg/SVGFEDiffuseLightingElement.idl',
367 'svg/SVGFEDisplacementMapElement.idl', 366 'svg/SVGFEDisplacementMapElement.idl',
368 'svg/SVGFEDistantLightElement.idl', 367 'svg/SVGFEDistantLightElement.idl',
369 'svg/SVGFEDropShadowElement.idl', 368 'svg/SVGFEDropShadowElement.idl',
370 'svg/SVGFEFloodElement.idl', 369 'svg/SVGFEFloodElement.idl',
(...skipping 2839 matching lines...) Expand 10 before | Expand all | Expand 10 after
3210 'svg/SVGDocument.h', 3209 'svg/SVGDocument.h',
3211 'svg/SVGDocumentExtensions.cpp', 3210 'svg/SVGDocumentExtensions.cpp',
3212 'svg/SVGElement.cpp', 3211 'svg/SVGElement.cpp',
3213 'svg/SVGElementInstance.cpp', 3212 'svg/SVGElementInstance.cpp',
3214 'svg/SVGElementInstance.h', 3213 'svg/SVGElementInstance.h',
3215 'svg/SVGElementInstanceList.cpp', 3214 'svg/SVGElementInstanceList.cpp',
3216 'svg/SVGElementInstanceList.h', 3215 'svg/SVGElementInstanceList.h',
3217 'svg/SVGElementRareData.h', 3216 'svg/SVGElementRareData.h',
3218 'svg/SVGEllipseElement.cpp', 3217 'svg/SVGEllipseElement.cpp',
3219 'svg/SVGEllipseElement.h', 3218 'svg/SVGEllipseElement.h',
3220 'svg/SVGExternalResourcesRequired.cpp',
3221 'svg/SVGExternalResourcesRequired.h',
3222 'svg/SVGFEBlendElement.cpp', 3219 'svg/SVGFEBlendElement.cpp',
3223 'svg/SVGFEBlendElement.h', 3220 'svg/SVGFEBlendElement.h',
3224 'svg/SVGFEColorMatrixElement.cpp', 3221 'svg/SVGFEColorMatrixElement.cpp',
3225 'svg/SVGFEColorMatrixElement.h', 3222 'svg/SVGFEColorMatrixElement.h',
3226 'svg/SVGFEComponentTransferElement.cpp', 3223 'svg/SVGFEComponentTransferElement.cpp',
3227 'svg/SVGFEComponentTransferElement.h', 3224 'svg/SVGFEComponentTransferElement.h',
3228 'svg/SVGFECompositeElement.cpp', 3225 'svg/SVGFECompositeElement.cpp',
3229 'svg/SVGFECompositeElement.h', 3226 'svg/SVGFECompositeElement.h',
3230 'svg/SVGFEConvolveMatrixElement.cpp', 3227 'svg/SVGFEConvolveMatrixElement.cpp',
3231 'svg/SVGFEConvolveMatrixElement.h', 3228 'svg/SVGFEConvolveMatrixElement.h',
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
3625 'bison_exe': 'bison', 3622 'bison_exe': 'bison',
3626 # We specify a preprocess so it happens locally and won't get 3623 # We specify a preprocess so it happens locally and won't get
3627 # distributed to goma. 3624 # distributed to goma.
3628 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3625 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3629 # use /usr/bin/clang once we require Xcode 4.x. 3626 # use /usr/bin/clang once we require Xcode 4.x.
3630 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3627 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3631 }], 3628 }],
3632 ], 3629 ],
3633 } 3630 }
3634 } 3631 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698