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

Unified Diff: tools/ipc_fuzzer/message_dump/BUILD.gn

Issue 1916493003: GN configs for ipc fuzzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: public_configs Created 4 years, 8 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: tools/ipc_fuzzer/message_dump/BUILD.gn
diff --git a/components/mus/gpu/BUILD.gn b/tools/ipc_fuzzer/message_dump/BUILD.gn
similarity index 52%
copy from components/mus/gpu/BUILD.gn
copy to tools/ipc_fuzzer/message_dump/BUILD.gn
index 0bcf1fcc813ef46a8197aa918c988755a9eac1d6..756652cbf9bb093e40d757cbd53d543c047ad173 100644
--- a/components/mus/gpu/BUILD.gn
+++ b/tools/ipc_fuzzer/message_dump/BUILD.gn
@@ -2,16 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("gpu") {
- output_name = "mus_gpu"
-
- sources = [
- "gpu_service_mus.cc",
- "gpu_service_mus.h",
- ]
-
+loadable_module("ipc_message_dump") {
+ configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_tool_config" ]
deps = [
- "//gpu/ipc/common",
- "//gpu/ipc/service",
+ "//tools/ipc_fuzzer/message_lib:ipc_message_lib",
+ ]
+ sources = [
+ "message_dump.cc",
]
}

Powered by Google App Engine
This is Rietveld 408576698