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

Unified Diff: headless/BUILD.gn

Issue 2677033003: headless: Add a small C++ example application (Closed)
Patch Set: outerHTML instead of innerHTML 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') | headless/app/headless_example.cc » ('J')
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 7f155ee2e080e1c520781bb5822be8ac047a6ac9..a5d6d8519feb92b6f133c4a626078377171a7595 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -259,6 +259,7 @@ group("headless_tests") {
deps = [
":headless_browsertests",
+ ":headless_example",
":headless_unittests",
]
}
@@ -379,3 +380,13 @@ executable("headless_shell") {
"//headless:headless_shell_lib",
]
}
+
+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') | headless/app/headless_example.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698