Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1560)

Unified Diff: components/browser_watcher.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/browser_sync.gypi ('k') | components/browsing_data.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- },
- ],
- }
- ],
- ],
-}
« no previous file with comments | « components/browser_sync.gypi ('k') | components/browsing_data.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698