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

Side by Side Diff: tools/gn/secondary/net/BUILD.gn

Issue 104513002: Fixed playing video in component extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Linux compilation fix. Created 6 years, 11 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 | « net/url_request/url_request_simple_job_unittest.cc ('k') | no next file » | 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("//crypto/ssl/flags.gni") 5 import("//crypto/ssl/flags.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 component("net") { 8 component("net") {
9 external = true 9 external = true
10 sources = [ 10 sources = [
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 "url_request/url_fetcher.h", 974 "url_request/url_fetcher.h",
975 "url_request/url_fetcher_core.cc", 975 "url_request/url_fetcher_core.cc",
976 "url_request/url_fetcher_core.h", 976 "url_request/url_fetcher_core.h",
977 "url_request/url_fetcher_delegate.cc", 977 "url_request/url_fetcher_delegate.cc",
978 "url_request/url_fetcher_delegate.h", 978 "url_request/url_fetcher_delegate.h",
979 "url_request/url_fetcher_factory.h", 979 "url_request/url_fetcher_factory.h",
980 "url_request/url_fetcher_impl.cc", 980 "url_request/url_fetcher_impl.cc",
981 "url_request/url_fetcher_impl.h", 981 "url_request/url_fetcher_impl.h",
982 "url_request/url_fetcher_response_writer.cc", 982 "url_request/url_fetcher_response_writer.cc",
983 "url_request/url_fetcher_response_writer.h", 983 "url_request/url_fetcher_response_writer.h",
984 "url_request/url_range_request_job.cc",
985 "url_request/url_range_request_job.h",
984 "url_request/url_request.cc", 986 "url_request/url_request.cc",
985 "url_request/url_request.h", 987 "url_request/url_request.h",
986 "url_request/url_request_about_job.cc", 988 "url_request/url_request_about_job.cc",
987 "url_request/url_request_about_job.h", 989 "url_request/url_request_about_job.h",
988 "url_request/url_request_context.cc", 990 "url_request/url_request_context.cc",
989 "url_request/url_request_context.h", 991 "url_request/url_request_context.h",
990 "url_request/url_request_context_builder.cc", 992 "url_request/url_request_context_builder.cc",
991 "url_request/url_request_context_builder.h", 993 "url_request/url_request_context_builder.h",
992 "url_request/url_request_context_getter.cc", 994 "url_request/url_request_context_getter.cc",
993 "url_request/url_request_context_getter.h", 995 "url_request/url_request_context_getter.h",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1219 "server/web_socket.h", 1221 "server/web_socket.h",
1220 ] 1222 ]
1221 deps = [ 1223 deps = [
1222 ":net", 1224 ":net",
1223 "//base", 1225 "//base",
1224 ] 1226 ]
1225 1227
1226 # TODO(brettw) figure out how to get this: 1228 # TODO(brettw) figure out how to get this:
1227 # 'variables': { 'enable_wexit_time_destructors': 1, }, 1229 # 'variables': { 'enable_wexit_time_destructors': 1, },
1228 } 1230 }
OLDNEW
« no previous file with comments | « net/url_request/url_request_simple_job_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698