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

Unified Diff: handler/handler.gyp

Issue 990553003: Set product_name on many targets to use a crashpad_ prefix (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Use target_name instead of product_name Created 5 years, 9 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 | « compat/compat.gyp ('k') | minidump/minidump.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: handler/handler.gyp
diff --git a/handler/handler.gyp b/handler/handler.gyp
index f7a4164c6b642c0af90cfc50b41c388ad94c2336..07a646b095b14e185d5c7c206a42c66f2a324c9f 100644
--- a/handler/handler.gyp
+++ b/handler/handler.gyp
@@ -20,13 +20,13 @@
'target_name': 'crashpad_handler',
'type': 'executable',
'dependencies': [
- '../client/client.gyp:client',
- '../compat/compat.gyp:compat',
- '../minidump/minidump.gyp:minidump',
- '../snapshot/snapshot.gyp:snapshot',
+ '../client/client.gyp:crashpad_client',
+ '../compat/compat.gyp:crashpad_compat',
+ '../minidump/minidump.gyp:crashpad_minidump',
+ '../snapshot/snapshot.gyp:crashpad_snapshot',
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
- '../tools/tools.gyp:tool_support',
- '../util/util.gyp:util',
+ '../tools/tools.gyp:crashpad_tool_support',
+ '../util/util.gyp:crashpad_util',
],
'include_dirs': [
'..',
« no previous file with comments | « compat/compat.gyp ('k') | minidump/minidump.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698