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

Unified Diff: build/temp_gyp/googleurl.gyp

Issue 6965007: Define os_posix in gyp files to get new Unix platforms added quickly (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: changed os_nix to os_posix Created 9 years, 7 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/temp_gyp/googleurl.gyp
diff --git a/build/temp_gyp/googleurl.gyp b/build/temp_gyp/googleurl.gyp
index 8e87a70ac5725c6ba5c45e7558be1272b0e1be5e..aa672da5ce5c1b715e55ae2281dabd59fbd16973 100644
--- a/build/temp_gyp/googleurl.gyp
+++ b/build/temp_gyp/googleurl.gyp
@@ -86,7 +86,7 @@
'../../base/test/run_all_unittests.cc',
],
'conditions': [
- ['OS=="linux" or OS=="freebsd"', {
+ ['os_posix==1', {
'conditions': [
['linux_use_tcmalloc==1', {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698