 Chromium Code Reviews
 Chromium Code Reviews Issue 10260033:
  Build fixes to get use_aura && !use_ash to build.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/
    
  
    Issue 10260033:
  Build fixes to get use_aura && !use_ash to build.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/| Index: chrome/chrome.gyp | 
| =================================================================== | 
| --- chrome/chrome.gyp (revision 134705) | 
| +++ chrome/chrome.gyp (working copy) | 
| @@ -864,6 +864,14 @@ | 
| '../net/net.gyp:net_unittests', | 
| '../ui/ui.gyp:ui_unittests', | 
| ], | 
| + 'conditions': [ | 
| + ['use_aura==1', { | 
| + 'dependencies!': [ | 
| + '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 
| + '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 
| + ], | 
| + }], | 
| + ], | 
| }, | 
| { | 
| 'target_name': 'chrome_version_resources', |