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

Unified Diff: extensions/BUILD.gn

Issue 571643003: Remove app_shell chrome.shell API and ShellAppWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (remove-shell) rebase 2 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
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index 80f3f4437c713297ec05c138593b10433541f017..52d5749b07beea6de27fdf8daf60b4cdc70fbdc9 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -123,7 +123,6 @@ repack("shell_and_test_pak") {
"$root_gen_dir/content/shell/shell_resources.pak",
"$root_gen_dir/extensions/extensions_renderer_resources.pak",
"$root_gen_dir/extensions/extensions_resources.pak",
- "$root_gen_dir/extensions/shell/app_shell_resources.pak",
"$root_gen_dir/extensions/strings/extensions_strings_en-US.pak",
"$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
"$root_gen_dir/ui/strings/app_locale_settings_en-US.pak",
@@ -143,7 +142,6 @@ repack("shell_and_test_pak") {
"//content/browser/devtools:resources",
"//content/shell:resources",
"//content:resources",
- "//extensions/shell:resources",
"//extensions/strings",
"//ui/resources",
"//ui/strings",

Powered by Google App Engine
This is Rietveld 408576698