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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 1957683002: Address more TODO(GYP) in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@todo
Patch Set: iOS Created 4 years, 7 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 | « crypto/BUILD.gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 3ece896d5b1d88ae5190130c2cd272fcad8d4532..deec6645bb9774b3c8b45d7c6961ee3a1876d594 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -202,13 +202,6 @@ source_set("html") {
deps = [
":prerequisites",
]
-
- # TODO(GYP)
- # Shard this target into parts to work around linker limitations.
- # on link time code generation builds.
- #['OS=="win" and buildtype=="Official"', {
- # 'msvs_shard': 5,
- #}],
}
# GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_svg
@@ -221,13 +214,6 @@ source_set("svg") {
deps = [
":prerequisites",
]
-
- # TODO(GYP)
- # Shard this target into parts to work around linker limitations.
- # on link time code generation builds.
- #['OS=="win" and buildtype=="Official"', {
- # 'msvs_shard': 5,
- #}],
}
# GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_remaining
« no previous file with comments | « crypto/BUILD.gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698