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

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: Created 7 years, 3 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 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_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 3697 matching lines...) Expand 10 before | Expand all | Expand 10 after
3708 'svg/properties/SVGPathSegListPropertyTearOff.cpp', 3708 'svg/properties/SVGPathSegListPropertyTearOff.cpp',
3709 ], 3709 ],
3710 'deprecated_perl_webcore_test_support_idl_files': [ 3710 'deprecated_perl_webcore_test_support_idl_files': [
3711 'testing/GCObservation.idl', 3711 'testing/GCObservation.idl',
3712 'testing/Internals.idl', 3712 'testing/Internals.idl',
3713 'testing/InternalProfilers.idl', 3713 'testing/InternalProfilers.idl',
3714 'testing/InternalSettings.idl', 3714 'testing/InternalSettings.idl',
3715 'testing/LayerRect.idl', 3715 'testing/LayerRect.idl',
3716 'testing/LayerRectList.idl', 3716 'testing/LayerRectList.idl',
3717 'testing/TypeConversions.idl', 3717 'testing/TypeConversions.idl',
3718 ],
3719 'deprecated_perl_generated_webcore_test_support_idl_files': [
3718 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl', 3720 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl',
3719 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl', 3721 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
3720 ], 3722 ],
3721 'python_webcore_test_support_idl_files': [ 3723 'python_webcore_test_support_idl_files': [
3722 'testing/MallocStatistics.idl', 3724 'testing/MallocStatistics.idl',
3723 ], 3725 ],
3724 'webcore_test_support_files': [ 3726 'webcore_test_support_files': [
3725 'testing/v8/WebCoreTestSupport.cpp', 3727 'testing/v8/WebCoreTestSupport.cpp',
3726 'testing/v8/WebCoreTestSupport.h', 3728 'testing/v8/WebCoreTestSupport.h',
3727 'testing/GCObservation.cpp', 3729 'testing/GCObservation.cpp',
3728 'testing/GCObservation.h', 3730 'testing/GCObservation.h',
3729 'testing/InspectorFrontendClientLocal.cpp', 3731 'testing/InspectorFrontendClientLocal.cpp',
3730 'testing/InspectorFrontendClientLocal.h', 3732 'testing/InspectorFrontendClientLocal.h',
3731 'testing/Internals.cpp', 3733 'testing/Internals.cpp',
3732 'testing/Internals.h', 3734 'testing/Internals.h',
3733 'testing/InternalProfilers.cpp', 3735 'testing/InternalProfilers.cpp',
3734 'testing/InternalProfilers.h', 3736 'testing/InternalProfilers.h',
3735 'testing/InternalSettings.cpp', 3737 'testing/InternalSettings.cpp',
3736 'testing/InternalSettings.h', 3738 'testing/InternalSettings.h',
3737 'testing/LayerRect.h', 3739 'testing/LayerRect.h',
3738 'testing/LayerRectList.cpp', 3740 'testing/LayerRectList.cpp',
3739 'testing/LayerRectList.h', 3741 'testing/LayerRectList.h',
3740 'testing/MallocStatistics.h', 3742 'testing/MallocStatistics.h',
3741 'testing/MockPagePopupDriver.cpp', 3743 'testing/MockPagePopupDriver.cpp',
3742 'testing/MockPagePopupDriver.h', 3744 'testing/MockPagePopupDriver.h',
3743 'testing/TypeConversions.h', 3745 'testing/TypeConversions.h',
3746 ],
3747 'generated_webcore_test_support_files': [
3744 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.cpp', 3748 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.cpp',
3745 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.h', 3749 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.h',
3746 ], 3750 ],
3747 'webcore_platform_support_files': [ 3751 'webcore_platform_support_files': [
3748 'platform/chromium/support/Platform.cpp', 3752 'platform/chromium/support/Platform.cpp',
3749 'platform/chromium/support/WebActiveGestureAnimation.cpp', 3753 'platform/chromium/support/WebActiveGestureAnimation.cpp',
3750 'platform/chromium/support/WebActiveGestureAnimation.h', 3754 'platform/chromium/support/WebActiveGestureAnimation.h',
3751 'platform/chromium/support/WebArrayBuffer.cpp', 3755 'platform/chromium/support/WebArrayBuffer.cpp',
3752 'platform/chromium/support/WebAudioBus.cpp', 3756 'platform/chromium/support/WebAudioBus.cpp',
3753 'platform/chromium/support/WebCrypto.cpp', 3757 'platform/chromium/support/WebCrypto.cpp',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
3874 'bison_exe': 'bison', 3878 'bison_exe': 'bison',
3875 # We specify a preprocess so it happens locally and won't get 3879 # We specify a preprocess so it happens locally and won't get
3876 # distributed to goma. 3880 # distributed to goma.
3877 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3881 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3878 # use /usr/bin/clang once we require Xcode 4.x. 3882 # use /usr/bin/clang once we require Xcode 4.x.
3879 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3883 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3880 }], 3884 }],
3881 ], 3885 ],
3882 } 3886 }
3883 } 3887 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698