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

Unified Diff: client/client.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 | « build/run_tests.py ('k') | compat/compat.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/client.gyp
diff --git a/client/client.gyp b/client/client.gyp
index c8895563f80d0a2f563737eaacf02ec0ee84cb74..8d924e4d5023cc9b28c30aa84ea6c4d37aac1627 100644
--- a/client/client.gyp
+++ b/client/client.gyp
@@ -15,12 +15,12 @@
{
'targets': [
{
- 'target_name': 'client',
+ 'target_name': 'crashpad_client',
'type': 'static_library',
'dependencies': [
- '../compat/compat.gyp:compat',
+ '../compat/compat.gyp:crashpad_compat',
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
- '../util/util.gyp:util',
+ '../util/util.gyp:crashpad_util',
],
'include_dirs': [
'..',
@@ -53,16 +53,16 @@
],
},
{
- 'target_name': 'client_test',
+ 'target_name': 'crashpad_client_test',
'type': 'executable',
'dependencies': [
- 'client',
- '../compat/compat.gyp:compat',
+ 'crashpad_client',
+ '../compat/compat.gyp:crashpad_compat',
'../third_party/gtest/gtest.gyp:gtest',
'../third_party/gtest/gtest.gyp:gtest_main',
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
- '../util/util.gyp:util',
- '../util/util.gyp:util_test_lib',
+ '../util/util.gyp:crashpad_util',
+ '../util/util.gyp:crashpad_util_test_lib',
],
'include_dirs': [
'..',
« no previous file with comments | « build/run_tests.py ('k') | compat/compat.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698