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

Unified Diff: Source/platform/BUILD.gn

Issue 318503002: GN: Make wtf_unittests build on mac/clang (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: depend on //base/allocator unconditionally, rely on allocator type switch Created 6 years, 6 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 | « Source/BUILD.gn ('k') | Source/wtf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/BUILD.gn
diff --git a/Source/platform/BUILD.gn b/Source/platform/BUILD.gn
index e38421979651e3dfce46c907900133a4f766b346..180f26d108993c90427f3aae19e309d3126ef773 100644
--- a/Source/platform/BUILD.gn
+++ b/Source/platform/BUILD.gn
@@ -36,6 +36,7 @@ component("blink_common") {
configs += [
"//build/config/compiler:wexit_time_destructors",
"//third_party/WebKit/Source:config",
+ "//third_party/WebKit/Source:non_test_config",
]
deps = [
@@ -169,6 +170,7 @@ component("platform") {
configs += [
":v8_stub_config",
"//third_party/WebKit/Source:config",
+ "//third_party/WebKit/Source:non_test_config",
]
defines = [
@@ -269,12 +271,6 @@ component("platform") {
]
}
- if (!(is_linux || is_android)) {
- sources -= [
- "fonts/linux/FontPlatformDataLinuxHarfBuzz.cpp",
- ]
- }
-
if (is_win) {
sources -= [
# Uses LocaleWin instead.
« no previous file with comments | « Source/BUILD.gn ('k') | Source/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698