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

Unified Diff: headless/app/BUILD.gn

Issue 1410573004: headless: Add a headless shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to a top level directory. Created 5 years, 2 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
Index: headless/app/BUILD.gn
diff --git a/headless/app/BUILD.gn b/headless/app/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..7ab51916e04902af2ae874f042c31f01a0f6114c
--- /dev/null
+++ b/headless/app/BUILD.gn
@@ -0,0 +1,15 @@
+import("//build/config/features.gni")
Peter Beverloo 2015/10/27 14:35:51 nit: copyright header
+
+executable("headless_shell") {
+ testonly = true
+
+ sources = [
+ "headless_shell_main.cc",
+ ]
+
+ deps = [
+ "//content/public/common",
+ "//headless/lib:headless",
+ "//headless/lib:pak",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698