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

Side by Side Diff: base/base.gyp

Issue 1083883003: Move BindToCurrentLoop from media/base/ to base/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix media/base/callback_holder.h compile Created 5 years, 8 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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 'android/scoped_java_ref_unittest.cc', 460 'android/scoped_java_ref_unittest.cc',
461 'android/sys_utils_unittest.cc', 461 'android/sys_utils_unittest.cc',
462 'async_socket_io_handler_unittest.cc', 462 'async_socket_io_handler_unittest.cc',
463 'at_exit_unittest.cc', 463 'at_exit_unittest.cc',
464 'atomicops_unittest.cc', 464 'atomicops_unittest.cc',
465 'barrier_closure_unittest.cc', 465 'barrier_closure_unittest.cc',
466 'base64_unittest.cc', 466 'base64_unittest.cc',
467 'big_endian_unittest.cc', 467 'big_endian_unittest.cc',
468 'bind_unittest.cc', 468 'bind_unittest.cc',
469 'bind_unittest.nc', 469 'bind_unittest.nc',
470 'bind_to_current_loop_unittest.cc',
470 'bits_unittest.cc', 471 'bits_unittest.cc',
471 'build_time_unittest.cc', 472 'build_time_unittest.cc',
472 'callback_helpers_unittest.cc', 473 'callback_helpers_unittest.cc',
473 'callback_list_unittest.cc', 474 'callback_list_unittest.cc',
474 'callback_list_unittest.nc', 475 'callback_list_unittest.nc',
475 'callback_unittest.cc', 476 'callback_unittest.cc',
476 'callback_unittest.nc', 477 'callback_unittest.nc',
477 'cancelable_callback_unittest.cc', 478 'cancelable_callback_unittest.cc',
478 'chromeos/memory_pressure_monitor_chromeos_unittest.cc', 479 'chromeos/memory_pressure_monitor_chromeos_unittest.cc',
479 'command_line_unittest.cc', 480 'command_line_unittest.cc',
(...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1610 'dependencies': [ 1611 'dependencies': [
1611 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1612 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1612 ], 1613 ],
1613 }], 1614 }],
1614 ], 1615 ],
1615 }, 1616 },
1616 ], 1617 ],
1617 }], 1618 }],
1618 ], 1619 ],
1619 } 1620 }
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