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

Unified Diff: base/BUILD.gn

Issue 236713002: Implement net in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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.gn ('k') | build/config/BUILDCONFIG.gn » ('j') | net/net.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 4da113c24a6a8cc43b6f7a6f37556b586da6e0e4..010fe8c6d40d3008bbff926f409d214076665e0b 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -733,12 +733,6 @@ component("base") {
"//third_party/modp_b64",
]
- if (!is_chromeos) {
- sources -= [
- "sys_info_chromeos.cc",
- ]
- }
-
if (is_nacl) {
# These things would otherwise be built on a Posix build but aren't
# supported on NaCl.
« no previous file with comments | « BUILD.gn ('k') | build/config/BUILDCONFIG.gn » ('j') | net/net.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698