Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2636)

Unified Diff: build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
-};
« no previous file with comments | « build/android/pylib/remote/device/dummy/dummy.gyp ('k') | build/android/pylib/remote/device/remote_device_environment.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698