summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2015-07-30 15:38:07 -0700
committerChristopher Wiley <wiley@google.com>2015-07-30 15:38:07 -0700
commitb05f95c23e285a37d0bd8eb8f6a0cc515857a215 (patch)
tree479f99edd682797e090780c48dd5b8208864bff9
parente3c51041cd39e382b9d68184124a3dd1cfcb06d4 (diff)
downloaddbus-binding-generator-b05f95c23e285a37d0bd8eb8f6a0cc515857a215.tar.gz
Look up one more level for common-mk/ directory
We're going to set up the chromeos-dbus-bindings ebuild to build this source in chromeos with a directory structure like: platform2/dbus-binding-generator/chromeos-dbus-bindings/ rather than the previous platform2/chromeos-dbus-bindings/ This requires we modify where we look for common-mk a little. Change-Id: I87b8d9c3455dcd6227328376d16125a636575d0e
-rw-r--r--chromeos-dbus-bindings/chromeos-dbus-bindings.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos-dbus-bindings/chromeos-dbus-bindings.gyp b/chromeos-dbus-bindings/chromeos-dbus-bindings.gyp
index 218edb7..94feb24 100644
--- a/chromeos-dbus-bindings/chromeos-dbus-bindings.gyp
+++ b/chromeos-dbus-bindings/chromeos-dbus-bindings.gyp
@@ -69,7 +69,7 @@
'target_name': 'chromeos_dbus_bindings_unittest',
'type': 'executable',
'dependencies': ['libchromeos-dbus-bindings'],
- 'includes': ['../common-mk/common_test.gypi'],
+ 'includes': ['../../common-mk/common_test.gypi'],
'sources': [
'testrunner.cc',
'adaptor_generator_unittest.cc',