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

Unified Diff: chrome/BUILD.gn

Issue 1678943002: DataUse UI strings should be changeable via Finch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sky comments Created 4 years, 10 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 fdebfc708e56b97f1a78115582d75e5dc46fe55a..28b559df24c8ea7fbd90487cc386b85c9ff693f6 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -941,6 +941,13 @@ group("strings") {
}
if (is_android) {
+ # GYP: //chrome/chrome.gyp:data_use_ui_message_enum_java
+ java_cpp_enum("data_use_ui_message_enum_javagen") {
+ sources = [
+ "browser/android/data_usage/data_use_tab_ui_manager_android.cc",
+ ]
+ }
+
# GYP: //chrome/chrome.gyp:content_setting_java
java_cpp_enum("content_setting_javagen") {
sources = [
« 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