Index: tools/gn/secondary/device/usb/BUILD.gn |
diff --git a/tools/gn/secondary/device/usb/BUILD.gn b/tools/gn/secondary/device/usb/BUILD.gn |
index 2d0c7d88825545e72453bcad192dd44101cce85d..36d499b5d33b60bde0884196039036f257c72eb7 100644 |
--- a/tools/gn/secondary/device/usb/BUILD.gn |
+++ b/tools/gn/secondary/device/usb/BUILD.gn |
@@ -14,7 +14,7 @@ static_library("device_usb") { |
deps = [ ":device_usb_ids" ] |
} |
-custom("device_usb_ids") { |
+action("device_usb_ids") { |
script = "//tools/usb_ids/usb_ids.py" |
source_prereqs = [ source_ids ] |
outputs = [ generated_ids ] |