diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-15 19:26:44 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-15 19:26:44 +0000 |
commit | 4625adec3f819018283fbfbc7e1bd0657eb916c8 (patch) | |
tree | 711ca80291d2029500b269e7c74bb1af8033c2c2 /base | |
parent | f1c26ce6e4e86e76b06e093089a51ce454525ce3 (diff) | |
download | chromium_src-4625adec3f819018283fbfbc7e1bd0657eb916c8.zip chromium_src-4625adec3f819018283fbfbc7e1bd0657eb916c8.tar.gz chromium_src-4625adec3f819018283fbfbc7e1bd0657eb916c8.tar.bz2 |
Implement net in GN build.
This does the net target. I started doing some more that are commented out at the bottom, and there are a few more after that do do. The deps of these targets started to build up to an unreasonable level and this should be a good checkpoint.
Fix grit rule.
Fix SSL dependent configs
Add TLD cleanup
Add gconf and gio targets for Linux.
Add sources filtering for ChromeOS, .rc, and .mm files. Remove built-in code that removes .rc and .mm files (this wasn't quite complete so causes problems).
BUG=
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/236713002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263967 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/BUILD.gn | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/base/BUILD.gn b/base/BUILD.gn index 0ee30dc..43b02f0 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -731,12 +731,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. |