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

Unified Diff: chrome/browser/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 | « cc/BUILD.gn ('k') | chrome/browser/devtools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 1343cb6a65b6a990ffd74814c2827263092a1c9a..7ddc93807aa8bc739db9f51e715957a162124416 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -60,7 +60,6 @@ if (is_desktop_linux) {
source_set("browser") {
configs += [
"//build/config/compiler:wexit_time_destructors",
- "//build/config:precompiled_headers",
"//third_party/WebKit/public:debug_devtools",
]
defines = []
@@ -1036,8 +1035,6 @@ source_set("test_support") {
"ui/webui/signin/login_ui_test_utils.h",
]
- configs += [ "//build/config:precompiled_headers" ]
-
public_deps = [
":browser",
"//chrome/browser/ui:test_support",
« no previous file with comments | « cc/BUILD.gn ('k') | chrome/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698