| OLD | NEW |
| 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 "base/load_timing_info_test_util.cc", | 598 "base/load_timing_info_test_util.cc", |
| 599 "base/load_timing_info_test_util.h", | 599 "base/load_timing_info_test_util.h", |
| 600 "base/mock_file_stream.cc", | 600 "base/mock_file_stream.cc", |
| 601 "base/mock_file_stream.h", | 601 "base/mock_file_stream.h", |
| 602 "base/test_completion_callback.cc", | 602 "base/test_completion_callback.cc", |
| 603 "base/test_completion_callback.h", | 603 "base/test_completion_callback.h", |
| 604 "base/test_data_directory.cc", | 604 "base/test_data_directory.cc", |
| 605 "base/test_data_directory.h", | 605 "base/test_data_directory.h", |
| 606 "cert/mock_cert_verifier.cc", | 606 "cert/mock_cert_verifier.cc", |
| 607 "cert/mock_cert_verifier.h", | 607 "cert/mock_cert_verifier.h", |
| 608 "cert/mock_client_cert_verifier.cc", |
| 609 "cert/mock_client_cert_verifier.h", |
| 608 "cookies/cookie_monster_store_test.cc", | 610 "cookies/cookie_monster_store_test.cc", |
| 609 "cookies/cookie_monster_store_test.h", | 611 "cookies/cookie_monster_store_test.h", |
| 610 "cookies/cookie_store_test_callbacks.cc", | 612 "cookies/cookie_store_test_callbacks.cc", |
| 611 "cookies/cookie_store_test_callbacks.h", | 613 "cookies/cookie_store_test_callbacks.h", |
| 612 "cookies/cookie_store_test_helpers.cc", | 614 "cookies/cookie_store_test_helpers.cc", |
| 613 "cookies/cookie_store_test_helpers.h", | 615 "cookies/cookie_store_test_helpers.h", |
| 614 "cookies/cookie_store_unittest.h", | 616 "cookies/cookie_store_unittest.h", |
| 615 "disk_cache/disk_cache_test_base.cc", | 617 "disk_cache/disk_cache_test_base.cc", |
| 616 "disk_cache/disk_cache_test_base.h", | 618 "disk_cache/disk_cache_test_base.h", |
| 617 "disk_cache/disk_cache_test_util.cc", | 619 "disk_cache/disk_cache_test_util.cc", |
| (...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1733 } else { | 1735 } else { |
| 1734 sources -= [ "proxy/proxy_resolver_perftest.cc" ] | 1736 sources -= [ "proxy/proxy_resolver_perftest.cc" ] |
| 1735 } | 1737 } |
| 1736 } | 1738 } |
| 1737 | 1739 |
| 1738 buildflag_header("features") { | 1740 buildflag_header("features") { |
| 1739 header = "net_features.h" | 1741 header = "net_features.h" |
| 1740 | 1742 |
| 1741 flags = [ "ENABLE_BIDIRECTIONAL_STREAM=$enable_bidirectional_stream" ] | 1743 flags = [ "ENABLE_BIDIRECTIONAL_STREAM=$enable_bidirectional_stream" ] |
| 1742 } | 1744 } |
| OLD | NEW |