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

Unified Diff: cc/BUILD.gn

Issue 1258273004: Annotate large GN targets for precompiled headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable 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 67daed5fab145bdd7d902cfb2e4c296225468c4d..c4cdb2d1dc8e2e0a0a70a34ccae6ae2bef261803 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -509,6 +509,8 @@ component("cc") {
]
}
+ configs += [ "//build/config:precompiled_headers" ]
+
public_deps = [
"//cc/base",
"//skia",
@@ -662,6 +664,7 @@ source_set("test_support") {
"test/test_web_graphics_context_3d.h",
]
+ configs += [ "//build/config:precompiled_headers" ]
include_dirs = [
".",
"test",
@@ -845,6 +848,7 @@ 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