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

Side by Side Diff: headless/BUILD.gn

Issue 1781193004: headless: Make it possible to configure an HTTP proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finalized test. Created 4 years, 9 months 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
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 import("//tools/grit/repack.gni") 7 import("//tools/grit/repack.gni")
8 8
9 group("headless") { 9 group("headless") {
10 deps = [ 10 deps = [
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "//testing/gmock", 130 "//testing/gmock",
131 "//testing/gtest", 131 "//testing/gtest",
132 ] 132 ]
133 } 133 }
134 134
135 executable("headless_shell") { 135 executable("headless_shell") {
136 testonly = true 136 testonly = true
137 137
138 sources = [ 138 sources = [
139 "app/headless_shell.cc", 139 "app/headless_shell.cc",
140 "app/headless_shell_switches.cc",
141 "app/headless_shell_switches.h",
140 ] 142 ]
141 143
142 deps = [ 144 deps = [
143 "//headless:headless_lib", 145 "//headless:headless_lib",
144 ] 146 ]
145 } 147 }
OLDNEW
« no previous file with comments | « no previous file | headless/README.md » ('j') | headless/lib/browser/headless_url_request_context_getter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698