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

Side by Side Diff: headless/BUILD.gn

Issue 1461693003: [headless] Initial skeleton of headless/public/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More minor fixes Created 5 years 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
« no previous file with comments | « no previous file | headless/public/headless_browser.h » ('j') | headless/public/web_contents.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 group("headless") {
6 deps = [
7 "//headless:headless_lib",
8 ]
9 }
10
11 static_library("headless_lib") {
12 sources = [
13 "public/headless_browser.cc",
14 "public/headless_browser.h",
15 "public/headless_export.h",
16 "public/network.h",
17 "public/web_contents.h",
18 "public/web_frame.h",
19 ]
20
21 deps = [
22 "//base",
23 ]
24 }
OLDNEW
« no previous file with comments | « no previous file | headless/public/headless_browser.h » ('j') | headless/public/web_contents.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698