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 /BUILD.gn | |
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 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ group("root") { "//crypto", "//device/usb", "//ipc", - #"//net", + "//net", #"//sdch", "//skia", #"//third_party/WebKit/Source/platform", |