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

Unified Diff: build/android/gyp/test/BUILD.gn

Issue 2392643003: Removes files from //build that we don't need (Closed)
Patch Set: Created 4 years, 2 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/gyp/test/BUILD.gn
diff --git a/build/android/gyp/test/BUILD.gn b/build/android/gyp/test/BUILD.gn
deleted file mode 100644
index 2deac1d56f2318caab038783635cb2a84f723c2e..0000000000000000000000000000000000000000
--- a/build/android/gyp/test/BUILD.gn
+++ /dev/null
@@ -1,13 +0,0 @@
-import("//build/config/android/rules.gni")
-
-java_library("hello_world_java") {
- java_files = [ "java/org/chromium/helloworld/HelloWorldPrinter.java" ]
-}
-
-java_binary("hello_world") {
- deps = [
- ":hello_world_java",
- ]
- java_files = [ "java/org/chromium/helloworld/HelloWorldMain.java" ]
- main_class = "org.chromium.helloworld.HelloWorldMain"
-}
« no previous file with comments | « build/android/gyp/strip_library_for_device.py ('k') | build/android/gyp/test/java/org/chromium/helloworld/HelloWorldMain.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698