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

Unified Diff: base/base.gypi

Issue 11293210: Move global_descriptors to base/posix. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/global_descriptors_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 351765361a9f8113bc846833f6f6d162b0a9ddc8..ddf5f3e0cd7685422172730d5ee6a17f91eae3f5 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -152,8 +152,6 @@
'files/important_file_writer.cc',
'float_util.h',
'format_macros.h',
- 'global_descriptors_posix.cc',
- 'global_descriptors_posix.h',
'gtest_prod_util.h',
'guid.cc',
'guid.h',
@@ -308,6 +306,8 @@
'platform_file_posix.cc',
'platform_file_win.cc',
'port.h',
+ 'posix/global_descriptors.cc',
+ 'posix/global_descriptors.h',
'posix/unix_domain_socket.cc',
'posix/unix_domain_socket.h',
'process.h',
« no previous file with comments | « no previous file | base/global_descriptors_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698