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

Unified Diff: chrome/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 | « build/config/android/rules.gni ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 4f3cd2167309fb853cce5081a414f9a1af02d4df..241edc4336b49924160338d9faf7f19f0053e94a 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -920,9 +920,6 @@ if (is_android) {
sources = [
"../components/content_settings/core/common/content_settings.h",
]
- outputs = [
- "org/chromium/chrome/browser/preferences/website/ContentSettingValues.java",
- ]
}
# GYP: //chrome/chrome.gyp:content_settings_type_java
@@ -930,9 +927,6 @@ if (is_android) {
sources = [
"../components/content_settings/core/common/content_settings_types.h",
]
- outputs = [
- "org/chromium/chrome/browser/ContentSettingsType.java",
- ]
}
# GYP: //chrome/chrome.gyp:page_info_connection_type_java
@@ -940,9 +934,6 @@ if (is_android) {
sources = [
"browser/ui/android/website_settings_popup_android.h",
]
- outputs = [
- "org/chromium/chrome/browser/PageInfoConnectionType.java",
- ]
}
# GYP: //chrome/chrome_android.gypi:chrome_android_core
« no previous file with comments | « build/config/android/rules.gni ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698