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

Unified Diff: chrome/BUILD.gn

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Upload missing comment fix for WebSettingsUI -> PageInfoUI. 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 | « build/android/pylib/gtest/filter/unit_tests_disabled ('k') | 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 e51599520592e6c6b820fc680e9b5fed3dc41555..6a275d948f6fe091695f59c6c9b598dc5c1e22d5 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1548,13 +1548,13 @@ if (is_android) {
java_cpp_enum("page_info_connection_type_javagen") {
sources = [
- "browser/ui/android/page_info/website_settings_popup_android.h",
+ "browser/ui/android/page_info/page_info_popup_android.h",
]
}
- java_cpp_enum("website_settings_action_javagen") {
+ java_cpp_enum("page_info_action_javagen") {
sources = [
- "browser/ui/page_info/website_settings.h",
+ "browser/ui/page_info/page_info.h",
]
}
« no previous file with comments | « build/android/pylib/gtest/filter/unit_tests_disabled ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698