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

Unified Diff: mojo/java/BUILD.gn

Issue 1217573005: Do not use android specific API in mojo/java. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Do not use android APIs Created 5 years, 6 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
« no previous file with comments | « mojo/android/system/base_run_loop.cc ('k') | mojo/java/org/chromium/mojo/common/DataPipeUtils.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/java/BUILD.gn
diff --git a/mojo/java/BUILD.gn b/mojo/java/BUILD.gn
index ae2b09074698cff930b5e7b17c85d53451cd8398..5ea2ed8e9c17272b4e7e8782e44059e7304d4705 100644
--- a/mojo/java/BUILD.gn
+++ b/mojo/java/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/android/rules.gni")
android_library("java") {
- java_files = [ "org/chromium/mojo/common/DataPipeUtils.java" ]
+ java_files = [ "src/org/chromium/mojo/common/DataPipeUtils.java" ]
deps = [
"//base:base_java",
« no previous file with comments | « mojo/android/system/base_run_loop.cc ('k') | mojo/java/org/chromium/mojo/common/DataPipeUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698