Chromium Code Reviews| Index: content/browser/BUILD.gn |
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
| index 89089da35f23a21ab0d05032347b8bd69a739d35..44b3e225cd5b977b81e44b45592a3698717f8b45 100644 |
| --- a/content/browser/BUILD.gn |
| +++ b/content/browser/BUILD.gn |
| @@ -182,9 +182,8 @@ source_set("browser") { |
| "__ATLHOST_H__", |
| ] |
| deps += [ |
| - # TODO(GYP) |
| - #"//third_party/iaccessible2", |
| - #"//third_party/isimpledom", |
| + "//third_party/iaccessible2", |
| + "//third_party/isimpledom", |
| ] |
| libs += [ |
| "comctl32.lib", |