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

Side by Side Diff: base/base.gyp

Issue 605243003: Add base::Reversed() as an adapter for range-based for loops in reverse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to brettw feedback Created 6 years, 2 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
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('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) 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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'bind_unittest.nc', 440 'bind_unittest.nc',
441 'bits_unittest.cc', 441 'bits_unittest.cc',
442 'build_time_unittest.cc', 442 'build_time_unittest.cc',
443 'callback_helpers_unittest.cc', 443 'callback_helpers_unittest.cc',
444 'callback_list_unittest.cc', 444 'callback_list_unittest.cc',
445 'callback_list_unittest.nc', 445 'callback_list_unittest.nc',
446 'callback_unittest.cc', 446 'callback_unittest.cc',
447 'callback_unittest.nc', 447 'callback_unittest.nc',
448 'cancelable_callback_unittest.cc', 448 'cancelable_callback_unittest.cc',
449 'command_line_unittest.cc', 449 'command_line_unittest.cc',
450 'containers/adapters_unittest.cc',
450 'containers/hash_tables_unittest.cc', 451 'containers/hash_tables_unittest.cc',
451 'containers/linked_list_unittest.cc', 452 'containers/linked_list_unittest.cc',
452 'containers/mru_cache_unittest.cc', 453 'containers/mru_cache_unittest.cc',
453 'containers/small_map_unittest.cc', 454 'containers/small_map_unittest.cc',
454 'containers/stack_container_unittest.cc', 455 'containers/stack_container_unittest.cc',
455 'cpu_unittest.cc', 456 'cpu_unittest.cc',
456 'debug/crash_logging_unittest.cc', 457 'debug/crash_logging_unittest.cc',
457 'debug/leak_tracker_unittest.cc', 458 'debug/leak_tracker_unittest.cc',
458 'debug/proc_maps_linux_unittest.cc', 459 'debug/proc_maps_linux_unittest.cc',
459 'debug/stack_trace_unittest.cc', 460 'debug/stack_trace_unittest.cc',
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after
1487 'dependencies': [ 1488 'dependencies': [
1488 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1489 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1489 ], 1490 ],
1490 }], 1491 }],
1491 ], 1492 ],
1492 }, 1493 },
1493 ], 1494 ],
1494 }], 1495 }],
1495 ], 1496 ],
1496 } 1497 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698