diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 19:07:34 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 19:07:34 +0000 |
commit | 3075a7fdc642d705bec27b857d284b5b12c6dff0 (patch) | |
tree | decd2068a70a330e44dae9b7a5f4e26f73ea33cc /base/base.gyp | |
parent | a3416f9ba02ce9ca1e52b033fafabeffab50dceb (diff) | |
download | chromium_src-3075a7fdc642d705bec27b857d284b5b12c6dff0.zip chromium_src-3075a7fdc642d705bec27b857d284b5b12c6dff0.tar.gz chromium_src-3075a7fdc642d705bec27b857d284b5b12c6dff0.tar.bz2 |
Move nsimage_cache into base so that it can be accessed from outside of chrome.
This is in support of the next round of rebundling.
TEST=does it still build, do the unit tests still pass, does it still work?
BUG=14610
Review URL: http://codereview.chromium.org/243100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 47818f5..bedc304 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -196,6 +196,8 @@ 'native_library_win.cc', 'non_thread_safe.cc', 'non_thread_safe.h', + 'nsimage_cache_mac.h', + 'nsimage_cache_mac.mm', 'nss_init.cc', 'nss_init.h', 'nullable_string16.h', |