| Index: apps/apps.gypi
|
| diff --git a/apps/apps.gypi b/apps/apps.gypi
|
| index 9a295bffbd5dafa74f2faa56acc97fdcafe3311c..3662fdf6b68100fd42f5a243532b942a82335746 100644
|
| --- a/apps/apps.gypi
|
| +++ b/apps/apps.gypi
|
| @@ -16,6 +16,7 @@
|
| 'dependencies': [
|
| 'browser_extensions',
|
| 'common/extensions/api/api.gyp:chrome_api',
|
| + '../apps/common/api/api.gyp:apps_api',
|
| '../skia/skia.gyp:skia',
|
| ],
|
| 'include_dirs': [
|
| @@ -47,6 +48,10 @@
|
| 'apps_client.h',
|
| 'browser_context_keyed_service_factories.cc',
|
| 'browser_context_keyed_service_factories.h',
|
| + 'browser/api/app_runtime/app_runtime_api.cc',
|
| + 'browser/api/app_runtime/app_runtime_api.h',
|
| + 'browser/file_handler_util.cc',
|
| + 'browser/file_handler_util.h',
|
| 'launcher.cc',
|
| 'launcher.h',
|
| 'metrics_names.h',
|
|
|