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

Unified Diff: chrome/android/java_sources.gni

Issue 2739503002: Remove templating from MonochromeApplication. (Closed)
Patch Set: 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/templates/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java_sources.gni
diff --git a/chrome/android/java_sources.gni b/chrome/android/java_sources.gni
index 2527e0d15262e721e73d36e2409d732db5f6ca2d..dea52d09b71ee8360dd43c96674012a2e486db9a 100644
--- a/chrome/android/java_sources.gni
+++ b/chrome/android/java_sources.gni
@@ -1618,6 +1618,9 @@ chrome_junit_test_java_sources = [
"junit/src/org/chromium/chrome/browser/webapps/WebApkUpdateManagerTest.java",
]
+monochrome_java_sources =
agrieve 2017/03/06 21:27:12 nit: I'd prefer this to be inline (a bit simpler)
estevenson 2017/03/06 21:33:47 I did this so that we could reuse it downstream -
+ [ "java/src/org/chromium/chrome/browser/MonochromeApplication.java" ]
+
sync_shell_test_java_sources = [
"sync_shell/javatests/src/org/chromium/chrome/browser/sync/AutofillTest.java",
"sync_shell/javatests/src/org/chromium/chrome/browser/sync/BookmarksTest.java",
« no previous file with comments | « chrome/android/java/templates/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698