summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand SIMONNET <bsimonnet@google.com>2015-08-18 10:56:04 -0700
committerBertrand SIMONNET <bsimonnet@google.com>2015-08-18 14:31:44 -0700
commita0a75b2804a64ef1415d05ef77dfb1ad58f178b0 (patch)
tree5f9082151c18d91e552aa653349b30e1829b6f7f
parenta30e09dde8bde67a44a2275b58d3f9d058207e57 (diff)
downloaddbus-binding-generator-a0a75b2804a64ef1415d05ef77dfb1ad58f178b0.tar.gz
dbus-bindings: Fix include path.
chromeos-dbus-bindings was moved to a subdirectory. In order for the import path to import headers with chromeos-dbus-bindings/*, we need to add the parent directory to the include directories. BUG=chromium:515556 TEST=`emerge-gizmo chromeos-dbus-bindings` works. Change-Id: I97f38fcdb4f94f57cbdf896a76c97f13f031a2a6
-rw-r--r--chromeos-dbus-bindings/chromeos-dbus-bindings.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos-dbus-bindings/chromeos-dbus-bindings.gyp b/chromeos-dbus-bindings/chromeos-dbus-bindings.gyp
index 94feb24..57ab37a 100644
--- a/chromeos-dbus-bindings/chromeos-dbus-bindings.gyp
+++ b/chromeos-dbus-bindings/chromeos-dbus-bindings.gyp
@@ -14,6 +14,7 @@
'-fno-strict-aliasing',
'-Woverloaded-virtual',
],
+ 'include_dirs': ['..'],
},
'targets': [
{