| OLD | NEW |
| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 "public/util/deterministic_http_protocol_handler.cc", | 200 "public/util/deterministic_http_protocol_handler.cc", |
| 201 "public/util/deterministic_http_protocol_handler.h", | 201 "public/util/deterministic_http_protocol_handler.h", |
| 202 "public/util/dom_tree_extractor.cc", | 202 "public/util/dom_tree_extractor.cc", |
| 203 "public/util/dom_tree_extractor.h", | 203 "public/util/dom_tree_extractor.h", |
| 204 "public/util/error_reporter.cc", | 204 "public/util/error_reporter.cc", |
| 205 "public/util/error_reporter.h", | 205 "public/util/error_reporter.h", |
| 206 "public/util/expedited_dispatcher.cc", | 206 "public/util/expedited_dispatcher.cc", |
| 207 "public/util/expedited_dispatcher.h", | 207 "public/util/expedited_dispatcher.h", |
| 208 "public/util/generic_url_request_job.cc", | 208 "public/util/generic_url_request_job.cc", |
| 209 "public/util/generic_url_request_job.h", | 209 "public/util/generic_url_request_job.h", |
| 210 "public/util/flat_dom_tree_extractor.cc", |
| 211 "public/util/flat_dom_tree_extractor.h", |
| 210 "public/util/http_url_fetcher.cc", | 212 "public/util/http_url_fetcher.cc", |
| 211 "public/util/http_url_fetcher.h", | 213 "public/util/http_url_fetcher.h", |
| 212 "public/util/in_memory_protocol_handler.cc", | 214 "public/util/in_memory_protocol_handler.cc", |
| 213 "public/util/in_memory_protocol_handler.h", | 215 "public/util/in_memory_protocol_handler.h", |
| 214 "public/util/in_memory_request_job.cc", | 216 "public/util/in_memory_request_job.cc", |
| 215 "public/util/in_memory_request_job.h", | 217 "public/util/in_memory_request_job.h", |
| 216 "public/util/managed_dispatch_url_request_job.cc", | 218 "public/util/managed_dispatch_url_request_job.cc", |
| 217 "public/util/managed_dispatch_url_request_job.h", | 219 "public/util/managed_dispatch_url_request_job.h", |
| 218 "public/util/testing/generic_url_request_mocks.cc", | 220 "public/util/testing/generic_url_request_mocks.cc", |
| 219 "public/util/testing/generic_url_request_mocks.h", | 221 "public/util/testing/generic_url_request_mocks.h", |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 } | 316 } |
| 315 | 317 |
| 316 test("headless_browsertests") { | 318 test("headless_browsertests") { |
| 317 sources = [ | 319 sources = [ |
| 318 "lib/embedder_mojo_browsertest.cc", | 320 "lib/embedder_mojo_browsertest.cc", |
| 319 "lib/headless_browser_browsertest.cc", | 321 "lib/headless_browser_browsertest.cc", |
| 320 "lib/headless_browser_context_browsertest.cc", | 322 "lib/headless_browser_context_browsertest.cc", |
| 321 "lib/headless_devtools_client_browsertest.cc", | 323 "lib/headless_devtools_client_browsertest.cc", |
| 322 "lib/headless_web_contents_browsertest.cc", | 324 "lib/headless_web_contents_browsertest.cc", |
| 323 "public/util/dom_tree_extractor_browsertest.cc", | 325 "public/util/dom_tree_extractor_browsertest.cc", |
| 326 "public/util/flat_dom_tree_extractor_browsertest.cc", |
| 324 "test/headless_browser_test.cc", | 327 "test/headless_browser_test.cc", |
| 325 "test/headless_browser_test.h", | 328 "test/headless_browser_test.h", |
| 326 "test/headless_test_launcher.cc", | 329 "test/headless_test_launcher.cc", |
| 327 "test/test_protocol_handler.cc", | 330 "test/test_protocol_handler.cc", |
| 328 "test/test_protocol_handler.h", | 331 "test/test_protocol_handler.h", |
| 329 "test/test_url_request_job.cc", | 332 "test/test_url_request_job.cc", |
| 330 "test/test_url_request_job.h", | 333 "test/test_url_request_job.h", |
| 331 ] | 334 ] |
| 332 | 335 |
| 333 data = [ | 336 data = [ |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 | 372 |
| 370 executable("headless_shell") { | 373 executable("headless_shell") { |
| 371 sources = [ | 374 sources = [ |
| 372 "app/headless_shell_main.cc", | 375 "app/headless_shell_main.cc", |
| 373 ] | 376 ] |
| 374 | 377 |
| 375 deps = [ | 378 deps = [ |
| 376 "//headless:headless_shell_lib", | 379 "//headless:headless_shell_lib", |
| 377 ] | 380 ] |
| 378 } | 381 } |
| OLD | NEW |