Chromium Code Reviews| Index: chrome/chrome_browser.gypi |
| =================================================================== |
| --- chrome/chrome_browser.gypi (revision 74228) |
| +++ chrome/chrome_browser.gypi (working copy) |
| @@ -3931,11 +3931,11 @@ |
| '../google_update/google_update.gyp:google_update', |
| '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| - '../views/views.gyp:views', |
| + '../views/views.gyp:*', |
|
sadrul
2011/02/09 05:52:28
Out of curiosity, are the changes in this file int
|
| '../rlz/rlz.gyp:rlz_lib', |
| ], |
| 'export_dependent_settings': [ |
| - '../views/views.gyp:views', |
| + '../views/views.gyp:*', |
| ], |
| 'direct_dependent_settings': { |
| 'link_settings': { |
| @@ -3986,7 +3986,7 @@ |
| 'conditions': [ |
| ['OS=="linux" and toolkit_views==1',{ |
| 'dependencies': [ |
| - '../views/views.gyp:views', |
| + '../views/views.gyp:*', |
| ], |
| 'include_dirs': [ |
| '<(INTERMEDIATE_DIR)', |