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

Side by Side Diff: base/base.gyp

Issue 23514018: Add Reset to ScopedClosureRunner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android fix 2 Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 'android/jni_android_unittest.cc', 448 'android/jni_android_unittest.cc',
449 'android/jni_array_unittest.cc', 449 'android/jni_array_unittest.cc',
450 'android/jni_string_unittest.cc', 450 'android/jni_string_unittest.cc',
451 'android/path_utils_unittest.cc', 451 'android/path_utils_unittest.cc',
452 'android/scoped_java_ref_unittest.cc', 452 'android/scoped_java_ref_unittest.cc',
453 'async_socket_io_handler_unittest.cc', 453 'async_socket_io_handler_unittest.cc',
454 'at_exit_unittest.cc', 454 'at_exit_unittest.cc',
455 'atomicops_unittest.cc', 455 'atomicops_unittest.cc',
456 'barrier_closure_unittest.cc', 456 'barrier_closure_unittest.cc',
457 'base64_unittest.cc', 457 'base64_unittest.cc',
458 'bind_helpers_unittest.cc',
459 'bind_unittest.cc', 458 'bind_unittest.cc',
460 'bind_unittest.nc', 459 'bind_unittest.nc',
461 'bits_unittest.cc', 460 'bits_unittest.cc',
462 'build_time_unittest.cc', 461 'build_time_unittest.cc',
462 'callback_helpers_unittest.cc',
463 'callback_unittest.cc', 463 'callback_unittest.cc',
464 'callback_unittest.nc', 464 'callback_unittest.nc',
465 'cancelable_callback_unittest.cc', 465 'cancelable_callback_unittest.cc',
466 'command_line_unittest.cc', 466 'command_line_unittest.cc',
467 'containers/hash_tables_unittest.cc', 467 'containers/hash_tables_unittest.cc',
468 'containers/linked_list_unittest.cc', 468 'containers/linked_list_unittest.cc',
469 'containers/mru_cache_unittest.cc', 469 'containers/mru_cache_unittest.cc',
470 'containers/small_map_unittest.cc', 470 'containers/small_map_unittest.cc',
471 'containers/stack_container_unittest.cc', 471 'containers/stack_container_unittest.cc',
472 'cpu_unittest.cc', 472 'cpu_unittest.cc',
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 'base_unittests.isolate', 1321 'base_unittests.isolate',
1322 ], 1322 ],
1323 'sources': [ 1323 'sources': [
1324 'base_unittests.isolate', 1324 'base_unittests.isolate',
1325 ], 1325 ],
1326 }, 1326 },
1327 ], 1327 ],
1328 }], 1328 }],
1329 ], 1329 ],
1330 } 1330 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698