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

Unified Diff: chrome/android/java/templates/BUILD.gn

Issue 2739503002: Remove templating from MonochromeApplication. (Closed)
Patch Set: Add DEPS rule for MonochromeApplication Created 3 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 | « chrome/android/java/src/org/chromium/chrome/browser/MonochromeApplication.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/templates/BUILD.gn
diff --git a/chrome/android/java/templates/BUILD.gn b/chrome/android/java/templates/BUILD.gn
deleted file mode 100644
index 2ef1807aa0476d87fc6d84e259862b07a392c4ee..0000000000000000000000000000000000000000
--- a/chrome/android/java/templates/BUILD.gn
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//build/config/android/config.gni")
-import("//build/config/android/rules.gni")
-import("monochrome_application.gni")
-
-monochrome_application = "$target_gen_dir/public_monochrome_application/org/chromium/chrome/browser/MonochromeApplication.java"
-
-generate_monochrome_application("monochrome_application_class") {
- package = "org.chromium.chrome.browser"
- super_class = "ChromeApplication"
- monochrome_application_class = "MonochromeApplication"
- output = monochrome_application
-}
-
-android_library("public_monochrome_java") {
- deps = [
- ":monochrome_application_class",
- "//android_webview/glue",
- "//base:base_java",
- "//chrome/android:app_hooks_java",
- "//chrome/android:chrome_java",
- "//content/public/android:content_java",
- ]
- java_files = [ monochrome_application ]
-}
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/MonochromeApplication.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698