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

Side by Side Diff: net/BUILD.gn

Issue 1008323002: Land Recent QUIC Changes until 03/15/2015. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0315
Patch Set: Add quic_packet_reader to BUILD.gn to fix compiler errors Created 5 years, 9 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 | « no previous file | net/base/linked_hash_map.h » ('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/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//url/config.gni") 9 import("//url/config.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 "tools/quic/quic_default_packet_writer.cc", 1142 "tools/quic/quic_default_packet_writer.cc",
1143 "tools/quic/quic_default_packet_writer.h", 1143 "tools/quic/quic_default_packet_writer.h",
1144 "tools/quic/quic_dispatcher.cc", 1144 "tools/quic/quic_dispatcher.cc",
1145 "tools/quic/quic_dispatcher.h", 1145 "tools/quic/quic_dispatcher.h",
1146 "tools/quic/quic_epoll_clock.cc", 1146 "tools/quic/quic_epoll_clock.cc",
1147 "tools/quic/quic_epoll_clock.h", 1147 "tools/quic/quic_epoll_clock.h",
1148 "tools/quic/quic_epoll_connection_helper.cc", 1148 "tools/quic/quic_epoll_connection_helper.cc",
1149 "tools/quic/quic_epoll_connection_helper.h", 1149 "tools/quic/quic_epoll_connection_helper.h",
1150 "tools/quic/quic_in_memory_cache.cc", 1150 "tools/quic/quic_in_memory_cache.cc",
1151 "tools/quic/quic_in_memory_cache.h", 1151 "tools/quic/quic_in_memory_cache.h",
1152 "tools/quic/quic_packet_reader.cc",
1153 "tools/quic/quic_packet_reader.h",
1152 "tools/quic/quic_packet_writer_wrapper.cc", 1154 "tools/quic/quic_packet_writer_wrapper.cc",
1153 "tools/quic/quic_packet_writer_wrapper.h", 1155 "tools/quic/quic_packet_writer_wrapper.h",
1154 "tools/quic/quic_per_connection_packet_writer.cc", 1156 "tools/quic/quic_per_connection_packet_writer.cc",
1155 "tools/quic/quic_per_connection_packet_writer.h", 1157 "tools/quic/quic_per_connection_packet_writer.h",
1156 "tools/quic/quic_server.cc", 1158 "tools/quic/quic_server.cc",
1157 "tools/quic/quic_server.h", 1159 "tools/quic/quic_server.h",
1158 "tools/quic/quic_server_session.cc", 1160 "tools/quic/quic_server_session.cc",
1159 "tools/quic/quic_server_session.h", 1161 "tools/quic/quic_server_session.h",
1160 "tools/quic/quic_socket_utils.cc", 1162 "tools/quic/quic_socket_utils.cc",
1161 "tools/quic/quic_socket_utils.h", 1163 "tools/quic/quic_socket_utils.h",
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
1597 } else { 1599 } else {
1598 sources -= [ "proxy/proxy_resolver_perftest.cc" ] 1600 sources -= [ "proxy/proxy_resolver_perftest.cc" ]
1599 } 1601 }
1600 1602
1601 if (is_win && icu_use_data_file) { 1603 if (is_win && icu_use_data_file) {
1602 # This is needed to trigger the dll copy step on windows. 1604 # This is needed to trigger the dll copy step on windows.
1603 # TODO(mark): Specifying this here shouldn't be necessary. 1605 # TODO(mark): Specifying this here shouldn't be necessary.
1604 deps += [ "//third_party/icu:icudata" ] 1606 deps += [ "//third_party/icu:icudata" ]
1605 } 1607 }
1606 } 1608 }
OLDNEW
« no previous file with comments | « no previous file | net/base/linked_hash_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698