• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := GYP
6LOCAL_MODULE := third_party_WebKit_Source_devtools_frontend_protocol_sources_gyp
7LOCAL_MODULE_STEM := frontend_protocol_sources
8LOCAL_MODULE_SUFFIX := .stamp
9LOCAL_MODULE_TAGS := optional
10gyp_intermediate_dir := $(call local-intermediates-dir)
11gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
12
13# Make sure our deps are built first.
14GYP_TARGET_DEPENDENCIES :=
15
16### Rules for action "generateInspectorProtocolFrontendSources":
17$(gyp_shared_intermediate_dir)/blink/InspectorBackendCommands.js: gyp_local_path := $(LOCAL_PATH)
18$(gyp_shared_intermediate_dir)/blink/InspectorBackendCommands.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
19$(gyp_shared_intermediate_dir)/blink/InspectorBackendCommands.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
20$(gyp_shared_intermediate_dir)/blink/InspectorBackendCommands.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
21$(gyp_shared_intermediate_dir)/blink/InspectorBackendCommands.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/protocol.json $(GYP_TARGET_DEPENDENCIES)
22	@echo "Gyp action: Generating Inspector protocol frontend sources from protocol.json ($@)"
23	$(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/blink; python scripts/CodeGeneratorFrontend.py protocol.json --output_js_dir "$(gyp_shared_intermediate_dir)/blink"
24
25
26
27GYP_GENERATED_OUTPUTS := \
28	$(gyp_shared_intermediate_dir)/blink/InspectorBackendCommands.js
29
30# Make sure our deps and generated files are built first.
31LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
32
33### Rules for final target.
34# Add target alias to "gyp_all_modules" target.
35.PHONY: gyp_all_modules
36gyp_all_modules: third_party_WebKit_Source_devtools_frontend_protocol_sources_gyp
37
38# Alias gyp target name.
39.PHONY: frontend_protocol_sources
40frontend_protocol_sources: third_party_WebKit_Source_devtools_frontend_protocol_sources_gyp
41
42LOCAL_MODULE_PATH := $(PRODUCT_OUT)/gyp_stamp
43LOCAL_UNINSTALLABLE_MODULE := true
44
45include $(BUILD_SYSTEM)/base_rules.mk
46
47$(LOCAL_BUILT_MODULE): $(LOCAL_ADDITIONAL_DEPENDENCIES)
48	$(hide) echo "Gyp timestamp: $@"
49	$(hide) mkdir -p $(dir $@)
50	$(hide) touch $@
51