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

Unified Diff: content/content.gyp

Issue 1387963006: Adding error handlers to setup.exe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix lint errors/warnings 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
« no previous file with comments | « content/app/startup_helper_win.cc ('k') | content/content_app.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 48abdf15d607cc4e40b1d1c3ab9051c1c706eba9..bace6595599fc54c8f1ad06fcf5db398e748043b 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -31,20 +31,18 @@
['OS == "win"', {
'targets': [
{
- # GN: //content:content_startup_helper_win
- 'target_name': 'content_startup_helper_win',
+ # GN: //content:sandbox_helper_win
+ 'target_name': 'sandbox_helper_win',
'type': 'static_library',
'include_dirs': [
'..',
],
'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:base_i18n',
'../sandbox/sandbox.gyp:sandbox',
],
'sources': [
- 'app/startup_helper_win.cc',
- 'public/app/startup_helper_win.h',
+ 'app/sandbox_helper_win.cc',
+ 'public/app/sandbox_helper_win.h',
],
}
],
« no previous file with comments | « content/app/startup_helper_win.cc ('k') | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698