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

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

Issue 2906543002: Add support for reading blobs when using the network service. (Closed)
Patch Set: review comment 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
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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "message_port.cc", 231 "message_port.cc",
232 "message_port.h", 232 "message_port.h",
233 "navigation_gesture.h", 233 "navigation_gesture.h",
234 "navigation_params.cc", 234 "navigation_params.cc",
235 "navigation_params.h", 235 "navigation_params.h",
236 "net/url_fetcher.cc", 236 "net/url_fetcher.cc",
237 "net/url_request_service_worker_data.cc", 237 "net/url_request_service_worker_data.cc",
238 "net/url_request_service_worker_data.h", 238 "net/url_request_service_worker_data.h",
239 "net/url_request_user_data.cc", 239 "net/url_request_user_data.cc",
240 "net/url_request_user_data.h", 240 "net/url_request_user_data.h",
241 "net_adapters.cc",
242 "net_adapters.h",
241 "origin_trials/trial_token.cc", 243 "origin_trials/trial_token.cc",
242 "origin_trials/trial_token.h", 244 "origin_trials/trial_token.h",
243 "origin_trials/trial_token_validator.cc", 245 "origin_trials/trial_token_validator.cc",
244 "origin_trials/trial_token_validator.h", 246 "origin_trials/trial_token_validator.h",
245 "origin_util.cc", 247 "origin_util.cc",
246 "p2p_messages.h", 248 "p2p_messages.h",
247 "p2p_socket_type.h", 249 "p2p_socket_type.h",
248 "page_message_enums.h", 250 "page_message_enums.h",
249 "page_messages.h", 251 "page_messages.h",
250 "page_state_serialization.cc", 252 "page_state_serialization.cc",
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 "//ui/gfx/mojo", 648 "//ui/gfx/mojo",
647 "//url/mojo:url_mojom_gurl", 649 "//url/mojo:url_mojom_gurl",
648 "//url/mojo:url_mojom_origin", 650 "//url/mojo:url_mojom_origin",
649 ] 651 ]
650 652
651 component_output_prefix = "content_common_mojo_bindings" 653 component_output_prefix = "content_common_mojo_bindings"
652 export_class_attribute = "CONTENT_EXPORT" 654 export_class_attribute = "CONTENT_EXPORT"
653 export_define = "CONTENT_IMPLEMENTATION=1" 655 export_define = "CONTENT_IMPLEMENTATION=1"
654 export_header = "content/common/content_export.h" 656 export_header = "content/common/content_export.h"
655 } 657 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698