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 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1395 ":balsa", | 1395 ":balsa", |
1396 ":extras", | 1396 ":extras", |
1397 ":http_server", | 1397 ":http_server", |
1398 ":net", | 1398 ":net", |
1399 ":simple_quic_tools", | 1399 ":simple_quic_tools", |
1400 ":stale_while_revalidate_experiment_domains", | 1400 ":stale_while_revalidate_experiment_domains", |
1401 ":test_support", | 1401 ":test_support", |
1402 "//base", | 1402 "//base", |
1403 "//base:i18n", | 1403 "//base:i18n", |
1404 "//base:prefs_test_support", | 1404 "//base:prefs_test_support", |
1405 "//base/allocator", | |
1406 "//base/third_party/dynamic_annotations", | 1405 "//base/third_party/dynamic_annotations", |
1407 "//crypto", | 1406 "//crypto", |
1408 "//crypto:platform", | 1407 "//crypto:platform", |
1409 "//crypto:test_support", | 1408 "//crypto:test_support", |
1410 "//net/base/registry_controlled_domains", | 1409 "//net/base/registry_controlled_domains", |
1411 "//sql", | 1410 "//sql", |
1412 "//testing/gmock", | 1411 "//testing/gmock", |
1413 "//testing/gtest", | 1412 "//testing/gtest", |
1414 "//third_party/zlib", | 1413 "//third_party/zlib", |
1415 "//url", | 1414 "//url", |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1739 } else { | 1738 } else { |
1740 sources -= [ "proxy/proxy_resolver_perftest.cc" ] | 1739 sources -= [ "proxy/proxy_resolver_perftest.cc" ] |
1741 } | 1740 } |
1742 } | 1741 } |
1743 | 1742 |
1744 buildflag_header("features") { | 1743 buildflag_header("features") { |
1745 header = "net_features.h" | 1744 header = "net_features.h" |
1746 | 1745 |
1747 flags = [ "ENABLE_BIDIRECTIONAL_STREAM=$enable_bidirectional_stream" ] | 1746 flags = [ "ENABLE_BIDIRECTIONAL_STREAM=$enable_bidirectional_stream" ] |
1748 } | 1747 } |
OLD | NEW |