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

Unified Diff: content/shell/BUILD.gn

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix Created 4 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 | « content/public/test/android/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index b7e5f79a7059a6055fb835f09e65966ea7b08a47..8a6a5a288111ee842d86301a5cf994a48d3e130c 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -485,8 +485,6 @@ if (is_android) {
info_plist_target = ":content_shell_plist"
}
} else {
- # TODO(brettw) when GYP is no longer necessary, delete
- # content/shell/app/shell.exe.manifest. This file is not used in GN.
executable("content_shell") {
testonly = true
@@ -532,7 +530,6 @@ if (is_android) {
}
if (is_win) {
- # GYP version: content/content_shell_and_tests.gyp:content_shell_crash_service
executable("content_shell_crash_service") {
sources = [
"tools/content_shell_crash_service.cc",
« no previous file with comments | « content/public/test/android/BUILD.gn ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698