Index: Source/core/core_generated.gyp |
diff --git a/Source/core/core_generated.gyp b/Source/core/core_generated.gyp |
index 90560eb9a49243afcf182c96f1e7a9bbd75fe330..b467d2fe611c578d9cff78ffffc3387210f66476 100644 |
--- a/Source/core/core_generated.gyp |
+++ b/Source/core/core_generated.gyp |
@@ -58,7 +58,7 @@ |
'<@(event_idl_files)', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', |
+ '<(blink_core_output_dir)/EventInterfaces.in', |
], |
'action': [ |
'python', |
@@ -66,7 +66,7 @@ |
'--event-idl-files-list', |
'<(event_idl_files_list)', |
'--event-interfaces-file', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', |
+ '<(blink_core_output_dir)/EventInterfaces.in', |
'--write-file-only-if-changed', |
'<(write_file_only_if_changed)', |
], |
@@ -89,17 +89,17 @@ |
'frame/Settings.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/SettingsMacros.h', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.idl', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalSettingsGenerated.h', |
+ '<(blink_core_output_dir)/SettingsMacros.h', |
+ '<(blink_core_output_dir)/InternalSettingsGenerated.idl', |
+ '<(blink_core_output_dir)/InternalSettingsGenerated.cpp', |
+ '<(blink_core_output_dir)/InternalSettingsGenerated.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_settings.py', |
'frame/Settings.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -112,15 +112,15 @@ |
'../build/scripts/templates/InternalRuntimeFlags.idl.tmpl', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.h', |
+ '<(blink_core_output_dir)/InternalRuntimeFlags.idl', |
+ '<(blink_core_output_dir)/InternalRuntimeFlags.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_internal_runtime_flags.py', |
'../platform/RuntimeEnabledFeatures.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
] |
@@ -146,7 +146,7 @@ |
'xml/XMLViewer.css', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/XMLViewerCSS.h', |
+ '<(blink_core_output_dir)/XMLViewerCSS.h', |
], |
'action': [ |
'python', |
@@ -162,7 +162,7 @@ |
'xml/XMLViewer.js', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/XMLViewerJS.h', |
+ '<(blink_core_output_dir)/XMLViewerJS.h', |
], |
'action': [ |
'python', |
@@ -179,7 +179,7 @@ |
'html/parser/HTMLEntityNames.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLEntityTable.cpp' |
+ '<(blink_core_output_dir)/HTMLEntityTable.cpp' |
], |
'action': [ |
'python', |
@@ -203,15 +203,15 @@ |
'<@(in_files)' |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.h', |
+ '<(blink_core_output_dir)/CSSPropertyNames.cpp', |
+ '<(blink_core_output_dir)/CSSPropertyNames.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_css_property_names.py', |
'<@(in_files)', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
'--gperf', '<(gperf_exe)', |
'--defines', '<(feature_defines)', |
], |
@@ -229,15 +229,15 @@ |
'<@(in_files)' |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/MediaFeatureNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/MediaFeatureNames.h', |
+ '<(blink_core_output_dir)/MediaFeatureNames.cpp', |
+ '<(blink_core_output_dir)/MediaFeatureNames.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_media_feature_names.py', |
'<@(in_files)', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
'--defines', '<(feature_defines)', |
], |
}, |
@@ -255,14 +255,14 @@ |
'<@(in_files)' |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/MediaFeatures.h', |
+ '<(blink_core_output_dir)/MediaFeatures.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_media_features.py', |
'<@(in_files)', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
'--defines', '<(feature_defines)', |
], |
}, |
@@ -278,15 +278,15 @@ |
'<@(in_files)' |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/MediaTypeNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/MediaTypeNames.h', |
+ '<(blink_core_output_dir)/MediaTypeNames.cpp', |
+ '<(blink_core_output_dir)/MediaTypeNames.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_names.py', |
'<@(in_files)', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
'--defines', '<(feature_defines)', |
], |
}, |
@@ -296,13 +296,13 @@ |
'../build/scripts/make_mediaquery_tokenizer_codepoints.py', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/MediaQueryTokenizerCodepoints.cpp', |
+ '<(blink_core_output_dir)/MediaQueryTokenizerCodepoints.cpp', |
], |
'action': [ |
'python', |
'../build/scripts/make_mediaquery_tokenizer_codepoints.py', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
'--defines', '<(feature_defines)', |
], |
}, |
@@ -316,15 +316,15 @@ |
'css/CSSShorthands.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.h', |
+ '<(blink_core_output_dir)/StylePropertyShorthand.cpp', |
+ '<(blink_core_output_dir)/StylePropertyShorthand.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_style_shorthands.py', |
'css/CSSShorthands.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -338,16 +338,16 @@ |
'css/CSSProperties.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilder.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilderFunctions.h', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilderFunctions.cpp', |
+ '<(blink_core_output_dir)/StyleBuilder.cpp', |
+ '<(blink_core_output_dir)/StyleBuilderFunctions.h', |
+ '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', |
], |
'action': [ |
'python', |
'../build/scripts/make_style_builder.py', |
'css/CSSProperties.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -364,15 +364,15 @@ |
'<@(in_files)' |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.h', |
+ '<(blink_core_output_dir)/CSSValueKeywords.cpp', |
+ '<(blink_core_output_dir)/CSSValueKeywords.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_css_value_keywords.py', |
'<@(in_files)', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
'--gperf', '<(gperf_exe)', |
'--defines', '<(feature_defines)', |
], |
@@ -385,12 +385,12 @@ |
'html/HTMLAttributeNames.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementFactory.h', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLNames.h', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/V8HTMLElementWrapperFactory.h', |
+ '<(blink_core_output_dir)/HTMLElementFactory.cpp', |
+ '<(blink_core_output_dir)/HTMLElementFactory.h', |
+ '<(blink_core_output_dir)/HTMLNames.cpp', |
+ '<(blink_core_output_dir)/HTMLNames.h', |
+ '<(blink_core_output_dir)/V8HTMLElementWrapperFactory.cpp', |
+ '<(blink_core_output_dir)/V8HTMLElementWrapperFactory.h', |
], |
'action': [ |
'python', |
@@ -398,7 +398,7 @@ |
'html/HTMLTagNames.in', |
'html/HTMLAttributeNames.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -408,14 +408,14 @@ |
'html/HTMLTagNames.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementTypeHelpers.h', |
+ '<(blink_core_output_dir)/HTMLElementTypeHelpers.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_element_type_helpers.py', |
'html/HTMLTagNames.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -426,12 +426,12 @@ |
'svg/SVGAttributeNames.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementFactory.h', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/SVGNames.h', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/V8SVGElementWrapperFactory.h', |
+ '<(blink_core_output_dir)/SVGElementFactory.cpp', |
+ '<(blink_core_output_dir)/SVGElementFactory.h', |
+ '<(blink_core_output_dir)/SVGNames.cpp', |
+ '<(blink_core_output_dir)/SVGNames.h', |
+ '<(blink_core_output_dir)/V8SVGElementWrapperFactory.cpp', |
+ '<(blink_core_output_dir)/V8SVGElementWrapperFactory.h', |
], |
'action': [ |
'python', |
@@ -439,7 +439,7 @@ |
'svg/SVGTagNames.in', |
'svg/SVGAttributeNames.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -449,53 +449,53 @@ |
'svg/SVGTagNames.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/SVGElementTypeHelpers.h', |
+ '<(blink_core_output_dir)/SVGElementTypeHelpers.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_element_type_helpers.py', |
'svg/SVGTagNames.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
'action_name': 'EventFactory', |
'inputs': [ |
'<@(make_event_factory_files)', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', |
+ '<(blink_core_output_dir)/EventInterfaces.in', |
'events/EventAliases.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h', |
+ '<(blink_core_output_dir)/Event.cpp', |
+ '<(blink_core_output_dir)/EventHeaders.h', |
+ '<(blink_core_output_dir)/EventInterfaces.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_event_factory.py', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', |
+ '<(blink_core_output_dir)/EventInterfaces.in', |
'events/EventAliases.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
'action_name': 'EventNames', |
'inputs': [ |
'<@(make_names_files)', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', |
+ '<(blink_core_output_dir)/EventInterfaces.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.h', |
+ '<(blink_core_output_dir)/EventNames.cpp', |
+ '<(blink_core_output_dir)/EventNames.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_names.py', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.in', |
+ '<(blink_core_output_dir)/EventInterfaces.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -505,15 +505,15 @@ |
'events/EventTargetFactory.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetHeaders.h', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetInterfaces.h', |
+ '<(blink_core_output_dir)/EventTargetHeaders.h', |
+ '<(blink_core_output_dir)/EventTargetInterfaces.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_event_factory.py', |
'events/EventTargetFactory.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -523,15 +523,15 @@ |
'events/EventTargetFactory.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTargetNames.h', |
+ '<(blink_core_output_dir)/EventTargetNames.cpp', |
+ '<(blink_core_output_dir)/EventTargetNames.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_names.py', |
'events/EventTargetFactory.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -542,8 +542,8 @@ |
'html/parser/MathMLAttributeNames.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/MathMLNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/MathMLNames.h', |
+ '<(blink_core_output_dir)/MathMLNames.cpp', |
+ '<(blink_core_output_dir)/MathMLNames.h', |
], |
'action': [ |
'python', |
@@ -551,7 +551,7 @@ |
'html/parser/MathMLTagNames.in', |
'html/parser/MathMLAttributeNames.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
'--defines', '<(feature_defines)' |
], |
}, |
@@ -588,8 +588,8 @@ |
'<@(stylesheets)' |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheets.h', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp', |
+ '<(blink_core_output_dir)/UserAgentStyleSheets.h', |
+ '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp', |
], |
'action': [ |
'python', |
@@ -611,15 +611,15 @@ |
'fetch/FetchInitiatorTypeNames.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/FetchInitiatorTypeNames.h', |
+ '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp', |
+ '<(blink_core_output_dir)/FetchInitiatorTypeNames.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_names.py', |
'fetch/FetchInitiatorTypeNames.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -629,15 +629,15 @@ |
'events/EventTypeNames.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/EventTypeNames.h', |
+ '<(blink_core_output_dir)/EventTypeNames.cpp', |
+ '<(blink_core_output_dir)/EventTypeNames.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_names.py', |
'events/EventTypeNames.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -647,15 +647,15 @@ |
'html/parser/HTMLTokenizerNames.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLTokenizerNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLTokenizerNames.h', |
+ '<(blink_core_output_dir)/HTMLTokenizerNames.cpp', |
+ '<(blink_core_output_dir)/HTMLTokenizerNames.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_names.py', |
'html/parser/HTMLTokenizerNames.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -665,15 +665,15 @@ |
'html/forms/InputTypeNames.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/InputTypeNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/InputTypeNames.h', |
+ '<(blink_core_output_dir)/InputTypeNames.cpp', |
+ '<(blink_core_output_dir)/InputTypeNames.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_names.py', |
'html/forms/InputTypeNames.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -683,15 +683,15 @@ |
'svg/xlinkattrs.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.h', |
+ '<(blink_core_output_dir)/XLinkNames.cpp', |
+ '<(blink_core_output_dir)/XLinkNames.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_qualified_names.py', |
'svg/xlinkattrs.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -701,15 +701,15 @@ |
'xml/xmlnsattrs.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.h', |
+ '<(blink_core_output_dir)/XMLNSNames.cpp', |
+ '<(blink_core_output_dir)/XMLNSNames.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_qualified_names.py', |
'xml/xmlnsattrs.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -719,15 +719,15 @@ |
'xml/xmlattrs.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.h', |
+ '<(blink_core_output_dir)/XMLNames.cpp', |
+ '<(blink_core_output_dir)/XMLNames.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_qualified_names.py', |
'xml/xmlattrs.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
{ |
@@ -738,13 +738,13 @@ |
'../core/css/CSSTokenizer-in.cpp', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/CSSTokenizer.cpp', |
+ '<(blink_core_output_dir)/CSSTokenizer.cpp', |
], |
'action': [ |
'python', |
'../build/scripts/make_token_matcher.py', |
'../core/css/CSSTokenizer-in.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/CSSTokenizer.cpp', |
+ '<(blink_core_output_dir)/CSSTokenizer.cpp', |
], |
}, |
{ |
@@ -755,13 +755,13 @@ |
'../core/css/parser/BisonCSSParser-in.cpp', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/BisonCSSParser.cpp', |
+ '<(blink_core_output_dir)/BisonCSSParser.cpp', |
], |
'action': [ |
'python', |
'../build/scripts/make_token_matcher.py', |
'../core/css/parser/BisonCSSParser-in.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/BisonCSSParser.cpp', |
+ '<(blink_core_output_dir)/BisonCSSParser.cpp', |
], |
}, |
{ |
@@ -772,13 +772,13 @@ |
'../core/html/HTMLMetaElement-in.cpp', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp', |
+ '<(blink_core_output_dir)/HTMLMetaElement.cpp', |
], |
'action': [ |
'python', |
'../build/scripts/make_token_matcher.py', |
'../core/html/HTMLMetaElement-in.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp', |
+ '<(blink_core_output_dir)/HTMLMetaElement.cpp', |
], |
}, |
{ |
@@ -791,15 +791,15 @@ |
'html/HTMLTagNames.in', |
], |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementLookupTrie.cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLElementLookupTrie.h', |
+ '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp', |
+ '<(blink_core_output_dir)/HTMLElementLookupTrie.h', |
], |
'action': [ |
'python', |
'../build/scripts/make_element_lookup_trie.py', |
'html/HTMLTagNames.in', |
'--output_dir', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
], |
}, |
], |
@@ -808,14 +808,14 @@ |
'rule_name': 'bison', |
'extension': 'y', |
'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/blink/<(RULE_INPUT_ROOT).cpp', |
- '<(SHARED_INTERMEDIATE_DIR)/blink/<(RULE_INPUT_ROOT).h' |
+ '<(blink_core_output_dir)/<(RULE_INPUT_ROOT).cpp', |
+ '<(blink_core_output_dir)/<(RULE_INPUT_ROOT).h' |
], |
'action': [ |
'python', |
'../build/scripts/rule_bison.py', |
'<(RULE_INPUT_PATH)', |
- '<(SHARED_INTERMEDIATE_DIR)/blink', |
+ '<(blink_core_output_dir)', |
'<(bison_exe)', |
], |
}, |