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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 1367403002: Remove the GN *sdk targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/config/android/BUILD.gn » ('j') | build/config/mac/BUILD.gn » ('J')
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 234332b8547e95b0185e9bc4bcaaf1c1bfedcf63..451a68c942079713df9f502e58f1a98669c10883 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -361,7 +361,6 @@ if (is_win) {
_native_compiler_configs += [
"//build/config/win:lean_and_mean",
"//build/config/win:nominmax",
- "//build/config/win:sdk",
"//build/config/win:unicode",
"//build/config/win:winver",
]
@@ -377,16 +376,6 @@ if (is_posix) {
]
}
-if (is_linux) {
- _native_compiler_configs += [ "//build/config/linux:sdk" ]
-} else if (is_mac) {
- _native_compiler_configs += [ "//build/config/mac:sdk" ]
-} else if (is_ios) {
- _native_compiler_configs += [ "//build/config/ios:sdk" ]
-} else if (is_android) {
- _native_compiler_configs += [ "//build/config/android:sdk" ]
-}
-
if (is_clang && !is_nacl) {
_native_compiler_configs += [
"//build/config/clang:find_bad_constructs",
« no previous file with comments | « no previous file | build/config/android/BUILD.gn » ('j') | build/config/mac/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698