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

Unified Diff: sync/android/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 | « net/android/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/android/BUILD.gn
diff --git a/sync/android/BUILD.gn b/sync/android/BUILD.gn
index d337d0bda6cc45611feaa1b5544b8ba80367b489..48f676001c01ed81d8bedbc1158351d42449ef06 100644
--- a/sync/android/BUILD.gn
+++ b/sync/android/BUILD.gn
@@ -37,9 +37,6 @@ java_cpp_enum("java_enums") {
sources = [
"//sync/internal_api/public/base/model_type.h",
]
- outputs = [
- "org/chromium/sync/ModelType.java",
- ]
}
generate_jni("jni_headers") {
« no previous file with comments | « net/android/BUILD.gn ('k') | third_party/WebKit/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698