1b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)# This file is generated by gyp; do not edit.
2b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
3b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)include $(CLEAR_VARS)
4b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
5b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)LOCAL_MODULE_CLASS := GYP
6b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)LOCAL_MODULE := components_autofill_regexes_gyp
7b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)LOCAL_MODULE_STEM := autofill_regexes
8b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)LOCAL_MODULE_SUFFIX := .stamp
9c5cede9ae108bb15f6b7a8aea21c7e1fefa2834cBen MurdochLOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH)
10c5cede9ae108bb15f6b7a8aea21c7e1fefa2834cBen Murdochgyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX))
11c5cede9ae108bb15f6b7a8aea21c7e1fefa2834cBen Murdochgyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX))
12b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
13b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)# Make sure our deps are built first.
14b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)GYP_TARGET_DEPENDENCIES :=
15b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
16b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)### Rules for action "autofill_regexes":
17b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: gyp_local_path := $(LOCAL_PATH)
18010d83a9304c5a91596085d917d248abff47903aTorne (Richard Coles)$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: gyp_var_prefix := $(GYP_VAR_PREFIX)
1990dce4d38c5ff5333bea97d859d4e484e27edf0cTorne (Richard Coles)$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir))
2090dce4d38c5ff5333bea97d859d4e484e27edf0cTorne (Richard Coles)$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir))
21b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH))
22eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch$(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)
23b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)	@echo "Gyp action: components_components_gyp_autofill_regexes_target_autofill_regexes ($@)"
24eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch	$(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
25b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
26b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
27b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
28b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)GYP_GENERATED_OUTPUTS := \
29b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)	$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc
30b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
31b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)# Make sure our deps and generated files are built first.
32b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS)
33b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
34b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)### Rules for final target.
35b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)# Add target alias to "gyp_all_modules" target.
36b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles).PHONY: gyp_all_modules
37b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)gyp_all_modules: components_autofill_regexes_gyp
38b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
39b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)# Alias gyp target name.
40b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles).PHONY: autofill_regexes
41b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)autofill_regexes: components_autofill_regexes_gyp
42b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
43b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)LOCAL_MODULE_PATH := $(PRODUCT_OUT)/gyp_stamp
44b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)LOCAL_UNINSTALLABLE_MODULE := true
45c5cede9ae108bb15f6b7a8aea21c7e1fefa2834cBen MurdochLOCAL_2ND_ARCH_VAR_PREFIX := $(GYP_VAR_PREFIX)
46b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
47b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)include $(BUILD_SYSTEM)/base_rules.mk
48b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)
49b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)$(LOCAL_BUILT_MODULE): $(LOCAL_ADDITIONAL_DEPENDENCIES)
50b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)	$(hide) echo "Gyp timestamp: $@"
51b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)	$(hide) mkdir -p $(dir $@)
52b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)	$(hide) touch $@
53c5cede9ae108bb15f6b7a8aea21c7e1fefa2834cBen Murdoch
54c5cede9ae108bb15f6b7a8aea21c7e1fefa2834cBen MurdochLOCAL_2ND_ARCH_VAR_PREFIX :=
55