Index: chrome/browser/sync/tools/sync_tools.gyp |
diff --git a/chrome/browser/sync/tools/sync_tools.gyp b/chrome/browser/sync/tools/sync_tools.gyp |
deleted file mode 100644 |
index a9110f76aaa9dd1b254143f5248aec223065e060..0000000000000000000000000000000000000000 |
--- a/chrome/browser/sync/tools/sync_tools.gyp |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-# Copyright (c) 2012 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. |
- |
-{ |
- 'targets': [ |
- { |
- 'target_name': 'sync_listen_notifications', |
- 'type': 'executable', |
- 'sources': [ |
- 'sync_listen_notifications.cc', |
- ], |
- 'dependencies': [ |
- '<(DEPTH)/base/base.gyp:base', |
- '<(DEPTH)/net/net.gyp:net', |
- '<(DEPTH)/net/net.gyp:net_test_support', |
- '<(DEPTH)/sync/sync.gyp:sync_notifier', |
- ], |
- }, |
- ], |
-} |