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

Unified Diff: client/client.gyp

Issue 986033002: Allow Crashpad to build in the Chromium tree (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rewrap 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
Index: client/client.gyp
diff --git a/client/client.gyp b/client/client.gyp
index 99f66d1cb6258d35dd164e7834dd3902d2231696..65b33486ae9860a53501bc3e56338727498e3b88 100644
--- a/client/client.gyp
+++ b/client/client.gyp
@@ -22,7 +22,7 @@
'type': 'static_library',
'dependencies': [
'../compat/compat.gyp:crashpad_compat',
- '../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
+ '../third_party/mini_chromium/mini_chromium.gyp:base',
'../util/util.gyp:crashpad_util',
],
'include_dirs': [
@@ -63,7 +63,7 @@
'../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',
+ '../third_party/mini_chromium/mini_chromium.gyp:base',
'../util/util.gyp:crashpad_util',
'../util/util.gyp:crashpad_util_test_lib',
],
« no previous file with comments | « build/gyp_crashpad.py ('k') | handler/handler.gyp » ('j') | third_party/gmock/gmock.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698