summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-02-17 15:56:46 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-17 23:57:20 +0000
commite75311d05a5839a37e20dbf8998080f2db9627ab (patch)
treef836608c79966efe558aaca317bb26fccf285d23 /ipc
parent60dc33d276e8e953a284c4baebf0a6432b53d4e4 (diff)
downloadchromium_src-e75311d05a5839a37e20dbf8998080f2db9627ab.zip
chromium_src-e75311d05a5839a37e20dbf8998080f2db9627ab.tar.gz
chromium_src-e75311d05a5839a37e20dbf8998080f2db9627ab.tar.bz2
Add //ipc to "gn check", work on base
This fixes the header issues in these directories and adds them to the list of targets to be checked. Review URL: https://codereview.chromium.org/926593007 Cr-Commit-Position: refs/heads/master@{#316705}
Diffstat (limited to 'ipc')
-rw-r--r--ipc/BUILD.gn1
-rw-r--r--ipc/mojo/BUILD.gn4
2 files changed, 4 insertions, 1 deletions
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index f54ff07..0ff1279 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -181,6 +181,7 @@ static_library("test_support") {
deps = [
":ipc",
"//base",
+ "//base/test:test_support",
"//testing/gtest",
]
}
diff --git a/ipc/mojo/BUILD.gn b/ipc/mojo/BUILD.gn
index 051937c..97d3be8 100644
--- a/ipc/mojo/BUILD.gn
+++ b/ipc/mojo/BUILD.gn
@@ -37,8 +37,9 @@ component("mojo") {
"//base/third_party/dynamic_annotations",
"//ipc",
"//mojo/environment:chromium",
- "//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/edk/system",
+ "//third_party/mojo/src/mojo/public/c/environment:environment",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
":client_channel",
]
}
@@ -59,6 +60,7 @@ test("ipc_mojo_unittests") {
"//ipc:test_support",
"//ipc/mojo",
"//mojo/environment:chromium",
+ "//testing/gtest",
"//third_party/mojo/src/mojo/edk/system",
"//url",
]