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

Unified Diff: build/android/java_assertion_enabler/BUILD.gn

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 | « blimp/engine/app/ui/blimp_screen_unittest.cc ('k') | build/android/java_assertion_enabler/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/java_assertion_enabler/BUILD.gn
diff --git a/build/android/java_assertion_enabler/BUILD.gn b/build/android/java_assertion_enabler/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..e5c896b4101cf3d765614f511a2e78c47a697353
--- /dev/null
+++ b/build/android/java_assertion_enabler/BUILD.gn
@@ -0,0 +1,16 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+import("//build/config/android/rules.gni")
+
+java_binary("java_assertion_enabler") {
+ testonly = true
+ java_files =
+ [ "java/org/chromium/javaassertionenabler/AssertionEnabler.java" ]
+ main_class = "org.chromium.javaassertionenabler.AssertionEnabler"
+ deps = [
+ "//third_party/guava:guava_java",
+ "//third_party/ow2_asm:asm_java",
+ ]
+}
« no previous file with comments | « blimp/engine/app/ui/blimp_screen_unittest.cc ('k') | build/android/java_assertion_enabler/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698