summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 22:00:41 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 22:00:41 +0000
commit543f171c6a7051e8a4d7c26ba4a220d729604fbc (patch)
tree490bdf90b6d9a538f7a1444fdc5841689736271c /BUILD.gn
parentfee41a7a0dfc7a8ac2236e67b129d80954476be5 (diff)
downloadchromium_src-543f171c6a7051e8a4d7c26ba4a220d729604fbc.zip
chromium_src-543f171c6a7051e8a4d7c26ba4a220d729604fbc.tar.gz
chromium_src-543f171c6a7051e8a4d7c26ba4a220d729604fbc.tar.bz2
Enable some more targets in the GN build.
Fixes a warning in the sandbox code. GYP must compile this file with reduced warnings, but it's a valid warning so it seems better to fix than suppress. Review URL: https://codereview.chromium.org/317733007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn13
1 files changed, 7 insertions, 6 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 29013c3..5d6a776 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -38,9 +38,9 @@ group("root") {
"//content/public/common",
"//content/public/renderer",
"//crypto",
+ "//extensions/common/api:extensions_api",
"//dbus",
"//device/usb",
- #"//extensions/common/api:extensions_api",
"//gin",
"//gpu",
"//google_apis",
@@ -49,7 +49,7 @@ group("root") {
"//net",
"//ppapi:ppapi_c",
"//printing",
- #"//sandbox",
+ "//sandbox",
"//sdch",
"//skia",
"//sql",
@@ -63,6 +63,7 @@ group("root") {
"//third_party/libusb",
"//third_party/libwebm",
"//third_party/libwebp",
+ "//third_party/libyuv",
"//third_party/mesa",
"//third_party/ots",
"//third_party/protobuf:protobuf_lite",
@@ -71,9 +72,7 @@ group("root") {
"//third_party/smhasher:cityhash",
"//third_party/smhasher:murmurhash3",
"//third_party/smhasher:pmurhash",
- # TODO(brettw) re-enable once the unused variables in this .gn file are
- # fixed and rolled into Chrome.
- #"//third_party/WebKit/Source/platform",
+ "//third_party/WebKit/Source/platform",
"//third_party/WebKit/Source/wtf",
"//third_party/zlib",
"//third_party:jpeg",
@@ -120,10 +119,12 @@ group("root") {
"//content/public/common",
"//content/public/renderer",
"//dbus",
+ "//extensions/common/api:extensions_api",
"//ppapi:ppapi_c",
"//third_party/libusb",
- #"//third_party/WebKit/Source/platform",
+ "//third_party/WebKit/Source/platform",
"//third_party/WebKit/Source/wtf", # TODO(brettw) re-enable for Android.
+ "//sandbox",
"//tools/gn",
# Not tested on Android yet: