[M94 Dev][Tizen] Fix for compiler and linker errors
[platform/framework/web/chromium-efl.git] / sandbox / BUILD.gn
index 14a3a4c..56259b2 100644 (file)
@@ -27,7 +27,7 @@ group("sandbox") {
       "//sandbox/mac:system_services",
       "//sandbox/mac/mojom",
     ]
-  } else if (is_linux || is_android || is_tizen) {
+  } else if (is_linux || is_chromeos || is_android || is_tizen) {
     public_deps = [ "//sandbox/linux:sandbox" ]
   }
 }
@@ -46,7 +46,6 @@ buildflag_header("sandbox_buildflags") {
 # Although the code is Windows-based, the fuzzer is designed to work on Linux,
 # so do not disable this fuzzer on non-Windows platforms.
 fuzzer_test("sandbox_ipc_fuzzer") {
-  set_sources_assignment_filter([])
   sources = [
     "win/fuzzer/fuzzer_types.h",
     "win/fuzzer/sandbox_ipc_fuzzer.cc",
@@ -56,7 +55,10 @@ fuzzer_test("sandbox_ipc_fuzzer") {
   if (!is_win) {
     defines = [ "SANDBOX_FUZZ_TARGET" ]
   }
-  deps = [ "//base" ]
+  deps = [
+    ":sandbox",
+    "//base",
+  ]
   dict = "ipc.dict"
   libfuzzer_options = [ "max_len=1024" ]
 }