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

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: Remove hardcoding 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 3698 matching lines...) Expand 10 before | Expand all | Expand 10 after
3709 'svg/properties/SVGPathSegListPropertyTearOff.cpp', 3709 'svg/properties/SVGPathSegListPropertyTearOff.cpp',
3710 ], 3710 ],
3711 'deprecated_perl_webcore_test_support_idl_files': [ 3711 'deprecated_perl_webcore_test_support_idl_files': [
3712 'testing/GCObservation.idl', 3712 'testing/GCObservation.idl',
3713 'testing/Internals.idl', 3713 'testing/Internals.idl',
3714 'testing/InternalProfilers.idl', 3714 'testing/InternalProfilers.idl',
3715 'testing/InternalSettings.idl', 3715 'testing/InternalSettings.idl',
3716 'testing/LayerRect.idl', 3716 'testing/LayerRect.idl',
3717 'testing/LayerRectList.idl', 3717 'testing/LayerRectList.idl',
3718 'testing/TypeConversions.idl', 3718 'testing/TypeConversions.idl',
3719 ],
3720 'deprecated_perl_generated_webcore_test_support_idl_files': [
3719 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl', 3721 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl',
3720 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl', 3722 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
3721 ], 3723 ],
3722 'python_webcore_test_support_idl_files': [ 3724 'python_webcore_test_support_idl_files': [
3723 'testing/MallocStatistics.idl', 3725 'testing/MallocStatistics.idl',
3724 ], 3726 ],
3725 'webcore_test_support_files': [ 3727 'webcore_test_support_files': [
3726 'testing/v8/WebCoreTestSupport.cpp', 3728 'testing/v8/WebCoreTestSupport.cpp',
3727 'testing/v8/WebCoreTestSupport.h', 3729 'testing/v8/WebCoreTestSupport.h',
3728 'testing/GCObservation.cpp', 3730 'testing/GCObservation.cpp',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
3875 'bison_exe': 'bison', 3877 'bison_exe': 'bison',
3876 # We specify a preprocess so it happens locally and won't get 3878 # We specify a preprocess so it happens locally and won't get
3877 # distributed to goma. 3879 # distributed to goma.
3878 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3880 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3879 # use /usr/bin/clang once we require Xcode 4.x. 3881 # use /usr/bin/clang once we require Xcode 4.x.
3880 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3882 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3881 }], 3883 }],
3882 ], 3884 ],
3883 } 3885 }
3884 } 3886 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698