debugd: Update gyp file to use src/platform2/common-mk

We are moving the packages built by platform2's ebuild into src/platform2.
We need packages to use src/platform2/common-mk instead of
src/platform/common-mk.

BUG=chromium:378554
TEST=emerge-daisy platform2
TEST=trybot run on daisy, link, mario and duck

CQ-DEPEND=CL:201938

Change-Id: I20661d2355a82ccaf20f813fff22670ef2785bfe
Reviewed-on: https://chromium-review.googlesource.com/201981
Tested-by: Bertrand Simonnet <bsimonnet@chromium.org>
Reviewed-by: Prathmesh Prabhu <pprabhu@chromium.org>
Commit-Queue: Bertrand Simonnet <bsimonnet@chromium.org>
diff --git a/debugd.gyp b/debugd.gyp
index 889574e..25de0c7 100644
--- a/debugd.gyp
+++ b/debugd.gyp
@@ -31,19 +31,19 @@
       'sources': [
         'share/org.chromium.debugd.xml',
       ],
-      'includes': ['../common-mk/xml2cpp.gypi'],
+      'includes': ['../../platform2/common-mk/xml2cpp.gypi'],
     },
     {
       'target_name': 'debugd-proxies',
       'type': 'none',
       'dependencies': [
-        '../common-mk/external_dependencies.gyp:dbus-proxies',
+        '../../platform2/common-mk/external_dependencies.gyp:dbus-proxies',
         '../shill/shill.gyp:shill-proxies',
       ],
       'conditions': [
         ['USE_cellular == 1', {
           'dependencies': [
-            '../common-mk/external_dependencies.gyp:modemmanager-dbus-proxies',
+            '../../platform2/common-mk/external_dependencies.gyp:modemmanager-dbus-proxies',
           ],
         }],
       ],
@@ -152,7 +152,7 @@
           'target_name': 'debugd_testrunner',
           'type': 'executable',
           'dependencies': ['libdebugd'],
-          'includes': ['../common-mk/common_test.gypi'],
+          'includes': ['../../platform2/common-mk/common_test.gypi'],
           'libraries': ['-lm',],
           'sources': [
             'src/anonymizer_tool_test.cc',