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

Unified Diff: content/common/BUILD.gn

Issue 2893233002: Network traffic annotation added to URLLoaderImpl. (Closed)
Patch Set: Changed ParamTraits to StructTraits. 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 side-by-side diff with in-line comments
Download patch
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 5a37aceb8acbc22cf32922f3ca1cfd4c161760cd..cc4bf332bf7c33a8ce17371c6bec3c505ac05833 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -232,6 +232,7 @@ source_set("common") {
"media/video_capture.h",
"message_port.cc",
"message_port.h",
+ "mutable_network_traffic_annotation_tag_struct_traits.h",
"navigation_gesture.h",
"navigation_params.cc",
"navigation_params.h",
@@ -613,6 +614,7 @@ mojom("mojo_bindings") {
"media/media_devices.mojom",
"media/renderer_audio_output_stream_factory.mojom",
"memory_coordinator.mojom",
+ "mutable_network_traffic_annotation_tag.mojom",
"native_types.mojom",
"network_service.mojom",
"push_messaging.mojom",

Powered by Google App Engine
This is Rietveld 408576698