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

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: reword doc + rebase 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/ios/chrome/tools/strings/BUILD.gn b/tools/ipc_fuzzer/message_dump/BUILD.gn
similarity index 53%
copy from ios/chrome/tools/strings/BUILD.gn
copy to tools/ipc_fuzzer/message_dump/BUILD.gn
index be879ccc0c7d062bee54fe641aac639049e55496..f45340ec9dcab491bbd99e275ba56aaa406c1202 100644
--- a/ios/chrome/tools/strings/BUILD.gn
+++ b/tools/ipc_fuzzer/message_dump/BUILD.gn
@@ -2,13 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-executable("generate_localizable_strings") {
- sources = [
- "generate_localizable_strings.mm",
- ]
+loadable_module("ipc_message_dump") {
+ configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
deps = [
- "//base",
- "//ui/base:ui_data_pack",
+ "//tools/ipc_fuzzer/message_lib:ipc_message_lib",
+ ]
+ sources = [
+ "message_dump.cc",
]
- libs = [ "Foundation.framework" ]
}

Powered by Google App Engine
This is Rietveld 408576698