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

Side by Side Diff: base/base.gyp

Issue 1677163003: base: Create file mappings with reduced access control permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments, again. Created 4 years, 10 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'memory/memory_pressure_listener_unittest.cc', 451 'memory/memory_pressure_listener_unittest.cc',
452 'memory/memory_pressure_monitor_chromeos_unittest.cc', 452 'memory/memory_pressure_monitor_chromeos_unittest.cc',
453 'memory/memory_pressure_monitor_mac_unittest.cc', 453 'memory/memory_pressure_monitor_mac_unittest.cc',
454 'memory/memory_pressure_monitor_win_unittest.cc', 454 'memory/memory_pressure_monitor_win_unittest.cc',
455 'memory/ptr_util_unittest.cc', 455 'memory/ptr_util_unittest.cc',
456 'memory/ref_counted_memory_unittest.cc', 456 'memory/ref_counted_memory_unittest.cc',
457 'memory/ref_counted_unittest.cc', 457 'memory/ref_counted_unittest.cc',
458 'memory/scoped_ptr_unittest.cc', 458 'memory/scoped_ptr_unittest.cc',
459 'memory/scoped_ptr_unittest.nc', 459 'memory/scoped_ptr_unittest.nc',
460 'memory/scoped_vector_unittest.cc', 460 'memory/scoped_vector_unittest.cc',
461 'memory/shared_memory_mac_unittest.cc',
461 'memory/shared_memory_unittest.cc', 462 'memory/shared_memory_unittest.cc',
462 'memory/shared_memory_mac_unittest.cc', 463 'memory/shared_memory_win_unittest.cc',
463 'memory/singleton_unittest.cc', 464 'memory/singleton_unittest.cc',
464 'memory/weak_ptr_unittest.cc', 465 'memory/weak_ptr_unittest.cc',
465 'memory/weak_ptr_unittest.nc', 466 'memory/weak_ptr_unittest.nc',
466 'message_loop/message_loop_task_runner_unittest.cc', 467 'message_loop/message_loop_task_runner_unittest.cc',
467 'message_loop/message_loop_unittest.cc', 468 'message_loop/message_loop_unittest.cc',
468 'message_loop/message_pump_glib_unittest.cc', 469 'message_loop/message_pump_glib_unittest.cc',
469 'message_loop/message_pump_io_ios_unittest.cc', 470 'message_loop/message_pump_io_ios_unittest.cc',
470 'message_loop/message_pump_libevent_unittest.cc', 471 'message_loop/message_pump_libevent_unittest.cc',
471 'metrics/bucket_ranges_unittest.cc', 472 'metrics/bucket_ranges_unittest.cc',
472 'metrics/field_trial_unittest.cc', 473 'metrics/field_trial_unittest.cc',
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 '../build/isolate.gypi', 1639 '../build/isolate.gypi',
1639 ], 1640 ],
1640 'sources': [ 1641 'sources': [
1641 'base_unittests.isolate', 1642 'base_unittests.isolate',
1642 ], 1643 ],
1643 }, 1644 },
1644 ], 1645 ],
1645 }], 1646 }],
1646 ], 1647 ],
1647 } 1648 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698