fixup! [M94 Migration][ROM] Disable few modules from third_party 70/298670/2
authoruzair <uzair.jaleel@samsung.com>
Tue, 12 Sep 2023 07:22:00 +0000 (12:52 +0530)
committerBot Blink <blinkbot@samsung.com>
Tue, 12 Sep 2023 08:15:09 +0000 (08:15 +0000)
Enable BroadcastChannel module as its needed for fixing[1] when
https://www.spotvnow.co.kr is launched.

[1] "BroadcastChannel is not defined"
Change-Id: I3b0ddf4d0e1284dccc201c58857810df57b9bc24
Signed-off-by: uzair <uzair.jaleel@samsung.com>
third_party/blink/renderer/bindings/generated_in_modules.gni
third_party/blink/renderer/bindings/idl_in_modules.gni
third_party/blink/renderer/modules/broadcastchannel/BUILD.gn

index 4f6b5543728614cd554f1cc755bdca0db8410c24..eca012e58c76a1a80b83b02368ecaecd735e93af 100644 (file)
@@ -1316,6 +1316,8 @@ generated_interface_sources_in_modules = [
   "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_biquad_filter_node.h",
   "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_blob_event.cc",
   "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_blob_event.h",
+  "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_broadcast_channel.cc",
+  "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_broadcast_channel.h",
   "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_cache.cc",
   "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_cache.h",
   "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_cache_storage.cc",
@@ -2446,8 +2448,6 @@ if (!use_efl) {
     "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_bluetooth_service_data_map.h",
     "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_bluetooth_uuid.cc",
     "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_bluetooth_uuid.h",
-    "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_broadcast_channel.cc",
-    "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_broadcast_channel.h",
     "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_datagram_duplex_stream.cc",
     "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_datagram_duplex_stream.h",
     "$root_gen_dir/third_party/blink/renderer/bindings/modules/v8/v8_eye_dropper.cc",
index c6f8d2ba0adda21411bd3c7ff8acc6230e9d9772..1e970c39c0b40a2c361bd74181220da097949bdf 100644 (file)
@@ -58,6 +58,7 @@ static_idl_files_in_modules = get_path_info(
           "//third_party/blink/renderer/modules/breakout_box/media_stream_track_generator_init.idl",
           "//third_party/blink/renderer/modules/breakout_box/media_stream_track_processor.idl",
           "//third_party/blink/renderer/modules/breakout_box/media_stream_track_processor_init.idl",
+          "//third_party/blink/renderer/modules/broadcastchannel/broadcast_channel.idl",
           "//third_party/blink/renderer/modules/buckets/navigator_storage_buckets.idl",
           "//third_party/blink/renderer/modules/buckets/storage_bucket.idl",
           "//third_party/blink/renderer/modules/buckets/storage_bucket_manager.idl",
index ef7f38b743bb74f4a327c8bb52b1c5bd0c3e62a6..7ab5a937555654c76de13583934aec4dae96d838 100644 (file)
@@ -9,11 +9,4 @@ blink_modules_sources("broadcastchannel") {
     "broadcast_channel.cc",
     "broadcast_channel.h",
   ]
-
-  if (use_efl) {
-    sources -= [
-      "broadcast_channel.cc",
-      "broadcast_channel.h",
-    ]
-  }
 }