summaryrefslogtreecommitdiffstats
path: root/chromeos/BUILD.gn
diff options
context:
space:
mode:
authorlhchavez <lhchavez@chromium.org>2015-11-04 19:47:56 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-05 03:48:50 +0000
commit67d14d4249ec9be027df91655d301872e75d493a (patch)
tree61980261478c10e55f67280d6a338d74a33b403b /chromeos/BUILD.gn
parent56961cd296980da6de2b537d65a104da24af2b60 (diff)
downloadchromium_src-67d14d4249ec9be027df91655d301872e75d493a.zip
chromium_src-67d14d4249ec9be027df91655d301872e75d493a.tar.gz
chromium_src-67d14d4249ec9be027df91655d301872e75d493a.tar.bz2
arc-bridge: Add IPC message definitions
This code will be shared between Chrome and ARC, and will allow them to communicate with each other. BUG=b:24339743 Review URL: https://codereview.chromium.org/1424503002 Cr-Commit-Position: refs/heads/master@{#357996}
Diffstat (limited to 'chromeos/BUILD.gn')
-rw-r--r--chromeos/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 268a5b2..d66f80e 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -33,6 +33,7 @@ component("chromeos") {
"//crypto",
"//crypto:platform",
"//google_apis",
+ "//ipc",
"//third_party/icu",
"//third_party/libxml",
"//third_party/protobuf:protobuf_lite",