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

Unified Diff: chrome/chrome.gyp

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 | « chrome/browser/views/dialog_stubs_gtk.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index da30ab194f249fc089220a9eaeb102b93cb3edbc..1a3d93120bd3f033b43689e86fbbbf1f5ddf19aa 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -162,7 +162,7 @@
'-E', '<(branded_env)',
],
'conditions': [
- ['chromeos==1 or toolkit_views==1', {
+ ['chromeos==1', {
'action': ['-D', 'chromeos'],
}],
['use_titlecase_in_grd_files==1', {
@@ -246,7 +246,7 @@
'build', '-o', '<(grit_out_dir)',
'-D', '<(chrome_build)'],
'conditions': [
- ['chromeos==1 or toolkit_views==1', {
+ ['chromeos==1', {
'action': ['-D', 'chromeos'],
}],
['use_titlecase_in_grd_files==1', {
@@ -303,7 +303,7 @@
'-D', '<(chrome_build)'
],
'conditions': [
- ['chromeos==1 or toolkit_views==1', {
+ ['chromeos==1', {
'action': ['-D', 'chromeos'],
}],
['use_titlecase_in_grd_files==1', {
« no previous file with comments | « chrome/browser/views/dialog_stubs_gtk.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698