summaryrefslogtreecommitdiffstats
path: root/.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-10-02 11:00:23 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-02 18:01:49 +0000
commit888b65f239fb3154c4adbe3fb3c42eae164f1031 (patch)
treec4fc26c8977fa2c267a250b3ea916da049ace166 /.gn
parentcf9bfae682be318ded2e692e41282a34586e5334 (diff)
downloadchromium_src-888b65f239fb3154c4adbe3fb3c42eae164f1031.zip
chromium_src-888b65f239fb3154c4adbe3fb3c42eae164f1031.tar.gz
chromium_src-888b65f239fb3154c4adbe3fb3c42eae164f1031.tar.bz2
Remove the GN *sdk targets
Nobody actually needs to remove these, so I merged them with the runtime library configs that don't need to be referenced by the BUILDCONFIG.gn file. This adds a posix BUILD.gn file. More stuff from the compiler config can go here in the future. For now, it just has the sysroot setup for Posix. Review URL: https://codereview.chromium.org/1367403002 Cr-Commit-Position: refs/heads/master@{#352077}
Diffstat (limited to '.gn')
-rw-r--r--.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gn b/.gn
index de2b38e..846d93b 100644
--- a/.gn
+++ b/.gn
@@ -116,7 +116,6 @@ check_targets = [
# discouraged except for gypi_to_gn calls.
exec_script_whitelist = [
"//ash/BUILD.gn",
- "//build/config/android/BUILD.gn",
"//build/config/android/config.gni",
"//build/config/android/internal_rules.gni",
"//build/config/android/rules.gni",
@@ -126,6 +125,7 @@ exec_script_whitelist = [
"//build/config/linux/BUILD.gn",
"//build/config/linux/pkg_config.gni",
"//build/config/mac/mac_sdk.gni",
+ "//build/config/posix/BUILD.gn",
"//build/config/win/BUILD.gn",
"//build/config/win/visual_studio_version.gni",
"//build/gn_helpers.py",