Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Unified Diff: content/browser/BUILD.gn

Issue 330413002: Add GN support for midl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698