summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-21 17:20:10 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-21 17:20:10 +0000
commit75ae542de5a321e53449c8d5da34ffd519680db5 (patch)
tree9bea9a95fdbf0c8c746e31d90c291c564985c0a2 /base/base.gyp
parent08f75ed78a7f1823b850aa8cc0c90d4f760fc6ca (diff)
downloadchromium_src-75ae542de5a321e53449c8d5da34ffd519680db5.zip
chromium_src-75ae542de5a321e53449c8d5da34ffd519680db5.tar.gz
chromium_src-75ae542de5a321e53449c8d5da34ffd519680db5.tar.bz2
Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in guchar from gtk.h) and moving it from base/gfx to base.
Review URL: http://codereview.chromium.org/87016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 3180c70..977b9d8 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -136,6 +136,8 @@
'lazy_instance.cc',
'lazy_instance.h',
'linked_ptr.h',
+ 'linux_util.cc',
+ 'linux_util.h',
'lock.cc',
'lock.h',
'lock_impl.h',
@@ -397,6 +399,7 @@
'directory_watcher_inotify.cc',
'hmac_nss.cc',
'idle_timer_none.cc',
+ 'linux_util.cc',
'message_pump_glib.cc',
'nss_init.cc',
'nss_init.h',