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

Unified Diff: cc/BUILD.gn

Issue 1256223003: Revert "Add precompiled headers to GN build for large targets." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « build/toolchain/win/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index c4cdb2d1dc8e2e0a0a70a34ccae6ae2bef261803..67daed5fab145bdd7d902cfb2e4c296225468c4d 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -509,8 +509,6 @@ component("cc") {
]
}
- configs += [ "//build/config:precompiled_headers" ]
-
public_deps = [
"//cc/base",
"//skia",
@@ -664,7 +662,6 @@ source_set("test_support") {
"test/test_web_graphics_context_3d.h",
]
- configs += [ "//build/config:precompiled_headers" ]
include_dirs = [
".",
"test",
@@ -848,7 +845,6 @@ test("cc_unittests") {
"test/run_all_unittests.cc",
]
- configs += [ "//build/config:precompiled_headers" ]
data = [
"test/data/",
]
« no previous file with comments | « build/toolchain/win/BUILD.gn ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698