Index: build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java |
diff --git a/services/icu_data/icu_data.mojom b/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java |
similarity index 62% |
copy from services/icu_data/icu_data.mojom |
copy to build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java |
index 53f8ac5d047091be7948d9d587bcb090fa33cab6..1281b39586e399c3103b5f2ab3ca1f3fab26d182 100644 |
--- a/services/icu_data/icu_data.mojom |
+++ b/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module icu_data; |
+package org.chromium.dummy; |
+ |
+/** Does nothing. */ |
+class Dummy {} |
-interface ICUData { |
- Map(string sha1hash) => (handle<shared_buffer>? icu_data); |
-}; |