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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni")
7 import("monochrome_application.gni")
8
9 monochrome_application = "$target_gen_dir/public_monochrome_application/org/chro mium/chrome/browser/MonochromeApplication.java"
10
11 generate_monochrome_application("monochrome_application_class") {
12 package = "org.chromium.chrome.browser"
13 super_class = "ChromeApplication"
14 monochrome_application_class = "MonochromeApplication"
15 output = monochrome_application
16 }
17
18 android_library("public_monochrome_java") {
19 deps = [
20 ":monochrome_application_class",
21 "//android_webview/glue",
22 "//base:base_java",
23 "//chrome/android:app_hooks_java",
24 "//chrome/android:chrome_java",
25 "//content/public/android:content_java",
26 ]
27 java_files = [ monochrome_application ]
28 }
OLDNEW
« 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