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

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

Issue 2152783002: Enable precompiled headers for Blink on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning up comments Created 4 years, 5 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/web/web.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/BUILD.gn
diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
index 0efc9fe270a09a142b3698406a9a7a3ba1ce5795..360116fb57a01fa52133fca8c733e4afb4c3f482 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -1,6 +1,6 @@
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
+# found in the LICENSE file.
assert(!is_ios)
@@ -50,6 +50,7 @@ component("wtf") {
sources = gypi_values.wtf_files
configs += [
+ "//third_party/WebKit/Source:blink_pch",
"//third_party/WebKit/Source:config",
"//third_party/WebKit/Source:non_test_config",
]
@@ -121,7 +122,10 @@ test("wtf_unittests") {
cflags = [ "/wd4068" ] # Unknown pragma.
}
- configs += [ "//third_party/WebKit/Source:config" ]
+ configs += [
+ "//third_party/WebKit/Source:blink_pch",
+ "//third_party/WebKit/Source:config",
+ ]
deps = [
":wtf",
« no previous file with comments | « third_party/WebKit/Source/web/web.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698