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

Unified Diff: chrome/chrome_watcher/chrome_watcher.gypi

Issue 1844023002: Capture a report on failed browser rendez-vous. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Executable name check Created 4 years, 8 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
Index: chrome/chrome_watcher/chrome_watcher.gypi
diff --git a/chrome/chrome_watcher/chrome_watcher.gypi b/chrome/chrome_watcher/chrome_watcher.gypi
index ad051fc1d58ec614f5538ff1d435873963de80ba..b8161c5519c89755ac2f382b3d7d950a430c59cb 100644
--- a/chrome/chrome_watcher/chrome_watcher.gypi
+++ b/chrome/chrome_watcher/chrome_watcher.gypi
@@ -48,6 +48,23 @@
],
},
{
+ 'target_name': 'kasko_util',
+ 'type': 'static_library',
+ 'sources': [
+ 'kasko_util.cc',
+ 'kasko_util.h',
+ ],
+ 'dependencies': [
+ 'chrome_watcher_client',
+ '../base/base.gyp:base',
+ '../third_party/kasko/kasko.gyp:kasko',
+ '../components/components.gyp:crash_component'
+ ],
+ 'export_dependent_settings': [
+ '../third_party/kasko/kasko.gyp:kasko',
+ ]
+ },
+ {
'target_name': 'chrome_watcher',
'type': 'loadable_module',
'include_dirs': [
@@ -61,11 +78,10 @@
'dependencies': [
'chrome_watcher_client',
'chrome_watcher_resources',
+ 'kasko_util',
'installer_util',
'../base/base.gyp:base',
'../components/components.gyp:browser_watcher',
- '../third_party/kasko/kasko.gyp:kasko',
- '../components/components.gyp:crash_component'
],
'msvs_settings': {
'VCLinkerTool': {

Powered by Google App Engine
This is Rietveld 408576698