common-mk: Add dependency on libchromeos-242728.
BUG=chromium:331128
TEST=built it
CQ-DEPEND=Ib6c567d9f92b5e24cba04d9c1bd57517ee0ee0d8
CQ-DEPEND=Ie6a27189b2880dbf2f7a172ded68aadbf75ab641
Change-Id: I6137e995c5642076d57f8b1cf8f3e587d2ee9c26
Reviewed-on: https://chromium-review.googlesource.com/181978
Reviewed-by: Mike Frysinger <[email protected]>
Reviewed-by: Liam McLoughlin <[email protected]>
Tested-by: Daniel Erat <[email protected]>
Commit-Queue: Daniel Erat <[email protected]>
diff --git a/platform.gyp b/platform.gyp
index 5803931..40cb74c 100644
--- a/platform.gyp
+++ b/platform.gyp
@@ -4,7 +4,8 @@
'target_name': 'All',
'type': 'none',
'dependencies': [
- '<(DEPTH)/libchromeos/libchromeos-<(libbase_ver).gyp:*',
+ '<(DEPTH)/libchromeos/libchromeos-180609.gyp:*',
+ '<(DEPTH)/libchromeos/libchromeos-242728.gyp:*',
'<(DEPTH)/metrics/metrics.gyp:*',
'<(DEPTH)/power_manager/power_manager.gyp:*',
'<(DEPTH)/system_api/system_api.gyp:*',