summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-09 17:13:21 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-09 17:13:21 +0000
commitb506cdf2535d5c822217d69a5cbae61833ba196d (patch)
tree1bd9fe1f874c62e947155b282ae0271e194e5b7a /BUILD.gn
parentcd57f378f4658d100bee327fc2152815a0a0e178 (diff)
downloadchromium_src-b506cdf2535d5c822217d69a5cbae61833ba196d.zip
chromium_src-b506cdf2535d5c822217d69a5cbae61833ba196d.tar.gz
chromium_src-b506cdf2535d5c822217d69a5cbae61833ba196d.tar.bz2
Minor additions to GN build, comment mojo bindings.
This adds comments for the converted mojo targets listing where the GN versions were. I went to implement them and I found I already did them, but couldn't find them. This adds some protobuf builds also used by content/browser, as well as a Windows warning fix for the protobuf compiler. R=yzshen@chromium.org Review URL: https://codereview.chromium.org/318033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e0adcc1..841f12d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -37,6 +37,8 @@ group("root") {
"//content/public/child",
"//content/public/common",
"//content/public/renderer",
+ "//content/browser/service_worker:database_proto",
+ "//content/browser/speech/proto",
"//crypto",
"//extensions/common/api:extensions_api",
"//dbus",