diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 02:33:47 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 02:33:47 +0000 |
commit | ee824bd55eb6c76059cf39d751db31896538f3cc (patch) | |
tree | 660bd207522e30029e5d019f6300c256ba8b63a8 /chrome/common | |
parent | 59f95419fd573c16980770abbd7208c11711371a (diff) | |
download | chromium_src-ee824bd55eb6c76059cf39d751db31896538f3cc.zip chromium_src-ee824bd55eb6c76059cf39d751db31896538f3cc.tar.gz chromium_src-ee824bd55eb6c76059cf39d751db31896538f3cc.tar.bz2 |
Add property bag to the build.
Review URL: http://codereview.chromium.org/13320
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6689 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/common.scons | 1 | ||||
-rw-r--r-- | chrome/common/common.vcproj | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons index e7096f0..0116edf 100644 --- a/chrome/common/common.scons +++ b/chrome/common/common.scons @@ -63,6 +63,7 @@ if env['PLATFORM'] in ('posix', 'win32'): 'pref_member.cc', 'pref_names.cc', 'pref_service.cc', + 'property_bag.cc', 'slide_animation.cc', 'sqlite_compiled_statement.cc', 'sqlite_utils.cc', diff --git a/chrome/common/common.vcproj b/chrome/common/common.vcproj index 51a267c..7293656 100644 --- a/chrome/common/common.vcproj +++ b/chrome/common/common.vcproj @@ -590,6 +590,14 @@ >
</File>
<File
+ RelativePath=".\property_bag.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\property_bag.h"
+ >
+ </File>
+ <File
RelativePath=".\ref_counted_util.h"
>
</File>
|