crash-reporter: Update gyp files to use libchromeos from src/platform2
libchromeos was moved from src/platform to src/platform2. This CL updates the gyp files to use the new location. BUG=chromium:370258 TEST=FEATURES=test emerge-amd64-generic platform2 TEST=trybot run on daisy, link, mario and duck CQ-DEPEND=CL:202334 Change-Id: I8536a08aee17073be8544b7e60b205aafb2e0828 Reviewed-on: https://chromium-review.googlesource.com/202337 Reviewed-by: Prathmesh Prabhu <pprabhu@chromium.org> Tested-by: Bertrand Simonnet <bsimonnet@chromium.org> Commit-Queue: Bertrand Simonnet <bsimonnet@chromium.org>
This commit is contained in:
parent
6f970ed8fc
commit
cb373dd610
1 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@
|
|||
},
|
||||
},
|
||||
'dependencies': [
|
||||
'../libchromeos/libchromeos-<(libbase_ver).gyp:libchromeos-<(libbase_ver)',
|
||||
'../../platform2/libchromeos/libchromeos-<(libbase_ver).gyp:libchromeos-<(libbase_ver)',
|
||||
],
|
||||
'sources': [
|
||||
'chrome_collector.cc',
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
},
|
||||
'dependencies': [
|
||||
'libcrash',
|
||||
'../libchromeos/libchromeos-<(libbase_ver).gyp:libchromeos-<(libbase_ver)',
|
||||
'../../platform2/libchromeos/libchromeos-<(libbase_ver).gyp:libchromeos-<(libbase_ver)',
|
||||
'../metrics/libmetrics-<(libbase_ver).gyp:libmetrics-<(libbase_ver)',
|
||||
],
|
||||
'sources': [
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
],
|
||||
},
|
||||
'dependencies': [
|
||||
'../libchromeos/libchromeos-<(libbase_ver).gyp:libchromeos-<(libbase_ver)',
|
||||
'../../platform2/libchromeos/libchromeos-<(libbase_ver).gyp:libchromeos-<(libbase_ver)',
|
||||
],
|
||||
'sources': [
|
||||
'list_proxies.cc',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue