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

Unified Diff: content/browser/accessibility/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 | « components/omnibox/browser/BUILD.gn ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/BUILD.gn
diff --git a/content/browser/accessibility/BUILD.gn b/content/browser/accessibility/BUILD.gn
index f76c0e34808c5c675c858de6075ed86b10adf88a..1f3d93955638bdb545fc3e5cbe15fa81a8664907 100644
--- a/content/browser/accessibility/BUILD.gn
+++ b/content/browser/accessibility/BUILD.gn
@@ -1,5 +1,5 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
+# Copyright 2015 The Chromium Authors. All rights reserved.
# found in the LICENSE file.
import("//build/config/android/config.gni")
@@ -9,7 +9,4 @@ java_cpp_enum("content_browser_accessibility_java_enums_srcjar") {
sources = [
"//content/browser/accessibility/browser_accessibility_manager_android.h",
]
- outputs = [
- "org/chromium/content/browser/accessibility/ScrollDirection.java",
- ]
}
« no previous file with comments | « components/omnibox/browser/BUILD.gn ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698