diff options
Diffstat (limited to 'chrome/browser/sync/tools/sync_tools.gyp')
-rw-r--r-- | chrome/browser/sync/tools/sync_tools.gyp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/chrome/browser/sync/tools/sync_tools.gyp b/chrome/browser/sync/tools/sync_tools.gyp deleted file mode 100644 index 6759248..0000000 --- a/chrome/browser/sync/tools/sync_tools.gyp +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright (c) 2010 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. - -# TODO(akalin): Reference this file from all.gyp so it's always built. -{ - 'defines': [ - 'FEATURE_ENABLE_SSL', - ], - 'targets': [ - { - 'target_name': 'sync_listen_notifications', - 'type': 'executable', - 'sources': [ - 'sync_listen_notifications.cc', - ], - 'dependencies': [ - '<(DEPTH)/base/base.gyp:base', - '<(DEPTH)/chrome/chrome.gyp:notifier', - '<(DEPTH)/third_party/libjingle/libjingle.gyp:libjingle', - ], - }, - ], -} - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: |