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

Side by Side Diff: content/common/BUILD.gn

Issue 2906543002: Add support for reading blobs when using the network service. (Closed)
Patch Set: fix threading issue with weakptr Created 3 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 | « content/browser/webui/web_ui_url_loader_factory.cc ('k') | content/common/net_adapters.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "message_port.cc", 233 "message_port.cc",
234 "message_port.h", 234 "message_port.h",
235 "navigation_gesture.h", 235 "navigation_gesture.h",
236 "navigation_params.cc", 236 "navigation_params.cc",
237 "navigation_params.h", 237 "navigation_params.h",
238 "net/url_fetcher.cc", 238 "net/url_fetcher.cc",
239 "net/url_request_service_worker_data.cc", 239 "net/url_request_service_worker_data.cc",
240 "net/url_request_service_worker_data.h", 240 "net/url_request_service_worker_data.h",
241 "net/url_request_user_data.cc", 241 "net/url_request_user_data.cc",
242 "net/url_request_user_data.h", 242 "net/url_request_user_data.h",
243 "net_adapters.cc",
244 "net_adapters.h",
243 "origin_trials/trial_token.cc", 245 "origin_trials/trial_token.cc",
244 "origin_trials/trial_token.h", 246 "origin_trials/trial_token.h",
245 "origin_trials/trial_token_validator.cc", 247 "origin_trials/trial_token_validator.cc",
246 "origin_trials/trial_token_validator.h", 248 "origin_trials/trial_token_validator.h",
247 "origin_util.cc", 249 "origin_util.cc",
248 "p2p_messages.h", 250 "p2p_messages.h",
249 "p2p_socket_type.h", 251 "p2p_socket_type.h",
250 "page_message_enums.h", 252 "page_message_enums.h",
251 "page_messages.h", 253 "page_messages.h",
252 "page_state_serialization.cc", 254 "page_state_serialization.cc",
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 "//ui/gfx/mojo", 651 "//ui/gfx/mojo",
650 "//url/mojo:url_mojom_gurl", 652 "//url/mojo:url_mojom_gurl",
651 "//url/mojo:url_mojom_origin", 653 "//url/mojo:url_mojom_origin",
652 ] 654 ]
653 655
654 component_output_prefix = "content_common_mojo_bindings" 656 component_output_prefix = "content_common_mojo_bindings"
655 export_class_attribute = "CONTENT_EXPORT" 657 export_class_attribute = "CONTENT_EXPORT"
656 export_define = "CONTENT_IMPLEMENTATION=1" 658 export_define = "CONTENT_IMPLEMENTATION=1"
657 export_header = "content/common/content_export.h" 659 export_header = "content/common/content_export.h"
658 } 660 }
OLDNEW
« no previous file with comments | « content/browser/webui/web_ui_url_loader_factory.cc ('k') | content/common/net_adapters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698