platform2: fix sorting order of cros_disks/debugd

No functional changes here.

BUG=chromium:337753
TEST=`emerge-x86-alex platform2` still works

Change-Id: I96a3da8f1cf83ef5e8b5cd99b7d6b0275fe084c3
Reviewed-on: https://chromium-review.googlesource.com/183643
Reviewed-by: Liam McLoughlin <lmcloughlin@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
diff --git a/platform.gyp b/platform.gyp
index 40cb74c..2fe73d9 100644
--- a/platform.gyp
+++ b/platform.gyp
@@ -19,16 +19,16 @@
                 '<(DEPTH)/mist/mist.gyp:*',
               ],
             }],
-            ['USE_debugd == 1', {
-              'dependencies': [
-                '<(DEPTH)/debugd/debugd.gyp:*',
-              ],
-            }],
             ['USE_cros_disks == 1', {
               'dependencies': [
                 '<(DEPTH)/cros-disks/cros-disks.gyp:*',
               ],
             }],
+            ['USE_debugd == 1', {
+              'dependencies': [
+                '<(DEPTH)/debugd/debugd.gyp:*',
+              ],
+            }],
             ['USE_gdmwimax == 1', {
               'dependencies': [
                 '<(DEPTH)/wimax_manager/wimax_manager.gyp:*',