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

Unified Diff: build/host_jar.gypi

Issue 1846113002: 🍱 Pass build scripts .interface.jar directly rather than --use-ijars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove --main-class ref in host_jar.gypi Created 4 years, 9 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 | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/host_jar.gypi
diff --git a/build/host_jar.gypi b/build/host_jar.gypi
index 3b8d548f4219fd91bef8e36a2c37009d2bada29e..a7e6ab5b3ba9b5c68c4b1fe05e068a1d9565920f 100644
--- a/build/host_jar.gypi
+++ b/build/host_jar.gypi
@@ -82,9 +82,6 @@
['"<(jar_excluded_classes)" != ""', {
'extra_args': ['--jar-excluded-classes=<(jar_excluded_classes)']
}],
- ['main_class != ""', {
- 'extra_args': ['--main-class=>(main_class)']
- }],
['enable_errorprone == 1', {
'extra_inputs': [
'<(errorprone_exe_path)',
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698