Chromium Code Reviews| Index: ui/accessibility/BUILD.gn |
| diff --git a/ui/accessibility/BUILD.gn b/ui/accessibility/BUILD.gn |
| index 64e39c97fd530ebd834ad5786d7190cc3556178c..bfe7dd54784c3e740cb698093c2e788bfa976f7d 100644 |
| --- a/ui/accessibility/BUILD.gn |
| +++ b/ui/accessibility/BUILD.gn |
| @@ -67,6 +67,7 @@ test("accessibility_unittests") { |
| } |
| generated_extensions_api("ax_gen") { |
| + deps = [ "//base/third_party/dynamic_annotations" ] |
| sources = [ "ax_enums.idl" ] |
| root_namespace = "" |
| impl_dir = "." |