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

Unified Diff: ipc/ipc.gyp

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/BUILD.gn ('k') | ipc/mojo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 5f81d9e130e3b9ec43f328deab9de468cae81a1f..ccc3cc334d4d1efbe2134af6e69bda9e80511538 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -18,8 +18,6 @@
},
'dependencies': [
'../base/base.gyp:base',
- # TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect.
- '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../mojo/mojo_public.gyp:mojo_cpp_system',
],
@@ -180,9 +178,6 @@
},
'dependencies': [
'../base/base.gyp:base_win64',
- # TODO(viettrungluu): Needed for base/lazy_instance.h, which is
- # suspect.
- '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations_win64',
'../crypto/crypto.gyp:crypto_nacl_win64',
'../mojo/mojo_public.gyp:mojo_cpp_bindings_win64',
'../mojo/mojo_public.gyp:mojo_cpp_system_win64',
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698