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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2789253003: Add chrome/browser/apps/BUILD.gn and move Chrome-specific code there (Closed)
Patch Set: rebase Created 3 years, 8 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
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index d30d6b791547918905f8d952e2f89b5ecc324ff6..6ef51a2f783469b0857bac5a92b36b588c2428c7 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -15,18 +15,6 @@ static_library("extensions") {
sources = [
# TODO These references to files in //chrome/browser/ should either be
# moved to the browser target or the files moved to this directory.
- "../apps/app_launch_for_metro_restart_win.cc",
- "../apps/app_launch_for_metro_restart_win.h",
- "../apps/app_url_redirector.cc",
- "../apps/app_url_redirector.h",
- "../apps/app_window_registry_util.cc",
- "../apps/app_window_registry_util.h",
- "../apps/install_chrome_app.cc",
- "../apps/install_chrome_app.h",
- "../apps/shortcut_manager.cc",
- "../apps/shortcut_manager.h",
- "../apps/shortcut_manager_factory.cc",
- "../apps/shortcut_manager_factory.h",
"../ui/app_icon_loader.cc",
"../ui/app_icon_loader.h",
"../ui/toolbar/toolbar_actions_model.cc",
@@ -815,6 +803,7 @@ static_library("extensions") {
"//content/public/browser",
]
deps = [
+ "//apps",
"//chrome:extra_resources",
"//chrome:resources",
"//chrome:strings",

Powered by Google App Engine
This is Rietveld 408576698