Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2639)

Unified Diff: base/base.gyp

Issue 87016: Eliminate a circular dependency by making BGRAToRGBA() generic... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/clipboard_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 14068)
+++ base/base.gyp (working copy)
@@ -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',
@@ -393,6 +395,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',
« no previous file with comments | « no previous file | base/clipboard_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698