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

Unified Diff: apps/BUILD.gn

Issue 494033002: Move AppWindow to extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded include in chrome_shell_delegate.cc 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 | « no previous file | apps/app_lifetime_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/BUILD.gn
diff --git a/apps/BUILD.gn b/apps/BUILD.gn
index 5cc0849e72bfc3fb7c4c6b4c190689917b7f1a6e..acbfe8897ae9053e8ce3a68dc81f8097bed22b57 100644
--- a/apps/BUILD.gn
+++ b/apps/BUILD.gn
@@ -19,12 +19,8 @@ static_library("apps") {
"app_restore_service.h",
"app_restore_service_factory.cc",
"app_restore_service_factory.h",
- "app_window.cc",
- "app_window.h",
"app_window_contents.cc",
"app_window_contents.h",
- "app_window_registry.cc",
- "app_window_registry.h",
"browser_context_keyed_service_factories.cc",
"browser_context_keyed_service_factories.h",
"custom_launcher_page_contents.cc",
@@ -38,8 +34,6 @@ static_library("apps") {
"saved_files_service_factory.h",
"switches.cc",
"switches.h",
- "ui/apps_client.cc",
- "ui/apps_client.h",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
« no previous file with comments | « no previous file | apps/app_lifetime_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698