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

Side by Side Diff: base/base.gypi

Issue 1577883002: Add run-time CHECK to smoke-test allocator overrides (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: AAAAArgh, inconsistent trailing dot in README.chromium Created 4 years, 11 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/allocator/allocator_shim_win.cc ('k') | content/app/content_main_runner.cc » ('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': {
11 'base_target': 0, 11 'base_target': 0,
12 'base_i18n_target': 0, 12 'base_i18n_target': 0,
13 }, 13 },
14 'target_conditions': [ 14 'target_conditions': [
15 # This part is shared between the targets defined below. 15 # This part is shared between the targets defined below.
16 ['base_target==1', { 16 ['base_target==1', {
17 'sources': [ 17 'sources': [
18 '../build/build_config.h', 18 '../build/build_config.h',
19 'allocator/allocator_check.cc',
20 'allocator/allocator_check.h',
19 'allocator/allocator_extension.cc', 21 'allocator/allocator_extension.cc',
20 'allocator/allocator_extension.h', 22 'allocator/allocator_extension.h',
21 'android/animation_frame_time_histogram.cc', 23 'android/animation_frame_time_histogram.cc',
22 'android/animation_frame_time_histogram.h', 24 'android/animation_frame_time_histogram.h',
23 'android/apk_assets.cc', 25 'android/apk_assets.cc',
24 'android/apk_assets.h', 26 'android/apk_assets.h',
25 'android/application_status_listener.cc', 27 'android/application_status_listener.cc',
26 'android/application_status_listener.h', 28 'android/application_status_listener.h',
27 'android/base_jni_onload.cc', 29 'android/base_jni_onload.cc',
28 'android/base_jni_onload.h', 30 'android/base_jni_onload.h',
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 'i18n/time_formatting.h', 1054 'i18n/time_formatting.h',
1053 'i18n/timezone.cc', 1055 'i18n/timezone.cc',
1054 'i18n/timezone.h', 1056 'i18n/timezone.h',
1055 'i18n/utf8_validator_tables.cc', 1057 'i18n/utf8_validator_tables.cc',
1056 'i18n/utf8_validator_tables.h', 1058 'i18n/utf8_validator_tables.h',
1057 ], 1059 ],
1058 }] 1060 }]
1059 ], 1061 ],
1060 }, 1062 },
1061 } 1063 }
OLDNEW
« no previous file with comments | « base/allocator/allocator_shim_win.cc ('k') | content/app/content_main_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698