Index: base/base_unittests.scons |
=================================================================== |
--- base/base_unittests.scons (revision 5678) |
+++ base/base_unittests.scons (working copy) |
@@ -124,7 +124,6 @@ |
'gfx/native_theme_unittest.cc', |
'gfx/png_codec_unittest.cc', |
'gfx/rect_unittest.cc', |
- 'gfx/vector_canvas_unittest.cc', |
] |
if env['PLATFORM'] in ('posix', 'darwin'): |
@@ -139,7 +138,6 @@ |
'watchdog_unittest.cc', |
'gfx/native_theme_unittest.cc', |
- 'gfx/vector_canvas_unittest.cc', |
] |
for remove in to_be_ported_files: |
input_files.remove(remove) |