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

Unified Diff: base/base.gyp

Issue 1387963006: Adding error handlers to setup.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 4b11485e0a5f5f8fb2d37845137ac6ff43386de3..817b82fa2bba29e416a59c81824a4937b2a9a792 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1663,6 +1663,22 @@
},
},
},
+ {
+ # GN: //base:process_startup_helper_win
+ 'target_name': 'process_startup_helper_win',
grt (UTC plus 2) 2015/10/08 11:52:08 is this extra target needed? content_app_deps alre
Patrick Monette 2015/10/08 21:22:46 You are right. Removed.
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ 'base',
+ 'base_static',
+ ],
+ 'sources': [
+ 'win/process_startup_helper.cc',
+ 'win/process_startup_helper.h',
+ ],
+ },
],
}],
['test_isolation_mode != "noop"', {

Powered by Google App Engine
This is Rietveld 408576698