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

Side by Side Diff: headless/BUILD.gn

Issue 2641073004: Revert of [headless] Fix screenshots with gpu enabled. (Closed)
Patch Set: Created 3 years, 11 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("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 "test/test_url_request_job.cc", 329 "test/test_url_request_job.cc",
330 "test/test_url_request_job.h", 330 "test/test_url_request_job.h",
331 ] 331 ]
332 332
333 data = [ 333 data = [
334 "$root_out_dir/headless_browser_tests.pak", 334 "$root_out_dir/headless_browser_tests.pak",
335 "$root_out_dir/headless_lib.pak", 335 "$root_out_dir/headless_lib.pak",
336 "//net/tools/testserver/", 336 "//net/tools/testserver/",
337 "//third_party/pyftpdlib/", 337 "//third_party/pyftpdlib/",
338 "//third_party/pywebsocket/", 338 "//third_party/pywebsocket/",
339 "//third_party/skia/",
340 "//third_party/tlslite/", 339 "//third_party/tlslite/",
341 "test/data/", 340 "test/data/",
342 ] 341 ]
343 342
344 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 343 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
345 344
346 deps = [ 345 deps = [
347 ":embedder_mojo_for_testing", 346 ":embedder_mojo_for_testing",
348 ":headless_browser_tests_pak", 347 ":headless_browser_tests_pak",
349 "//base", 348 "//base",
(...skipping 19 matching lines...) Expand all
369 368
370 executable("headless_shell") { 369 executable("headless_shell") {
371 sources = [ 370 sources = [
372 "app/headless_shell_main.cc", 371 "app/headless_shell_main.cc",
373 ] 372 ]
374 373
375 deps = [ 374 deps = [
376 "//headless:headless_shell_lib", 375 "//headless:headless_shell_lib",
377 ] 376 ]
378 } 377 }
OLDNEW
« no previous file with comments | « content/browser/compositor/offscreen_browser_compositor_output_surface.cc ('k') | headless/lib/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698