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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 import("//build/config/android/rules.gni")
2
3 java_library("hello_world_java") {
4 java_files = [ "java/org/chromium/helloworld/HelloWorldPrinter.java" ]
5 }
6
7 java_binary("hello_world") {
8 deps = [
9 ":hello_world_java",
10 ]
11 java_files = [ "java/org/chromium/helloworld/HelloWorldMain.java" ]
12 main_class = "org.chromium.helloworld.HelloWorldMain"
13 }
OLDNEW
« 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