blob: 4ef4652c9bc39ed1982c0ac0fa863d6e62cbf41d [file] [log] [blame]
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +01001# This file is generated by gyp; do not edit.
2
3include $(CLEAR_VARS)
4
5LOCAL_MODULE_CLASS := GYP
6LOCAL_MODULE := components_autofill_regexes_gyp
7LOCAL_MODULE_STEM := autofill_regexes
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 "autofill_regexes":
17$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: gyp_local_path := $(LOCAL_PATH)
18$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
19$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
20$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
Ben Murdocheb525c52013-07-10 11:40:50 +010021$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: $(LOCAL_PATH)/build/escape_unicode.py $(LOCAL_PATH)/components/autofill/core/browser/autofill_regex_constants.cc.utf8 $(GYP_TARGET_DEPENDENCIES)
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +010022 @echo "Gyp action: components_components_gyp_autofill_regexes_target_autofill_regexes ($@)"
Ben Murdocheb525c52013-07-10 11:40:50 +010023 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir); python ../build/escape_unicode.py -o "$(gyp_shared_intermediate_dir)" autofill/core/browser/autofill_regex_constants.cc.utf8
Torne (Richard Coles)5e3f23d2013-06-11 16:24:11 +010024
25
26
27GYP_GENERATED_OUTPUTS := \
28 $(gyp_shared_intermediate_dir)/autofill_regex_constants.cc
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: components_autofill_regexes_gyp
37
38# Alias gyp target name.
39.PHONY: autofill_regexes
40autofill_regexes: components_autofill_regexes_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 $@