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

Unified Diff: mojo/common/BUILD.gn

Issue 2084443002: Remove all mojo and IPC dependencies on dynamic annotations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « ipc/mojo/ipc_mojo.gyp ('k') | mojo/edk/system/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index 9a8b7d07c13372633bd7f92dea27b206a7298da0..8b57be383b68fb48b6f37e17ea6a9e075f3de9f2 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -43,10 +43,6 @@ component("common_base") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
]
-
- deps = [
- "//base/third_party/dynamic_annotations",
- ]
}
# GYP version: mojo/mojo_base.gyp:mojo_url_type_converters
@@ -62,7 +58,6 @@ source_set("url_type_converters") {
deps = [
"//base",
- "//base/third_party/dynamic_annotations",
"//url",
]
}
« no previous file with comments | « ipc/mojo/ipc_mojo.gyp ('k') | mojo/edk/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698