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

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: Moved DEPS to correct 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
« no previous file with comments | « no previous file | headless/DEPS » ('j') | headless/public/headless_browser.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 group("headless") {
5 testonly = true
6
7 deps = [
8 "//headless:headless_lib",
9 ]
10 }
11
12 static_library("headless_lib") {
13 testonly = true
Sami 2015/11/19 14:08:34 The headless shell is testonly but the library its
altimin 2015/11/19 14:52:54 Done.
14
15 sources = [
16 "public/headless_browser.h",
17 "public/web_contents.h",
18 "public/web_document.h",
19 "public/web_element.h",
20 "public/web_frame.h",
21 "public/web_node.h",
22 ]
23
24 deps = [
25 "//base",
26 "//third_party/WebKit/public:blink",
27 ]
28 }
OLDNEW
« no previous file with comments | « no previous file | headless/DEPS » ('j') | headless/public/headless_browser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698