From cb373dd610e32343630372ce0eafa447f82689ef Mon Sep 17 00:00:00 2001 From: Bertrand SIMONNET Date: Mon, 2 Jun 2014 14:12:02 -0700 Subject: [PATCH] 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 Tested-by: Bertrand Simonnet Commit-Queue: Bertrand Simonnet --- crash_reporter/crash-reporter.gyp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crash_reporter/crash-reporter.gyp b/crash_reporter/crash-reporter.gyp index fcb3d59df..e1e728ea9 100644 --- a/crash_reporter/crash-reporter.gyp +++ b/crash_reporter/crash-reporter.gyp @@ -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',