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

Side by Side Diff: base/base.gyp

Issue 637303003: content: Add task queue manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments. 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 | « no previous file | base/base.gypi » ('j') | base/task/task_queue_manager.cc » ('J')
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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'supports_user_data_unittest.cc', 592 'supports_user_data_unittest.cc',
593 'sync_socket_unittest.cc', 593 'sync_socket_unittest.cc',
594 'synchronization/cancellation_flag_unittest.cc', 594 'synchronization/cancellation_flag_unittest.cc',
595 'synchronization/condition_variable_unittest.cc', 595 'synchronization/condition_variable_unittest.cc',
596 'synchronization/lock_unittest.cc', 596 'synchronization/lock_unittest.cc',
597 'synchronization/waitable_event_unittest.cc', 597 'synchronization/waitable_event_unittest.cc',
598 'synchronization/waitable_event_watcher_unittest.cc', 598 'synchronization/waitable_event_watcher_unittest.cc',
599 'sys_info_unittest.cc', 599 'sys_info_unittest.cc',
600 'system_monitor/system_monitor_unittest.cc', 600 'system_monitor/system_monitor_unittest.cc',
601 'task/cancelable_task_tracker_unittest.cc', 601 'task/cancelable_task_tracker_unittest.cc',
602 'task/task_queue_manager_unittest.cc',
602 'task_runner_util_unittest.cc', 603 'task_runner_util_unittest.cc',
603 'template_util_unittest.cc', 604 'template_util_unittest.cc',
604 'test/expectations/expectation_unittest.cc', 605 'test/expectations/expectation_unittest.cc',
605 'test/expectations/parser_unittest.cc', 606 'test/expectations/parser_unittest.cc',
606 'test/histogram_tester_unittest.cc', 607 'test/histogram_tester_unittest.cc',
607 'test/test_pending_task_unittest.cc', 608 'test/test_pending_task_unittest.cc',
608 'test/test_reg_util_win_unittest.cc', 609 'test/test_reg_util_win_unittest.cc',
609 'test/trace_event_analyzer_unittest.cc', 610 'test/trace_event_analyzer_unittest.cc',
610 'threading/non_thread_safe_unittest.cc', 611 'threading/non_thread_safe_unittest.cc',
611 'threading/platform_thread_unittest.cc', 612 'threading/platform_thread_unittest.cc',
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
1490 'dependencies': [ 1491 'dependencies': [
1491 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1492 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1492 ], 1493 ],
1493 }], 1494 }],
1494 ], 1495 ],
1495 }, 1496 },
1496 ], 1497 ],
1497 }], 1498 }],
1498 ], 1499 ],
1499 } 1500 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/task/task_queue_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698