1323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)# This file is generated by gyp; do not edit.
2323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
3323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)include $(CLEAR_VARS)
4323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
5323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)LOCAL_MODULE_CLASS := GYP
6323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)LOCAL_MODULE := third_party_WebKit_Source_devtools_concatenated_module_descriptors_gyp
7323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)LOCAL_MODULE_STEM := concatenated_module_descriptors
8323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)LOCAL_MODULE_SUFFIX := .stamp
9323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
10323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
11323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
12323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
13323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)# Make sure our deps are built first.
14323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)GYP_TARGET_DEPENDENCIES :=
15323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
16323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)### Rules for action "concatenated_module_descriptors":
177242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_shared_intermediate_dir)/resources/inspector/Runtime.js: gyp_local_path := $(LOCAL_PATH)
187242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_shared_intermediate_dir)/resources/inspector/Runtime.js: gyp_var_prefix := $(GYP_VAR_PREFIX)
197242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_shared_intermediate_dir)/resources/inspector/Runtime.js: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
207242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_shared_intermediate_dir)/resources/inspector/Runtime.js: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
217242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_shared_intermediate_dir)/resources/inspector/Runtime.js: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
227242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci$(gyp_shared_intermediate_dir)/resources/inspector/Runtime.js: $(LOCAL_PATH)/third_party/WebKit/Source/devtools/scripts/concatenate_module_descriptors.py $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/Runtime.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/audits/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/bindings/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/common/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/components/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/console/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/devices/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/documentation/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/elements/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/extensions/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/host/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/layers/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/main/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/network/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/profiler/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/promises/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/resources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/screencast/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/sdk/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/settings/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/source_frame/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/sources/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/temp_storage_shared_worker/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/timeline/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/toolbox/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/toolbox_bootstrap/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/ui/module.json $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/workspace/module.json $(GYP_TARGET_DEPENDENCIES)
23323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	@echo "Gyp action: third_party_WebKit_Source_devtools_devtools_gyp_concatenated_module_descriptors_target_concatenated_module_descriptors ($@)"
247242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/concatenate_module_descriptors.py front_end/Runtime.js "$(gyp_shared_intermediate_dir)/resources/inspector/Runtime.js" front_end/audits/module.json front_end/bindings/module.json front_end/common/module.json front_end/components/module.json front_end/console/module.json front_end/devices/module.json front_end/documentation/module.json front_end/elements/module.json front_end/extensions/module.json front_end/heap_snapshot_worker/module.json front_end/host/module.json front_end/layers/module.json front_end/main/module.json front_end/network/module.json front_end/profiler/module.json front_end/promises/module.json front_end/resources/module.json front_end/screencast/module.json front_end/script_formatter_worker/module.json front_end/sdk/module.json front_end/settings/module.json front_end/source_frame/module.json front_end/sources/module.json front_end/temp_storage_shared_worker/module.json front_end/timeline/module.json front_end/toolbox/module.json front_end/toolbox_bootstrap/module.json front_end/ui/module.json front_end/workspace/module.json
25323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
26323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
27323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
28323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)GYP_GENERATED_OUTPUTS := \
297242dc3dbeb210b5e876a3c42d1ec1a667fc621aPrimiano Tucci	$(gyp_shared_intermediate_dir)/resources/inspector/Runtime.js
30323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
31323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)# Make sure our deps and generated files are built first.
32323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
33323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
34323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)### Rules for final target.
35323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)# Add target alias to "gyp_all_modules" target.
36323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles).PHONY: gyp_all_modules
37323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)gyp_all_modules: third_party_WebKit_Source_devtools_concatenated_module_descriptors_gyp
38323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
39323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)# Alias gyp target name.
40323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles).PHONY: concatenated_module_descriptors
41323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)concatenated_module_descriptors: third_party_WebKit_Source_devtools_concatenated_module_descriptors_gyp
42323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
43323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)LOCAL_MODULE_PATH := $(PRODUCT_OUT)/gyp_stamp
44323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)LOCAL_UNINSTALLABLE_MODULE := true
45323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)LOCAL_2ND_ARCH_VAR_PREFIX := $(GYP_VAR_PREFIX)
46323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
47323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)include $(BUILD_SYSTEM)/base_rules.mk
48323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
49323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)$(LOCAL_BUILT_MODULE): $(LOCAL_ADDITIONAL_DEPENDENCIES)
50323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(hide) echo "Gyp timestamp: $@"
51323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(hide) mkdir -p $(dir $@)
52323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)	$(hide) touch $@
53323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)
54323480423219ecd77329f8326dc5e0e3b50926d4Torne (Richard Coles)LOCAL_2ND_ARCH_VAR_PREFIX :=
55