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:
Marc-Antoine Courteau 2015-10-30 11:37:15 -04:00 committed by Mark Mentovai
parent cd0e25f1ba
commit 7858145558
3 changed files with 10 additions and 10 deletions

View File

@ -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',
],
},
],

View File

@ -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',
],
},
],

View File

@ -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',
],
}],
],