diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 18:20:29 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-20 18:20:29 +0000 |
commit | 6658ca866d0e28950179a65179c1a4d6e8e3f8df (patch) | |
tree | 5e7c4767096a10bc71aa0bd4bf2228f1476a564e /chrome/chrome_common.gypi | |
parent | e45b40f5bfe4f20aece5a8fa25d9a4c6c89f22e1 (diff) | |
download | chromium_src-6658ca866d0e28950179a65179c1a4d6e8e3f8df.zip chromium_src-6658ca866d0e28950179a65179c1a4d6e8e3f8df.tar.gz chromium_src-6658ca866d0e28950179a65179c1a4d6e8e3f8df.tar.bz2 |
Moved ImportantFileWriter to chrome/common in preparation of moving JsonPrefStore to chrome/common.
BUG=None.
TEST=Unit-tests moved and modified.
Review URL: http://codereview.chromium.org/2128014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 3fa6fe1..d0da13e 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -201,6 +201,8 @@ 'common/gears_api.h', 'common/gpu_plugin.cc', 'common/gpu_plugin.h', + 'common/important_file_writer.cc', + 'common/important_file_writer.h', 'common/jstemplate_builder.cc', 'common/jstemplate_builder.h', 'common/libxml_utils.cc', |