Move PropertyBag to base. Originally this was in chrome\common because only chrome used it. Now that chrome and content use it, and that we want to only expose interface through the content API, this belongs in base.

BUG=98716
Review URL: http://codereview.chromium.org/8652002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111266 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 45644f6cc27340a43cddec94054c0c90ef65b7c9
diff --git a/base/base.gyp b/base/base.gyp
index a45ac6d..cb0fb05 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -185,6 +185,7 @@
         'process_util_unittest_mac.h',
         'process_util_unittest_mac.mm',
         'profiler/tracked_time_unittest.cc',
+        'property_bag_unittest.cc',
         'rand_util_unittest.cc',
         'scoped_native_library_unittest.cc',
         'scoped_temp_dir_unittest.cc',