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

Unified Diff: build/config/linux/BUILD.gn

Issue 1581753002: Remove Chrome OS-related GN build configuration (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 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/linux/BUILD.gn
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
index 77447a6db71f2849f0ed9b407319f75578850a08..c54be93bcb4826f5c93ed2cbaf68982c3cccab20 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -21,12 +21,6 @@ config("sdk") {
],
"value") ]
}
-
- # Set here because OS_CHROMEOS cannot be autodetected in build_config.h like
- # OS_LINUX and the like.
- if (is_chromeos) {
- defines = [ "OS_CHROMEOS" ]
- }
}
config("x11") {

Powered by Google App Engine
This is Rietveld 408576698