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

Unified Diff: base/base.gypi

Issue 487003: remove chromeos dependency from linux_view (Closed)
Patch Set: " Created 11 years 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/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 0c076d4f419022536a86b94e3e060f89a644f0d5..3d30c8907ecf1f884cddb255733a531d5bbb593c 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -362,7 +362,7 @@
'conditions': [
[ 'OS == "linux" or OS == "freebsd"', {
'conditions': [
- [ 'chromeos==1 or toolkit_views==1', {
+ [ 'chromeos==1', {
'sources/': [ ['include', '_chromeos\\.cc$'] ]
},
],
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698