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

Unified Diff: base/base.gypi

Issue 4222005: Turn on file access checks on Win. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Second try Created 10 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/file_util_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
===================================================================
--- base/base.gypi (revision 64981)
+++ base/base.gypi (working copy)
@@ -263,6 +263,8 @@
'thread_local_storage_posix.cc',
'thread_local_storage_win.cc',
'thread_local_win.cc',
+ 'thread_restrictions.h',
+ 'thread_restrictions.cc',
'time.cc',
'time.h',
'time_win.cc',
@@ -476,8 +478,6 @@
'sync_socket.h',
'sync_socket_win.cc',
'sync_socket_posix.cc',
- 'thread_restrictions.h',
- 'thread_restrictions.cc',
'time_mac.cc',
'time_posix.cc',
'version.cc',
« no previous file with comments | « no previous file | base/file_util_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698