summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-10-19 11:23:51 -0700
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-10-19 20:18:17 +0000
commitb213545b6f9a0b873e763da0ce4f03a977f85d2a (patch)
tree674487be428e0950adfd95b8407d91939a375128
parent378e75c7e1261afea968228aae1713df7ebc21a0 (diff)
downloadlibchromeos-b213545b6f9a0b873e763da0ce4f03a977f85d2a.tar.gz
Fix build break on ChromeOS
Test protobufs need to be generated in "brillo" directory now, not in "chromeos" to match the include paths. BUG: 24872993 Change-Id: Ib04473b1395f67fead866e2d0e478835b904fb75
-rw-r--r--libchromeos.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libchromeos.gypi b/libchromeos.gypi
index 7e58063..8226828 100644
--- a/libchromeos.gypi
+++ b/libchromeos.gypi
@@ -281,7 +281,7 @@
'deps': [
'libchrome-test-<(libbase_ver)',
],
- 'proto_in_dir': 'chromeos/dbus',
+ 'proto_in_dir': 'brillo/dbus',
'proto_out_dir': 'include/unittests',
},
'includes': [