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

Side by Side Diff: components/browser_watcher.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « components/browser_sync.gypi ('k') | components/browsing_data.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'conditions': [
7 ['OS=="win"', {
8 'targets': [
9 {
10 # This is a separate lib to minimize the dependencies for its
11 # hosting binary "chrome_watcher.dll".
12 'target_name': 'browser_watcher',
13 'type': 'static_library',
14 'sources': [
15 'browser_watcher/endsession_watcher_window_win.cc',
16 'browser_watcher/endsession_watcher_window_win.h',
17 'browser_watcher/exit_code_watcher_win.cc',
18 'browser_watcher/exit_code_watcher_win.h',
19 'browser_watcher/exit_funnel_win.cc',
20 'browser_watcher/exit_funnel_win.h',
21 'browser_watcher/window_hang_monitor_win.cc',
22 'browser_watcher/window_hang_monitor_win.h',
23 ],
24 'dependencies': [
25 '../base/base.gyp:base',
26 ],
27 },
28 {
29 # Users of the watcher link this target.
30 'target_name': 'browser_watcher_client',
31 'type': 'static_library',
32 'sources': [
33 'browser_watcher/watcher_client_win.cc',
34 'browser_watcher/watcher_client_win.h',
35 'browser_watcher/watcher_metrics_provider_win.cc',
36 'browser_watcher/watcher_metrics_provider_win.h',
37 ],
38 'dependencies': [
39 '../base/base.gyp:base',
40 ],
41 },
42 ],
43 }
44 ],
45 ],
46 }
OLDNEW
« 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