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

Side by Side Diff: headless/app/BUILD.gn

Issue 1430673002: Headless demo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 # Use of this source code is governed by a BSD-style license that can be
2 # found in the LICENSE file.
3
4 import("//build/config/features.gni")
5
6 executable("headless_shell") {
7 testonly = true
8
9 sources = [
10 "headless_browser_main.h",
11 "headless_browser_main.cc",
12 "headless_shell_main_delegate.cc",
13 "headless_shell_main_delegate.h",
14 "headless_shell_main.cc",
15 ]
16
17 deps = [
18 "//content/shell:content_shell_lib"
19 ]
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698