summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-09-16 17:45:06 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-17 00:45:38 +0000
commitd24401d628410cc67c4ae7a7bc9c3a5e65fa0572 (patch)
tree3c55e6312b5784de8da9fb8d552923803c2b0aac /remoting
parent3ce35be4fadeb78f02a4ac86f8f97e0342a88d19 (diff)
downloadchromium_src-d24401d628410cc67c4ae7a7bc9c3a5e65fa0572.zip
chromium_src-d24401d628410cc67c4ae7a7bc9c3a5e65fa0572.tar.gz
chromium_src-d24401d628410cc67c4ae7a7bc9c3a5e65fa0572.tar.bz2
Fix compilation of Me2Me host with GN
Me2MeNativeMessagingHost depends directly on LogMessageHandler in remoting/host/native_messaging, but wasn't depending on it directly, so remoting_all was failing to compile. TBR=jamiewalch@chromium.org Review URL: https://codereview.chromium.org/1349013002 Cr-Commit-Position: refs/heads/master@{#349294}
Diffstat (limited to 'remoting')
-rw-r--r--remoting/host/setup/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/setup/BUILD.gn b/remoting/host/setup/BUILD.gn
index a2bb36e..f43fe7b 100644
--- a/remoting/host/setup/BUILD.gn
+++ b/remoting/host/setup/BUILD.gn
@@ -21,6 +21,7 @@ source_set("setup") {
"//base",
"//google_apis",
"//remoting/host",
+ "//remoting/host/native_messaging",
]
if (is_win) {