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

Unified Diff: extensions/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 | « content/test/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/BUILD.gn
diff --git a/extensions/BUILD.gn b/extensions/BUILD.gn
index d64840dcd588b19d402f022fe86849a28b136cba..fca8f94953b5be5119ebb8fb32a1140691ff3b38 100644
--- a/extensions/BUILD.gn
+++ b/extensions/BUILD.gn
@@ -148,6 +148,8 @@ test("extensions_unittests") {
"shell/browser/shell_display_info_provider.cc",
]
+ configs += [ "//build/config:precompiled_headers" ]
+
deps = [
":extensions_resources",
":shell_and_test_pak",
« no previous file with comments | « content/test/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698