summaryrefslogtreecommitdiff
path: root/chromium/components/browser_watcher.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/browser_watcher.gypi')
-rw-r--r--chromium/components/browser_watcher.gypi46
1 files changed, 0 insertions, 46 deletions
diff --git a/chromium/components/browser_watcher.gypi b/chromium/components/browser_watcher.gypi
deleted file mode 100644
index b65d4631a7c..00000000000
--- a/chromium/components/browser_watcher.gypi
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright (c) 2014 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.
-
-{
- 'conditions': [
- ['OS=="win"', {
- 'targets': [
- {
- # This is a separate lib to minimize the dependencies for its
- # hosting binary "chrome_watcher.dll".
- 'target_name': 'browser_watcher',
- 'type': 'static_library',
- 'sources': [
- 'browser_watcher/endsession_watcher_window_win.cc',
- 'browser_watcher/endsession_watcher_window_win.h',
- 'browser_watcher/exit_code_watcher_win.cc',
- 'browser_watcher/exit_code_watcher_win.h',
- 'browser_watcher/exit_funnel_win.cc',
- 'browser_watcher/exit_funnel_win.h',
- 'browser_watcher/window_hang_monitor_win.cc',
- 'browser_watcher/window_hang_monitor_win.h',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- },
- {
- # Users of the watcher link this target.
- 'target_name': 'browser_watcher_client',
- 'type': 'static_library',
- 'sources': [
- 'browser_watcher/watcher_client_win.cc',
- 'browser_watcher/watcher_client_win.h',
- 'browser_watcher/watcher_metrics_provider_win.cc',
- 'browser_watcher/watcher_metrics_provider_win.h',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- },
- ],
- }
- ],
- ],
-} \ No newline at end of file