Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: headless/BUILD.gn

Issue 2677033003: headless: Add a small C++ example application (Closed)
Patch Set: Rebased Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | headless/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index 1927eb256b9326fa95cc13799524bb02fa4b52b9..151af1bdd906d12f0565551b591ebe057d69adfd 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -323,6 +323,7 @@ group("headless_tests") {
deps = [
":headless_browsertests",
+ ":headless_example",
":headless_unittests",
]
}
@@ -459,3 +460,13 @@ process_version("version_header") {
]
output = "$target_gen_dir/public/version.h"
}
+
+executable("headless_example") {
+ sources = [
+ "app/headless_example.cc",
+ ]
+
+ deps = [
+ "//headless:headless_shell_lib",
+ ]
+}
« no previous file with comments | « no previous file | headless/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698