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

Unified Diff: build/config/BUILD.gn

Issue 2022983003: Roll base to 5e00da80f6adb7082d1c0e88d3274cf87cc43bc5 and tonic to f7acabb8fa6c91124486a41194eac3cd… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 0eff7b183acdb77a51e6e322889cfbf97833c9c1..810f3a7a35856835e24eb1345b71329b552ba0be 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -135,6 +135,12 @@ config("release") {
}
}
+# TODO(vtl): Chromium supports precompiled headers (on a per-target basis), but
+# we don't. Stuff from //base depends on this. Add stuff here if we ever want
+# precompiled headers.
+config("precompiled_headers") {
+}
+
# Default libraries ------------------------------------------------------------
# This config defines the default libraries applied to all targets.
« no previous file with comments | « apps/benchmark/run_args.cc ('k') | examples/device_name/java/src/org/chromium/mojo/examples/DeviceName.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698