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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2001323002: Fix some TODO(GYP) in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « third_party/WebKit/Source/config.gni ('k') | third_party/cacheinvalidation/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index d3d245248ea24595ba52f922a811d9ba8a637276..bc8ecd3d1ece267751d078e6cc24ef9bca845329 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -75,15 +75,6 @@ group("all_blink") {
"//third_party/WebKit/Source/web:webkit_unit_tests",
"//third_party/WebKit/Source/wtf:wtf_unittests",
]
-
- if (is_mac) {
- # TODO(GYP): Re-enable this as soon as we can link Blink binaries on mac.
- public_deps -= [
- "//third_party/WebKit/Source/platform:blink_heap_unittests",
- "//third_party/WebKit/Source/platform:blink_platform_unittests",
- "//third_party/WebKit/Source/web:webkit_unit_tests",
- ]
- }
}
config("blink_headers_config") {
« no previous file with comments | « third_party/WebKit/Source/config.gni ('k') | third_party/cacheinvalidation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698