Index: components/browser_watcher.gypi |
diff --git a/components/browser_watcher.gypi b/components/browser_watcher.gypi |
deleted file mode 100644 |
index b65d4631a7c26955828df9193269b956470f22c2..0000000000000000000000000000000000000000 |
--- a/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', |
- ], |
- }, |
- ], |
- } |
- ], |
- ], |
-} |