Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index 6bb20a509b5b4449b300bbaa9846e474f4be1f99..37fcaca16fa1ae836bd6db4966781ba5a88ab389 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -229,8 +229,8 @@ |
'-D', '<(chrome_build)' |
], |
'conditions': [ |
- ['linux2==1', { |
- 'action': ['-D', 'linux2'], |
+ ['chromeos==1', { |
+ 'action': ['-D', 'chromeos'], |
}], |
], |
'message': 'Generating resources from <(input_path)', |
@@ -2077,7 +2077,7 @@ |
['exclude', '^browser/tab_contents/render_view_context_menu_gtk.h'], |
], |
}], |
- ['linux2==1',{ |
+ ['chromeos==1',{ |
'sources/': [ |
['include', 'browser/views/new_browser_window_widget.cc'], |
['include', 'browser/views/new_browser_window_widget.h'], |
@@ -2548,7 +2548,7 @@ |
}, |
], |
}], |
- ['OS=="linux" and (toolkit_views==1 or linux2==1)', { |
+ ['OS=="linux" and (toolkit_views==1 or chromeos==1)', { |
'dependencies': [ |
'../views/views.gyp:views', |
], |
@@ -3658,7 +3658,7 @@ |
'../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det_unittest_small.cc', |
], |
}], |
- ['OS=="linux" and (toolkit_views==1 or linux2==1)', { |
+ ['OS=="linux" and (toolkit_views==1 or chromeos==1)', { |
'dependencies': [ |
'../views/views.gyp:views', |
], |