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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 155653002: Add Linux SDK to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | no next file » | 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 671bdee933bf81dc6af0b6106a7dd3d7a3df36b7..264a3ea6d959c76bb917552f3e7580bb9dcc8e5d 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -336,6 +336,8 @@ native_compiler_configs = [
]
if (is_win) {
native_compiler_configs += [ "//build/config/win:sdk", ]
+} else 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) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698