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

Unified Diff: extensions/extensions.gyp

Issue 486903002: Moving app_view to extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « extensions/common/switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 858b46e5cd6e9edd59f84c8243773c00f4e0bbd0..15fd3f2946198eb7808da6faa7dc2af114c6b156 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -470,6 +470,12 @@
'browser/guest_view/guest_view_manager.cc',
'browser/guest_view/guest_view_manager.h',
'browser/guest_view/guest_view.h',
+ 'browser/guest_view/app_view/app_view_constants.cc',
+ 'browser/guest_view/app_view/app_view_constants.h',
+ 'browser/guest_view/app_view/app_view_guest.cc',
+ 'browser/guest_view/app_view/app_view_guest.h',
+ 'browser/guest_view/app_view/app_view_guest_delegate.cc',
+ 'browser/guest_view/app_view/app_view_guest_delegate.h',
'browser/guest_view/web_view/web_view_permission_helper_delegate.cc',
'browser/guest_view/web_view/web_view_permission_helper_delegate.h',
'browser/image_loader.cc',
« no previous file with comments | « extensions/common/switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698