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

Side by Side Diff: headless/BUILD.gn

Issue 2352663003: Adds a --deterministic-fetch flag to headless_shell (Closed)
Patch Set: Changes for Sami Created 4 years, 2 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
« no previous file with comments | « no previous file | headless/app/headless_shell.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 config("headless_implementation") { 10 config("headless_implementation") {
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "public/headless_devtools_host.h", 195 "public/headless_devtools_host.h",
196 "public/headless_devtools_target.h", 196 "public/headless_devtools_target.h",
197 "public/headless_export.h", 197 "public/headless_export.h",
198 "public/headless_web_contents.h", 198 "public/headless_web_contents.h",
199 "public/internal/message_dispatcher.h", 199 "public/internal/message_dispatcher.h",
200 "public/internal/value_conversions.h", 200 "public/internal/value_conversions.h",
201 "public/util/black_hole_protocol_handler.cc", 201 "public/util/black_hole_protocol_handler.cc",
202 "public/util/black_hole_protocol_handler.h", 202 "public/util/black_hole_protocol_handler.h",
203 "public/util/deterministic_dispatcher.cc", 203 "public/util/deterministic_dispatcher.cc",
204 "public/util/deterministic_dispatcher.h", 204 "public/util/deterministic_dispatcher.h",
205 "public/util/deterministic_http_protocol_handler.cc",
206 "public/util/deterministic_http_protocol_handler.h",
205 "public/util/error_reporter.cc", 207 "public/util/error_reporter.cc",
206 "public/util/error_reporter.h", 208 "public/util/error_reporter.h",
207 "public/util/expedited_dispatcher.cc", 209 "public/util/expedited_dispatcher.cc",
208 "public/util/expedited_dispatcher.h", 210 "public/util/expedited_dispatcher.h",
209 "public/util/generic_url_request_job.cc", 211 "public/util/generic_url_request_job.cc",
210 "public/util/generic_url_request_job.h", 212 "public/util/generic_url_request_job.h",
213 "public/util/http_url_fetcher.cc",
214 "public/util/http_url_fetcher.h",
211 "public/util/in_memory_protocol_handler.cc", 215 "public/util/in_memory_protocol_handler.cc",
212 "public/util/in_memory_protocol_handler.h", 216 "public/util/in_memory_protocol_handler.h",
213 "public/util/in_memory_request_job.cc", 217 "public/util/in_memory_request_job.cc",
214 "public/util/in_memory_request_job.h", 218 "public/util/in_memory_request_job.h",
215 "public/util/managed_dispatch_url_request_job.cc", 219 "public/util/managed_dispatch_url_request_job.cc",
216 "public/util/managed_dispatch_url_request_job.h", 220 "public/util/managed_dispatch_url_request_job.h",
217 "public/util/user_agent.cc", 221 "public/util/user_agent.cc",
218 "public/util/user_agent.h", 222 "public/util/user_agent.h",
219 "public/util/url_fetcher.cc", 223 "public/util/url_fetcher.cc",
220 "public/util/url_fetcher.h", 224 "public/util/url_fetcher.h",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 sources = [ 367 sources = [
364 "app/headless_shell.cc", 368 "app/headless_shell.cc",
365 "app/headless_shell_switches.cc", 369 "app/headless_shell_switches.cc",
366 "app/headless_shell_switches.h", 370 "app/headless_shell_switches.h",
367 ] 371 ]
368 372
369 deps = [ 373 deps = [
370 "//headless:headless_lib", 374 "//headless:headless_lib",
371 ] 375 ]
372 } 376 }
OLDNEW
« no previous file with comments | « no previous file | headless/app/headless_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698