summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorskyostil <skyostil@chromium.org>2016-02-26 12:53:33 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-26 20:59:19 +0000
commitfe11616891b5f57ea977c24efdf7946ed2cbf5f7 (patch)
tree2001cd7ae73c6b716ab8782ae86e578ef7e306df /BUILD.gn
parent88eedb7f8965e0134502f1f471f6d9f8fc82a940 (diff)
downloadchromium_src-fe11616891b5f57ea977c24efdf7946ed2cbf5f7.zip
chromium_src-fe11616891b5f57ea977c24efdf7946ed2cbf5f7.tar.gz
chromium_src-fe11616891b5f57ea977c24efdf7946ed2cbf5f7.tar.bz2
headless: Initial headless embedder API implementation
This patch introduces the initial headless embedder API implementation. It allows the embedder to initialize a headless browsing environment and to navigate to a URL. We also add a headless shell application to demonstrate the use of the embedder API. Adapted from a patch by Alexander Timin <altimin@chromium.org> BUG=546953 Review URL: https://codereview.chromium.org/1674263002 Cr-Commit-Position: refs/heads/master@{#377973}
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 5956fa4..c013d45 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -728,6 +728,13 @@ group("gn_only") {
]
}
+ if (is_linux && use_ozone) {
+ deps += [
+ "//headless",
+ "//headless:headless_tests",
+ ]
+ }
+
if (!is_chromecast && (is_android || is_linux || is_chromeos)) {
deps += [
"//blimp",