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

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: Remove direct dom interaction 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/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
Sami 2015/12/01 14:03:57 Missing the first line here?
altimin 2015/12/01 15:17:28 Done.
2 # found in the LICENSE file.
3
4 group("headless") {
5 deps = [
6 "//headless:headless_lib",
7 ]
8 }
9
10 static_library("headless_lib") {
11 sources = [
12 "public/headless_browser.cc",
13 "public/headless_browser.h",
14 "public/headless_export.h",
15 "public/network.h",
16 "public/web_contents.h",
17 "public/web_frame.h",
18 ]
19
20 deps = [
21 "//base",
22 ]
23 }
OLDNEW
« no previous file with comments | « no previous file | headless/public/headless_browser.h » ('j') | headless/public/headless_browser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698