Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1906)

Unified Diff: apps/apps.gypi

Issue 217533006: Introduce apps API target in //apps and move app.runtime API into it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android (app-runtime-move) Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698