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

Unified Diff: chrome/BUILD.gn

Issue 2866273003: [Android] Improve sad tab strings (Closed)
Patch Set: Remove extraneous line Created 3 years, 7 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 | « no previous file | 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 e29acdc758a6ef4ca9537979b2e65edcd1f48762..e4a99253e470aea8183da2021e5d8068c476565b 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1639,6 +1639,12 @@ if (is_android) {
]
}
+ java_cpp_enum("sad_tab_event_enum_javagen") {
+ sources = [
+ "browser/ui/sad_tab.cc",
+ ]
+ }
+
source_set("chrome_android_core") {
sources = [
"app/android/chrome_android_initializer.cc",
« no previous file with comments | « no previous file | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698