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

Side by Side Diff: base/base.gypi

Issue 2146223002: Refactor WorkerPoolCreationArgs to a Read-Only WorkerPoolParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'task_scheduler/task.cc', 663 'task_scheduler/task.cc',
664 'task_scheduler/task.h', 664 'task_scheduler/task.h',
665 'task_scheduler/task_scheduler.cc', 665 'task_scheduler/task_scheduler.cc',
666 'task_scheduler/task_scheduler.h', 666 'task_scheduler/task_scheduler.h',
667 'task_scheduler/task_scheduler_impl.cc', 667 'task_scheduler/task_scheduler_impl.cc',
668 'task_scheduler/task_scheduler_impl.h', 668 'task_scheduler/task_scheduler_impl.h',
669 'task_scheduler/task_tracker.cc', 669 'task_scheduler/task_tracker.cc',
670 'task_scheduler/task_tracker.h', 670 'task_scheduler/task_tracker.h',
671 'task_scheduler/task_traits.cc', 671 'task_scheduler/task_traits.cc',
672 'task_scheduler/task_traits.h', 672 'task_scheduler/task_traits.h',
673 'task_scheduler/worker_pool_params.cc',
674 'task_scheduler/worker_pool_params.h',
673 'template_util.h', 675 'template_util.h',
674 'third_party/dmg_fp/dmg_fp.h', 676 'third_party/dmg_fp/dmg_fp.h',
675 'third_party/dmg_fp/dtoa_wrapper.cc', 677 'third_party/dmg_fp/dtoa_wrapper.cc',
676 'third_party/dmg_fp/g_fmt.cc', 678 'third_party/dmg_fp/g_fmt.cc',
677 'third_party/icu/icu_utf.cc', 679 'third_party/icu/icu_utf.cc',
678 'third_party/icu/icu_utf.h', 680 'third_party/icu/icu_utf.h',
679 'third_party/nspr/prtime.cc', 681 'third_party/nspr/prtime.cc',
680 'third_party/nspr/prtime.h', 682 'third_party/nspr/prtime.h',
681 'third_party/superfasthash/superfasthash.c', 683 'third_party/superfasthash/superfasthash.c',
682 'third_party/xdg_mime/xdgmime.h', 684 'third_party/xdg_mime/xdgmime.h',
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'i18n/time_formatting.h', 1101 'i18n/time_formatting.h',
1100 'i18n/timezone.cc', 1102 'i18n/timezone.cc',
1101 'i18n/timezone.h', 1103 'i18n/timezone.h',
1102 'i18n/utf8_validator_tables.cc', 1104 'i18n/utf8_validator_tables.cc',
1103 'i18n/utf8_validator_tables.h', 1105 'i18n/utf8_validator_tables.h',
1104 ], 1106 ],
1105 }] 1107 }]
1106 ], 1108 ],
1107 }, 1109 },
1108 } 1110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698