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

Side by Side Diff: base/base.gypi

Issue 949613002: [Android] Add animation frame time histogram class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
11 'target_conditions': [ 11 'target_conditions': [
12 # This part is shared between the targets defined below. 12 # This part is shared between the targets defined below.
13 ['base_target==1', { 13 ['base_target==1', {
14 'sources': [ 14 'sources': [
15 '../build/build_config.h', 15 '../build/build_config.h',
16 'allocator/allocator_extension.cc', 16 'allocator/allocator_extension.cc',
17 'allocator/allocator_extension.h', 17 'allocator/allocator_extension.h',
18 'allocator/type_profiler_control.cc', 18 'allocator/type_profiler_control.cc',
19 'allocator/type_profiler_control.h', 19 'allocator/type_profiler_control.h',
20 'android/animation_frame_time_histogram.cc',
21 'android/animation_frame_time_histogram.h',
20 'android/application_status_listener.cc', 22 'android/application_status_listener.cc',
21 'android/application_status_listener.h', 23 'android/application_status_listener.h',
22 'android/base_jni_onload.cc', 24 'android/base_jni_onload.cc',
23 'android/base_jni_onload.h', 25 'android/base_jni_onload.h',
24 'android/base_jni_registrar.cc', 26 'android/base_jni_registrar.cc',
25 'android/base_jni_registrar.h', 27 'android/base_jni_registrar.h',
26 'android/build_info.cc', 28 'android/build_info.cc',
27 'android/build_info.h', 29 'android/build_info.h',
28 'android/command_line_android.cc', 30 'android/command_line_android.cc',
29 'android/command_line_android.h', 31 'android/command_line_android.h',
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 'i18n/time_formatting.h', 1049 'i18n/time_formatting.h',
1048 'i18n/timezone.cc', 1050 'i18n/timezone.cc',
1049 'i18n/timezone.h', 1051 'i18n/timezone.h',
1050 'i18n/utf8_validator_tables.cc', 1052 'i18n/utf8_validator_tables.cc',
1051 'i18n/utf8_validator_tables.h', 1053 'i18n/utf8_validator_tables.h',
1052 ], 1054 ],
1053 }] 1055 }]
1054 ], 1056 ],
1055 }, 1057 },
1056 } 1058 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698