mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
Update paths in third_party to use DEPTH instead of relative paths.
R=mark@chromium.org Review URL: https://codereview.chromium.org/1428973002 . Patch from Marc-Antoine Courteau <macourteau@chromium.org>.
This commit is contained in:
parent
cd0e25f1ba
commit
7858145558
8
third_party/gmock/gmock.gyp
vendored
8
third_party/gmock/gmock.gyp
vendored
@ -198,20 +198,20 @@
|
||||
'target_name': 'gmock',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'../../../../../testing/gmock.gyp:gmock',
|
||||
'<(DEPTH)/testing/gmock.gyp:gmock',
|
||||
],
|
||||
'export_dependent_settings': [
|
||||
'../../../../../testing/gmock.gyp:gmock',
|
||||
'<(DEPTH)/testing/gmock.gyp:gmock',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'gmock_main',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'../../../../../testing/gmock.gyp:gmock_main',
|
||||
'<(DEPTH)/testing/gmock.gyp:gmock_main',
|
||||
],
|
||||
'export_dependent_settings': [
|
||||
'../../../../../testing/gmock.gyp:gmock_main',
|
||||
'<(DEPTH)/testing/gmock.gyp:gmock_main',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
8
third_party/gtest/gtest.gyp
vendored
8
third_party/gtest/gtest.gyp
vendored
@ -233,20 +233,20 @@
|
||||
'target_name': 'gtest',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'../../../../../testing/gtest.gyp:gtest',
|
||||
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||
],
|
||||
'export_dependent_settings': [
|
||||
'../../../../../testing/gtest.gyp:gtest',
|
||||
'<(DEPTH)/testing/gtest.gyp:gtest',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'gtest_main',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'../../../../../testing/gtest.gyp:gtest_main',
|
||||
'<(DEPTH)/testing/gtest.gyp:gtest_main',
|
||||
],
|
||||
'export_dependent_settings': [
|
||||
'../../../../../testing/gtest.gyp:gtest_main',
|
||||
'<(DEPTH)/testing/gtest.gyp:gtest_main',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
4
third_party/mini_chromium/mini_chromium.gyp
vendored
4
third_party/mini_chromium/mini_chromium.gyp
vendored
@ -34,10 +34,10 @@
|
||||
],
|
||||
}, { # else: crashpad_in_chromium!=0
|
||||
'dependencies': [
|
||||
'../../../../../base/base.gyp:base',
|
||||
'<(DEPTH)/base/base.gyp:base',
|
||||
],
|
||||
'export_dependent_settings': [
|
||||
'../../../../../base/base.gyp:base',
|
||||
'<(DEPTH)/base/base.gyp:base',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user