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

Unified Diff: extensions/extensions.gyp

Issue 486153002: Move AppWindow related classes to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/browser/app_window/app_window_geometry_cache_unittest.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 83f680f4cd7461361d5619c164cf292a4872dc11..3481eebd01554d84b8d95059b87bc8ee045f3210 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -376,6 +376,11 @@
'browser/api/usb_private/usb_private_api.h',
'browser/api_activity_monitor.h',
'browser/app_sorting.h',
+ 'browser/app_window/app_delegate.h',
+ 'browser/app_window/app_web_contents_helper.cc',
+ 'browser/app_window/app_web_contents_helper.h',
+ 'browser/app_window/app_window_geometry_cache.cc',
+ 'browser/app_window/app_window_geometry_cache.h',
'browser/app_window/native_app_window.h',
'browser/app_window/size_constraints.cc',
'browser/app_window/size_constraints.h',
« no previous file with comments | « extensions/browser/app_window/app_window_geometry_cache_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698