| Index: sky/engine/tonic/dart_converter.cc
|
| diff --git a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java b/sky/engine/tonic/dart_converter.cc
|
| similarity index 52%
|
| copy from build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
|
| copy to sky/engine/tonic/dart_converter.cc
|
| index 1281b39586e399c3103b5f2ab3ca1f3fab26d182..3ba7a69afbddfd20a4ea062b3149ed7e6e057e28 100644
|
| --- a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
|
| +++ b/sky/engine/tonic/dart_converter.cc
|
| @@ -2,8 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -package org.chromium.dummy;
|
| -
|
| -/** Does nothing. */
|
| -class Dummy {}
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/tonic/dart_converter.h"
|
|
|
| +// This file exists to ensure dart_converter.h doesn't miss any dependencies.
|
|
|