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

Unified Diff: chrome/common/BUILD.gn

Issue 1269773002: Cleanup VersionInfo after componentization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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/chrome_common.gypi ('k') | chrome/common/channel_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 2f1f0438bbb0b19a4f4e53893968cfd4ea8c5f90..382bd643d049da04bd8dd1b63e39c3322177abd7 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -87,7 +87,7 @@ static_library("common") {
if (is_ios) {
sources += [
# Use this Mac file that was filtered out.
- "chrome_version_info_mac.mm",
+ "channel_info_mac.mm",
]
sources -= [
"resource_usage_reporter_type_converters.cc",
@@ -193,7 +193,7 @@ static_library("common") {
if (is_android) {
sources -= [
"badge_util.cc",
- "chrome_version_info_posix.cc",
+ "channel_info_posix.cc",
"icon_with_badge_image_source.cc",
"media_galleries/metadata_types.h",
]
@@ -204,7 +204,7 @@ static_library("common") {
}
if (is_chromeos) {
- sources -= [ "chrome_version_info_posix.cc" ]
+ sources -= [ "channel_info_posix.cc" ]
}
if (is_win) {
@@ -219,7 +219,7 @@ static_library("common") {
}
if (is_mac) {
- sources -= [ "chrome_version_info_posix.cc" ]
+ sources -= [ "channel_info_posix.cc" ]
deps += [
"//third_party/mach_override",
"//third_party/google_toolbox_for_mac",
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/channel_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698