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

Side by Side Diff: base/base.gypi

Issue 1966733002: Move base/thread_task_runner_handle.h to base/threading/thread_task_runner_handle.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update include of .cc to be direct Created 4 years, 7 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/thread_task_runner_handle.h » ('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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'template_util.h', 666 'template_util.h',
667 'third_party/dmg_fp/dmg_fp.h', 667 'third_party/dmg_fp/dmg_fp.h',
668 'third_party/dmg_fp/dtoa_wrapper.cc', 668 'third_party/dmg_fp/dtoa_wrapper.cc',
669 'third_party/dmg_fp/g_fmt.cc', 669 'third_party/dmg_fp/g_fmt.cc',
670 'third_party/icu/icu_utf.cc', 670 'third_party/icu/icu_utf.cc',
671 'third_party/icu/icu_utf.h', 671 'third_party/icu/icu_utf.h',
672 'third_party/nspr/prtime.cc', 672 'third_party/nspr/prtime.cc',
673 'third_party/nspr/prtime.h', 673 'third_party/nspr/prtime.h',
674 'third_party/superfasthash/superfasthash.c', 674 'third_party/superfasthash/superfasthash.c',
675 'third_party/xdg_mime/xdgmime.h', 675 'third_party/xdg_mime/xdgmime.h',
676 'thread_task_runner_handle.cc',
677 'thread_task_runner_handle.h', 676 'thread_task_runner_handle.h',
678 'threading/non_thread_safe.h', 677 'threading/non_thread_safe.h',
679 'threading/non_thread_safe_impl.cc', 678 'threading/non_thread_safe_impl.cc',
680 'threading/non_thread_safe_impl.h', 679 'threading/non_thread_safe_impl.h',
681 'threading/platform_thread.h', 680 'threading/platform_thread.h',
682 'threading/platform_thread_android.cc', 681 'threading/platform_thread_android.cc',
683 'threading/platform_thread_internal_posix.cc', 682 'threading/platform_thread_internal_posix.cc',
684 'threading/platform_thread_internal_posix.h', 683 'threading/platform_thread_internal_posix.h',
685 'threading/platform_thread_linux.cc', 684 'threading/platform_thread_linux.cc',
686 'threading/platform_thread_mac.mm', 685 'threading/platform_thread_mac.mm',
(...skipping 19 matching lines...) Expand all
706 'threading/thread_local.h', 705 'threading/thread_local.h',
707 'threading/thread_local_android.cc', 706 'threading/thread_local_android.cc',
708 'threading/thread_local_posix.cc', 707 'threading/thread_local_posix.cc',
709 'threading/thread_local_storage.cc', 708 'threading/thread_local_storage.cc',
710 'threading/thread_local_storage.h', 709 'threading/thread_local_storage.h',
711 'threading/thread_local_storage_posix.cc', 710 'threading/thread_local_storage_posix.cc',
712 'threading/thread_local_storage_win.cc', 711 'threading/thread_local_storage_win.cc',
713 'threading/thread_local_win.cc', 712 'threading/thread_local_win.cc',
714 'threading/thread_restrictions.cc', 713 'threading/thread_restrictions.cc',
715 'threading/thread_restrictions.h', 714 'threading/thread_restrictions.h',
715 'threading/thread_task_runner_handle.cc',
716 'threading/thread_task_runner_handle.h',
716 'threading/watchdog.cc', 717 'threading/watchdog.cc',
717 'threading/watchdog.h', 718 'threading/watchdog.h',
718 'threading/worker_pool.cc', 719 'threading/worker_pool.cc',
719 'threading/worker_pool.h', 720 'threading/worker_pool.h',
720 'threading/worker_pool_posix.cc', 721 'threading/worker_pool_posix.cc',
721 'threading/worker_pool_posix.h', 722 'threading/worker_pool_posix.h',
722 'threading/worker_pool_win.cc', 723 'threading/worker_pool_win.cc',
723 'time/clock.cc', 724 'time/clock.cc',
724 'time/clock.h', 725 'time/clock.h',
725 'time/default_clock.cc', 726 'time/default_clock.cc',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 'i18n/time_formatting.h', 1094 'i18n/time_formatting.h',
1094 'i18n/timezone.cc', 1095 'i18n/timezone.cc',
1095 'i18n/timezone.h', 1096 'i18n/timezone.h',
1096 'i18n/utf8_validator_tables.cc', 1097 'i18n/utf8_validator_tables.cc',
1097 'i18n/utf8_validator_tables.h', 1098 'i18n/utf8_validator_tables.h',
1098 ], 1099 ],
1099 }] 1100 }]
1100 ], 1101 ],
1101 }, 1102 },
1102 } 1103 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/thread_task_runner_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698