blob: 4b2c50772ddbcab925a3199751a1750d617f0cfe [file] [log] [blame]
# This file is generated by gyp; do not edit.
include $(CLEAR_VARS)
LOCAL_MODULE_CLASS := GYP
LOCAL_MODULE := third_party_WebKit_Source_WebCore_WebCore_gyp_generate_inspector_protocol_version_gyp
LOCAL_MODULE_STEM := generate_inspector_protocol_version
LOCAL_MODULE_SUFFIX := .stamp
LOCAL_MODULE_TAGS := optional
gyp_intermediate_dir := $(call local-intermediates-dir)
gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
# Make sure our deps are built first.
GYP_TARGET_DEPENDENCIES :=
### Rules for action "generateInspectorProtocolVersion":
$(gyp_shared_intermediate_dir)/webkit/InspectorProtocolVersion.h: gyp_local_path := $(LOCAL_PATH)
$(gyp_shared_intermediate_dir)/webkit/InspectorProtocolVersion.h: gyp_intermediate_dir := $(GYP_ABS_ANDROID_TOP_DIR)/$(gyp_intermediate_dir)
$(gyp_shared_intermediate_dir)/webkit/InspectorProtocolVersion.h: gyp_shared_intermediate_dir := $(GYP_ABS_ANDROID_TOP_DIR)/$(gyp_shared_intermediate_dir)
$(gyp_shared_intermediate_dir)/webkit/InspectorProtocolVersion.h: $(LOCAL_PATH)/third_party/WebKit/Source/WebCore/inspector/generate-inspector-protocol-version $(LOCAL_PATH)/third_party/WebKit/Source/WebCore/inspector/Inspector.json $(GYP_TARGET_DEPENDENCIES)
@echo "Gyp action: Validate inspector protocol for backwards compatibility and generate version file ($@)"
$(hide)cd $(gyp_local_path)/third_party/WebKit/Source/WebCore/WebCore.gyp; mkdir -p $(gyp_shared_intermediate_dir)/webkit; python ../inspector/generate-inspector-protocol-version -o "$(gyp_shared_intermediate_dir)/webkit/InspectorProtocolVersion.h" ../inspector/Inspector.json
GYP_GENERATED_OUTPUTS := \
$(gyp_shared_intermediate_dir)/webkit/InspectorProtocolVersion.h
# Make sure our deps and generated files are built first.
LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
### Rules for final target.
# Add target alias to "gyp_all_modules" target.
.PHONY: gyp_all_modules
gyp_all_modules: third_party_WebKit_Source_WebCore_WebCore_gyp_generate_inspector_protocol_version_gyp
# Alias gyp target name.
.PHONY: generate_inspector_protocol_version
generate_inspector_protocol_version: third_party_WebKit_Source_WebCore_WebCore_gyp_generate_inspector_protocol_version_gyp
LOCAL_MODULE_PATH := $(PRODUCT_OUT)/gyp_stamp
LOCAL_UNINSTALLABLE_MODULE := true
include $(BUILD_SYSTEM)/base_rules.mk
$(LOCAL_BUILT_MODULE): $(LOCAL_ADDITIONAL_DEPENDENCIES)
$(hide) echo "Gyp timestamp: $@"
$(hide) mkdir -p $(dir $@)
$(hide) touch $@