summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorrockot <rockot@chromium.org>2015-02-23 15:53:51 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-23 23:54:28 +0000
commit2f1326e6b56aba18307317bf936668309cd18705 (patch)
tree8ba01884627f4168ec9d5bd5db3f0fd462555550 /BUILD.gn
parentcca7ccbc8cb9b8a3d59c35bff112632e4edab95d (diff)
downloadchromium_src-2f1326e6b56aba18307317bf936668309cd18705.zip
chromium_src-2f1326e6b56aba18307317bf936668309cd18705.tar.gz
chromium_src-2f1326e6b56aba18307317bf936668309cd18705.tar.bz2
Add GN targets for codesighs and telemetry.
This also adds app_shell_unittests to the :root target. BUG=None Review URL: https://codereview.chromium.org/930933003 Cr-Commit-Position: refs/heads/master@{#317680}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 6f9777b..c03435e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -8,6 +8,7 @@
# you add a new build file, there must be some path of dependencies from this
# file to your new one or GN won't know about it.
+import("//build/config/features.gni")
import("//build/config/ui.gni")
if (is_android) {
import("//build/config/android/config.gni")
@@ -83,6 +84,7 @@ group("root") {
"//third_party/cacheinvalidation",
"//third_party/cld",
"//third_party/cld_2",
+ "//third_party/codesighs",
"//third_party/ffmpeg",
"//third_party/flac",
"//third_party/harfbuzz-ng",
@@ -118,6 +120,7 @@ group("root") {
"//third_party:jpeg",
"//tools/gn",
"//tools/imagediff($host_toolchain)",
+ "//tools/telemetry:bitmaptools",
"//ui/accessibility",
"//ui/app_list",
"//ui/aura",
@@ -141,6 +144,10 @@ group("root") {
]
deps += root_extra_deps
+ if (enable_extensions) {
+ deps += [ "//extensions/shell:app_shell_unittests" ]
+ }
+
if (!is_win) {
deps += [ "//breakpad:symupload" ]
}