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

Unified Diff: extensions/extensions.gyp

Issue 616253002: Extract NativeAppWindow from src/extensions Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: might fix athena. similarity=33 Created 6 years, 3 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/extension_messages.h ('k') | extensions/renderer/extension_helper.cc » ('j') | 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 59c24ca820f64d7da774b03f4470dd50f75ac2f9..6dedd55b3df8940ecd7dd3e7c7e6709f77b653fb 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -17,6 +17,7 @@
# http://crbug.com/162530
'../chrome/chrome_resources.gyp:chrome_resources',
'../components/components.gyp:crx_file',
+ '../components/components.gyp:native_app_window',
'../components/components.gyp:url_matcher',
'../content/content.gyp:content_common',
'../crypto/crypto.gyp:crypto',
@@ -56,8 +57,6 @@
'common/csp_validator.cc',
'common/csp_validator.h',
'common/dom_action_types.h',
- 'common/draggable_region.cc',
- 'common/draggable_region.h',
'common/error_utils.cc',
'common/error_utils.h',
'common/event_filter.cc',
@@ -529,8 +528,6 @@
'browser/app_window/app_window_client.cc',
'browser/app_window/app_window_client.h',
'browser/app_window/native_app_window.h',
- 'browser/app_window/size_constraints.cc',
- 'browser/app_window/size_constraints.h',
'browser/blacklist_state.h',
'browser/blob_holder.cc',
'browser/blob_holder.h',
« no previous file with comments | « extensions/common/extension_messages.h ('k') | extensions/renderer/extension_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698