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

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

Issue 24053003: Support partial interface for test support idls (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: patch Created 7 years, 2 months 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 3472 matching lines...) Expand 10 before | Expand all | Expand 10 after
3483 'svg/graphics/filters/SVGFilter.cpp', 3483 'svg/graphics/filters/SVGFilter.cpp',
3484 'svg/graphics/filters/SVGFilter.h', 3484 'svg/graphics/filters/SVGFilter.h',
3485 'svg/graphics/filters/SVGFilterBuilder.cpp', 3485 'svg/graphics/filters/SVGFilterBuilder.cpp',
3486 'svg/graphics/filters/SVGFilterBuilder.h', 3486 'svg/graphics/filters/SVGFilterBuilder.h',
3487 'svg/properties/SVGAnimatedProperty.cpp', 3487 'svg/properties/SVGAnimatedProperty.cpp',
3488 'svg/properties/SVGAnimatedProperty.h', 3488 'svg/properties/SVGAnimatedProperty.h',
3489 'svg/properties/SVGAttributeToPropertyMap.cpp', 3489 'svg/properties/SVGAttributeToPropertyMap.cpp',
3490 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h', 3490 'svg/properties/SVGAnimatedPathSegListPropertyTearOff.h',
3491 'svg/properties/SVGPathSegListPropertyTearOff.cpp', 3491 'svg/properties/SVGPathSegListPropertyTearOff.cpp',
3492 ], 3492 ],
3493 'webcore_test_support_idl_files': [ 3493 'webcore_testing_support_idl_files': [
3494 'testing/GCObservation.idl', 3494 'testing/GCObservation.idl',
3495 'testing/Internals.idl', 3495 'testing/Internals.idl',
3496 'testing/InternalProfilers.idl', 3496 'testing/InternalProfilers.idl',
3497 'testing/InternalSettings.idl', 3497 'testing/InternalSettings.idl',
3498 'testing/LayerRect.idl', 3498 'testing/LayerRect.idl',
3499 'testing/LayerRectList.idl', 3499 'testing/LayerRectList.idl',
3500 'testing/MallocStatistics.idl', 3500 'testing/MallocStatistics.idl',
3501 'testing/TypeConversions.idl', 3501 'testing/TypeConversions.idl',
3502 ],
3503 'generated_webcore_testing_support_idl_files': [
3502 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl', 3504 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl',
3503 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl', 3505 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
3504 ], 3506 ],
3505 'webcore_test_support_files': [ 3507 'webcore_test_support_files': [
3506 'testing/v8/WebCoreTestSupport.cpp', 3508 'testing/v8/WebCoreTestSupport.cpp',
3507 'testing/v8/WebCoreTestSupport.h', 3509 'testing/v8/WebCoreTestSupport.h',
3508 'testing/GCObservation.cpp', 3510 'testing/GCObservation.cpp',
3509 'testing/GCObservation.h', 3511 'testing/GCObservation.h',
3510 'testing/InspectorFrontendClientLocal.cpp', 3512 'testing/InspectorFrontendClientLocal.cpp',
3511 'testing/InspectorFrontendClientLocal.h', 3513 'testing/InspectorFrontendClientLocal.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
3654 'bison_exe': 'bison', 3656 'bison_exe': 'bison',
3655 # We specify a preprocess so it happens locally and won't get 3657 # We specify a preprocess so it happens locally and won't get
3656 # distributed to goma. 3658 # distributed to goma.
3657 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3659 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3658 # use /usr/bin/clang once we require Xcode 4.x. 3660 # use /usr/bin/clang once we require Xcode 4.x.
3659 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3661 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3660 }], 3662 }],
3661 ], 3663 ],
3662 } 3664 }
3663 } 3665 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8SupportTestPartialInterface.cpp ('k') | Tools/Scripts/webkitpy/bindings/main.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698