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

Unified Diff: extensions/browser/BUILD.gn

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/DEPS ('k') | extensions/browser/app_window/app_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 6bf06fb376d152fb6e1c32903a008d38ae3cf383..954ba9b2c9f381565b90b954a30aaf3efa7d0d47 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -126,6 +126,11 @@ source_set("browser") {
"api/usb/usb_device_resource.h",
"api_activity_monitor.h",
"app_sorting.h",
+ "app_window/app_delegate.h",
+ "app_window/app_web_contents_helper.cc",
+ "app_window/app_web_contents_helper.h",
+ "app_window/app_window_geometry_cache.cc",
+ "app_window/app_window_geometry_cache.h",
"app_window/native_app_window.h",
"app_window/size_constraints.cc",
"app_window/size_constraints.h",
« no previous file with comments | « extensions/DEPS ('k') | extensions/browser/app_window/app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698