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

Unified Diff: base/BUILD.gn

Issue 1428173002: GN: Remove "outputs" parameter for java_cpp_enum() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « android_webview/native/BUILD.gn ('k') | build/android/gyp/java_cpp_enum.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 6418ee374ae23556881c0147cdd1aa3b4d80c8a8..8cbde649ef60d6dd93e3244a3ad691e6ceb3f378 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1722,12 +1722,6 @@ if (is_android) {
"android/library_loader/library_loader_hooks.h",
"memory/memory_pressure_listener.h",
]
- outputs = [
- "org/chromium/base/ApplicationState.java",
- "org/chromium/base/library_loader/LibraryLoadFromApkStatusCodes.java",
- "org/chromium/base/library_loader/LibraryProcessType.java",
- "org/chromium/base/MemoryPressureLevel.java",
- ]
}
# GYP: //base/base.gyp:base_native_libraries_gen
« no previous file with comments | « android_webview/native/BUILD.gn ('k') | build/android/gyp/java_cpp_enum.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698