 Chromium Code Reviews
 Chromium Code Reviews Issue 172032:
  First cut for a FreeBSD port - much still not working  (Closed) 
  Base URL: http://src.chromium.org/svn/trunk/src/
    
  
    Issue 172032:
  First cut for a FreeBSD port - much still not working  (Closed) 
  Base URL: http://src.chromium.org/svn/trunk/src/| Index: skia/ext/platform_device.h | 
| =================================================================== | 
| --- skia/ext/platform_device.h (revision 25593) | 
| +++ skia/ext/platform_device.h (working copy) | 
| @@ -12,7 +12,7 @@ | 
| #include "skia/ext/platform_device_win.h" | 
| #elif defined(__APPLE__) | 
| #include "skia/ext/platform_device_mac.h" | 
| -#elif defined(__linux__) | 
| +#elif defined(__linux__) || defined(__FreeBSD__) | 
| #include "skia/ext/platform_device_linux.h" | 
| #endif |