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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/file_util_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'thread_checker.cc', 256 'thread_checker.cc',
257 'thread_checker.h', 257 'thread_checker.h',
258 'thread_collision_warner.cc', 258 'thread_collision_warner.cc',
259 'thread_collision_warner.h', 259 'thread_collision_warner.h',
260 'thread_local.h', 260 'thread_local.h',
261 'thread_local_posix.cc', 261 'thread_local_posix.cc',
262 'thread_local_storage.h', 262 'thread_local_storage.h',
263 'thread_local_storage_posix.cc', 263 'thread_local_storage_posix.cc',
264 'thread_local_storage_win.cc', 264 'thread_local_storage_win.cc',
265 'thread_local_win.cc', 265 'thread_local_win.cc',
266 'thread_restrictions.h',
267 'thread_restrictions.cc',
266 'time.cc', 268 'time.cc',
267 'time.h', 269 'time.h',
268 'time_win.cc', 270 'time_win.cc',
269 'timer.cc', 271 'timer.cc',
270 'timer.h', 272 'timer.h',
271 'tracked.cc', 273 'tracked.cc',
272 'tracked.h', 274 'tracked.h',
273 'tracked_objects.cc', 275 'tracked_objects.cc',
274 'tracked_objects.h', 276 'tracked_objects.h',
275 'tuple.h', 277 'tuple.h',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 'setproctitle_linux.c', 471 'setproctitle_linux.c',
470 'setproctitle_linux.h', 472 'setproctitle_linux.h',
471 'sha2.cc', 473 'sha2.cc',
472 'sha2.h', 474 'sha2.h',
473 'sha2_openssl.cc', 475 'sha2_openssl.cc',
474 'string16.cc', 476 'string16.cc',
475 'string16.h', 477 'string16.h',
476 'sync_socket.h', 478 'sync_socket.h',
477 'sync_socket_win.cc', 479 'sync_socket_win.cc',
478 'sync_socket_posix.cc', 480 'sync_socket_posix.cc',
479 'thread_restrictions.h',
480 'thread_restrictions.cc',
481 'time_mac.cc', 481 'time_mac.cc',
482 'time_posix.cc', 482 'time_posix.cc',
483 'version.cc', 483 'version.cc',
484 'version.h', 484 'version.h',
485 ], 485 ],
486 'conditions': [ 486 'conditions': [
487 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solar is"', { 487 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd" or OS == "solar is"', {
488 'conditions': [ 488 'conditions': [
489 [ 'chromeos==1', { 489 [ 'chromeos==1', {
490 'sources/': [ ['include', '_chromeos\\.cc$'] ] 490 'sources/': [ ['include', '_chromeos\\.cc$'] ]
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 'third_party/xdg_mime/xdgmimemagic.c', 801 'third_party/xdg_mime/xdgmimemagic.c',
802 'third_party/xdg_mime/xdgmimemagic.h', 802 'third_party/xdg_mime/xdgmimemagic.h',
803 'third_party/xdg_mime/xdgmimeparent.c', 803 'third_party/xdg_mime/xdgmimeparent.c',
804 'third_party/xdg_mime/xdgmimeparent.h', 804 'third_party/xdg_mime/xdgmimeparent.h',
805 ], 805 ],
806 }, 806 },
807 ], 807 ],
808 }], 808 }],
809 ], 809 ],
810 } 810 }
OLDNEW
« 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