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

Unified Diff: chrome/common/BUILD.gn

Issue 550423002: GN: Fix some breakage for os==chromeos build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address brett's brlapi comment Created 6 years, 3 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') | chromeos/BUILD.gn » ('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 51c3908a0e8ddbf8c2623d8406d7eec79e6659cf..8d6e309eab6be24a5a2f3196f2c270de6fd7fc52 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -193,10 +193,6 @@ static_library("common") {
sources += [ "local_discovery/local_discovery_messages.h" ]
}
- if (is_chromeos) {
- sources -= [ "chrome_version_info_linux.cc" ]
- }
-
if (is_mac) {
sources -= [
"chrome_version_info_posix.cc",
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698