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

Unified Diff: snapshot/snapshot.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: snapshot/snapshot.gyp
diff --git a/snapshot/snapshot.gyp b/snapshot/snapshot.gyp
index 387d468775044d27ab75756f14cdd1cf49747be7..45cec5d666d89137770d5e8fb5d92a7bff3dfb72 100644
--- a/snapshot/snapshot.gyp
+++ b/snapshot/snapshot.gyp
@@ -23,7 +23,7 @@
'dependencies': [
'../client/client.gyp:crashpad_client',
'../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': [
@@ -107,7 +107,7 @@
'dependencies': [
'crashpad_snapshot',
'../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': [
@@ -139,7 +139,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 | « minidump/minidump.gyp ('k') | third_party/gmock/gmock.gyp » ('j') | third_party/gmock/gmock.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698