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

Unified Diff: ipc/mojo/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/ipc.gyp ('k') | ipc/mojo/ipc_mojo.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index 1ac5a01337e1cb09e5c74a5929042cc7cd482154..fd6bbb5eb6424176767beb6cafcfc38ce762ed3f 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -32,7 +32,6 @@ component("mojo") {
deps = [
":mojom",
"//base",
- "//base/third_party/dynamic_annotations",
"//ipc",
"//mojo/public/c/system",
"//mojo/public/cpp/bindings",
@@ -51,7 +50,6 @@ test("ipc_mojo_unittests") {
":mojom",
"//base",
"//base/test:test_support",
- "//base/third_party/dynamic_annotations",
"//ipc",
"//ipc:test_support",
"//mojo/edk/system",
@@ -72,7 +70,6 @@ test("ipc_mojo_perftests") {
":mojom",
"//base",
"//base/test:test_support",
- "//base/third_party/dynamic_annotations",
"//ipc",
"//ipc:test_support",
"//mojo/edk/system",
« no previous file with comments | « ipc/ipc.gyp ('k') | ipc/mojo/ipc_mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698