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

Unified Diff: ipc/mojo/BUILD.gn

Issue 462983002: GN: Make content_shell and webkit_unit_tests work in component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: ipc/mojo/BUILD.gn
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index accc89d584124aab7a4d77e9ac9dfc02931c6bc9..d059b48bd1e89d25b6daef34e11577c87ab86c4c 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -10,13 +10,15 @@ component("mojo") {
"ipc_message_pipe_reader.h",
]
+ defines = [ "IPC_MOJO_IMPLEMENTATION" ]
+
deps = [
"//base",
+ "//base/third_party/dynamic_annotations",
"//ipc",
+ "//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//mojo/system",
- # TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect.
- "//base/third_party/dynamic_annotations",
]
}
@@ -28,7 +30,6 @@ test("ipc_mojo_unittests") {
deps = [
"//base",
- # TODO(viettrungluu): Needed for base/lazy_instance.h, which is suspect.
"//base/test:test_support",
"//base/third_party/dynamic_annotations",
"//ipc",

Powered by Google App Engine
This is Rietveld 408576698