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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 2105513002: Use split_static_library in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split_list
Patch Set: merge Created 4 years, 6 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 | « no previous file | build/split_static_library.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index 554249f24ead16ccc46db8667a06af647e69f0b0..79197d7d0c72dbea893a476d24e3a53739cda08f 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -602,6 +602,12 @@ if (!is_component_build) {
}
}
+# TODO(brettw) move to //build/split_static_library.gni when set_defaults can
+# be practically implemented outside of this file.
+set_defaults("split_static_library") {
+ configs = _native_compiler_configs
+}
+
# Test defaults.
set_defaults("test") {
if (is_android) {
« no previous file with comments | « no previous file | build/split_static_library.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698