Index: third_party/haha/BUILD.gn |
diff --git a/mojo/shell/runner/common/BUILD.gn b/third_party/haha/BUILD.gn |
similarity index 62% |
copy from mojo/shell/runner/common/BUILD.gn |
copy to third_party/haha/BUILD.gn |
index 2fe8f6556d8abbb4ea8823726ee14bfb2f70f536..d26f384c218c7c0b59de891713f876027fe037f2 100644 |
--- a/mojo/shell/runner/common/BUILD.gn |
+++ b/third_party/haha/BUILD.gn |
@@ -2,9 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("common") { |
- sources = [ |
- "switches.cc", |
- "switches.h", |
- ] |
+import("//build/config/android/rules.gni") |
+ |
+java_prebuilt("haha") { |
+ jar_path = "haha-2.0.2.jar" |
} |