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', |
- ], |
}, |
], |
} |