| 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', {
|
|
|