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

Side by Side 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, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 import("//build/config/features.gni")
Peter Beverloo 2015/10/27 14:35:51 nit: copyright header
2
3 executable("headless_shell") {
4 testonly = true
5
6 sources = [
7 "headless_shell_main.cc",
8 ]
9
10 deps = [
11 "//content/public/common",
12 "//headless/lib:headless",
13 "//headless/lib:pak",
14 ]
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698