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

Side by Side Diff: net/BUILD.gn

Issue 2090463002: Move net/base/test_data_directory.[cc,h] to net/test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « ios/web/web_state/ui/crw_web_controller_unittest.mm ('k') | net/android/keystore_unittest.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 510
511 source_set("test_support") { 511 source_set("test_support") {
512 testonly = true 512 testonly = true
513 sources = [ 513 sources = [
514 "base/load_timing_info_test_util.cc", 514 "base/load_timing_info_test_util.cc",
515 "base/load_timing_info_test_util.h", 515 "base/load_timing_info_test_util.h",
516 "base/mock_file_stream.cc", 516 "base/mock_file_stream.cc",
517 "base/mock_file_stream.h", 517 "base/mock_file_stream.h",
518 "base/test_completion_callback.cc", 518 "base/test_completion_callback.cc",
519 "base/test_completion_callback.h", 519 "base/test_completion_callback.h",
520 "base/test_data_directory.cc",
521 "base/test_data_directory.h",
522 "cert/mock_cert_verifier.cc", 520 "cert/mock_cert_verifier.cc",
523 "cert/mock_cert_verifier.h", 521 "cert/mock_cert_verifier.h",
524 "cert/mock_client_cert_verifier.cc", 522 "cert/mock_client_cert_verifier.cc",
525 "cert/mock_client_cert_verifier.h", 523 "cert/mock_client_cert_verifier.h",
526 "cookies/cookie_monster_store_test.cc", 524 "cookies/cookie_monster_store_test.cc",
527 "cookies/cookie_monster_store_test.h", 525 "cookies/cookie_monster_store_test.h",
528 "cookies/cookie_store_test_callbacks.cc", 526 "cookies/cookie_store_test_callbacks.cc",
529 "cookies/cookie_store_test_callbacks.h", 527 "cookies/cookie_store_test_callbacks.h",
530 "cookies/cookie_store_test_helpers.cc", 528 "cookies/cookie_store_test_helpers.cc",
531 "cookies/cookie_store_test_helpers.h", 529 "cookies/cookie_store_test_helpers.h",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 "test/embedded_test_server/request_handler_util.h", 577 "test/embedded_test_server/request_handler_util.h",
580 "test/event_waiter.h", 578 "test/event_waiter.h",
581 "test/gtest_util.h", 579 "test/gtest_util.h",
582 "test/net_test_suite.cc", 580 "test/net_test_suite.cc",
583 "test/net_test_suite.h", 581 "test/net_test_suite.h",
584 "test/python_utils.cc", 582 "test/python_utils.cc",
585 "test/python_utils.h", 583 "test/python_utils.h",
586 "test/scoped_disable_exit_on_dfatal.cc", 584 "test/scoped_disable_exit_on_dfatal.cc",
587 "test/scoped_disable_exit_on_dfatal.h", 585 "test/scoped_disable_exit_on_dfatal.h",
588 "test/test_certificate_data.h", 586 "test/test_certificate_data.h",
587 "test/test_data_directory.cc",
588 "test/test_data_directory.h",
589 "test/url_request/ssl_certificate_error_job.cc", 589 "test/url_request/ssl_certificate_error_job.cc",
590 "test/url_request/ssl_certificate_error_job.h", 590 "test/url_request/ssl_certificate_error_job.h",
591 "test/url_request/url_request_failed_job.cc", 591 "test/url_request/url_request_failed_job.cc",
592 "test/url_request/url_request_failed_job.h", 592 "test/url_request/url_request_failed_job.h",
593 "test/url_request/url_request_hanging_read_job.cc", 593 "test/url_request/url_request_hanging_read_job.cc",
594 "test/url_request/url_request_hanging_read_job.h", 594 "test/url_request/url_request_hanging_read_job.h",
595 "test/url_request/url_request_mock_data_job.cc", 595 "test/url_request/url_request_mock_data_job.cc",
596 "test/url_request/url_request_mock_data_job.h", 596 "test/url_request/url_request_mock_data_job.h",
597 "test/url_request/url_request_slow_download_job.cc", 597 "test/url_request/url_request_slow_download_job.cc",
598 "test/url_request/url_request_slow_download_job.h", 598 "test/url_request/url_request_slow_download_job.h",
(...skipping 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after
2075 "url_request/url_request_fuzzer.cc", 2075 "url_request/url_request_fuzzer.cc",
2076 ] 2076 ]
2077 deps = [ 2077 deps = [
2078 ":net_fuzzer_test_support", 2078 ":net_fuzzer_test_support",
2079 ":test_support", 2079 ":test_support",
2080 "//base", 2080 "//base",
2081 "//net", 2081 "//net",
2082 ] 2082 ]
2083 dict = "data/http/http.dict" 2083 dict = "data/http/http.dict"
2084 } 2084 }
OLDNEW
« no previous file with comments | « ios/web/web_state/ui/crw_web_controller_unittest.mm ('k') | net/android/keystore_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698