summaryrefslogtreecommitdiffstats
path: root/base/build
diff options
context:
space:
mode:
Diffstat (limited to 'base/build')
-rw-r--r--base/build/base_gfx.vcproj24
-rw-r--r--base/build/base_unittests.vcproj8
2 files changed, 32 insertions, 0 deletions
diff --git a/base/build/base_gfx.vcproj b/base/build/base_gfx.vcproj
index 70875a9..ef4b5de 100644
--- a/base/build/base_gfx.vcproj
+++ b/base/build/base_gfx.vcproj
@@ -122,6 +122,14 @@
</References>
<Files>
<File
+ RelativePath="..\gfx\convolver.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\gfx\convolver.h"
+ >
+ </File>
+ <File
RelativePath="..\gfx\gdi_util.cc"
>
</File>
@@ -130,6 +138,14 @@
>
</File>
<File
+ RelativePath="..\gfx\image_operations.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\gfx\image_operations.h"
+ >
+ </File>
+ <File
RelativePath="..\gfx\native_theme.cc"
>
</File>
@@ -177,6 +193,14 @@
RelativePath="..\gfx\size.h"
>
</File>
+ <File
+ RelativePath="..\gfx\skia_utils.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\gfx\skia_utils.h"
+ >
+ </File>
</Files>
<Globals>
</Globals>
diff --git a/base/build/base_unittests.vcproj b/base/build/base_unittests.vcproj
index e822992..3c75166 100644
--- a/base/build/base_unittests.vcproj
+++ b/base/build/base_unittests.vcproj
@@ -396,6 +396,14 @@
Name="gfx_tests"
>
<File
+ RelativePath="..\gfx\convolver_unittest.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\gfx\image_operations_unittest.cc"
+ >
+ </File>
+ <File
RelativePath="..\gfx\png_codec_unittest.cc"
>
</File>