summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index 73a288f..608b919 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //apps
'target_name': 'apps',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -15,6 +16,7 @@
# browser, then we can clean up these dependencies.
'dependencies': [
'browser_extensions',
+ 'chrome_resources.gyp:theme_resources',
'common/extensions/api/api.gyp:chrome_api',
'../skia/skia.gyp:skia',
],
@@ -23,6 +25,7 @@
'<(grit_out_dir)',
],
'sources': [
+ # Note: file list duplicated in GN build.
'app_lifetime_monitor.cc',
'app_lifetime_monitor.h',
'app_lifetime_monitor_factory.cc',