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

Side by Side Diff: base/base.gypi

Issue 1974023002: Remove base/thread_task_runner_handle.h dummy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm duplicate 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.h',
677 'threading/non_thread_safe.h', 676 'threading/non_thread_safe.h',
678 'threading/non_thread_safe_impl.cc', 677 'threading/non_thread_safe_impl.cc',
679 'threading/non_thread_safe_impl.h', 678 'threading/non_thread_safe_impl.h',
680 'threading/platform_thread.h', 679 'threading/platform_thread.h',
681 'threading/platform_thread_android.cc', 680 'threading/platform_thread_android.cc',
682 'threading/platform_thread_internal_posix.cc', 681 'threading/platform_thread_internal_posix.cc',
683 'threading/platform_thread_internal_posix.h', 682 'threading/platform_thread_internal_posix.h',
684 'threading/platform_thread_linux.cc', 683 'threading/platform_thread_linux.cc',
685 'threading/platform_thread_mac.mm', 684 'threading/platform_thread_mac.mm',
686 'threading/platform_thread_posix.cc', 685 'threading/platform_thread_posix.cc',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 'i18n/time_formatting.h', 1093 'i18n/time_formatting.h',
1095 'i18n/timezone.cc', 1094 'i18n/timezone.cc',
1096 'i18n/timezone.h', 1095 'i18n/timezone.h',
1097 'i18n/utf8_validator_tables.cc', 1096 'i18n/utf8_validator_tables.cc',
1098 'i18n/utf8_validator_tables.h', 1097 'i18n/utf8_validator_tables.h',
1099 ], 1098 ],
1100 }] 1099 }]
1101 ], 1100 ],
1102 }, 1101 },
1103 } 1102 }
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