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

Unified Diff: tools/ipc_fuzzer/mutate/mutate.gyp

Issue 106163003: Refactor IPC fuzzer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 7 years 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
« no previous file with comments | « tools/ipc_fuzzer/mutate/mutate.cc ('k') | tools/ipc_fuzzer/play_testcase.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/mutate/mutate.gyp
diff --git a/tools/set_default_handler/set_default_handler.gyp b/tools/ipc_fuzzer/mutate/mutate.gyp
similarity index 62%
copy from tools/set_default_handler/set_default_handler.gyp
copy to tools/ipc_fuzzer/mutate/mutate.gyp
index 64e5d3e364e9e63ea105c3097ddd7d52892df0eb..47f0ad561ffcb2e5ee9b3f414c3530023495777b 100644
--- a/tools/set_default_handler/set_default_handler.gyp
+++ b/tools/ipc_fuzzer/mutate/mutate.gyp
@@ -1,26 +1,23 @@
# Copyright (c) 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+
{
'variables': {
'chromium_code': 1,
},
'targets': [
{
- 'target_name': 'set_default_handler',
+ 'target_name': 'ipc_fuzzer_mutate',
'type': 'executable',
'dependencies': [
- '../../base/base.gyp:base',
- '../../win8/win8.gyp:test_support_win8',
- '../../ui/gfx/gfx.gyp:gfx',
- '../../ui/ui.gyp:ui',
+ ],
+ 'sources': [
+ 'mutate.cc',
],
'include_dirs': [
'../..',
],
- 'sources': [
- 'set_default_handler_main.cc',
- ],
},
],
}
« no previous file with comments | « tools/ipc_fuzzer/mutate/mutate.cc ('k') | tools/ipc_fuzzer/play_testcase.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698