summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/apps.gypi2
-rw-r--r--content/content_browser.gypi1
2 files changed, 3 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 521bb5a..bead5d8 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -162,11 +162,13 @@
'dependencies': [
'app_shell_pak',
'apps',
+ 'common/extensions/api/api.gyp:chrome_api',
'test_support_common',
'../base/base.gyp:base',
'../base/base.gyp:base_prefs_test_support',
'../content/content.gyp:content',
'../content/content_shell_and_tests.gyp:content_shell_lib',
+ '../extensions/common/api/api.gyp:extensions_api',
'../skia/skia.gyp:skia',
'../ui/views/views.gyp:views',
'../ui/wm/wm.gyp:wm_test_support',
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index a7f067a..ee32b7d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1643,6 +1643,7 @@
['chromeos==1', {
'dependencies': [
'../build/linux/system.gyp:dbus',
+ '../chromeos/chromeos.gyp:power_manager_proto',
],
'sources!': [
'browser/geolocation/wifi_data_provider_linux.cc',