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

Side by Side Diff: cc/cc.gyp

Issue 1139743004: cc: Reland "Add UMA stats for record and raster time." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master (conflicts with cc/resources move) Created 5 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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'animation/scrollbar_animation_controller_thinning.h', 61 'animation/scrollbar_animation_controller_thinning.h',
62 'animation/timing_function.cc', 62 'animation/timing_function.cc',
63 'animation/timing_function.h', 63 'animation/timing_function.h',
64 'animation/transform_operation.cc', 64 'animation/transform_operation.cc',
65 'animation/transform_operation.h', 65 'animation/transform_operation.h',
66 'animation/transform_operations.cc', 66 'animation/transform_operations.cc',
67 'animation/transform_operations.h', 67 'animation/transform_operations.h',
68 'base/completion_event.h', 68 'base/completion_event.h',
69 'base/delayed_unique_notifier.cc', 69 'base/delayed_unique_notifier.cc',
70 'base/delayed_unique_notifier.h', 70 'base/delayed_unique_notifier.h',
71 'base/histograms.cc',
72 'base/histograms.h',
71 'base/invalidation_region.cc', 73 'base/invalidation_region.cc',
72 'base/invalidation_region.h', 74 'base/invalidation_region.h',
73 'base/math_util.cc', 75 'base/math_util.cc',
74 'base/math_util.h', 76 'base/math_util.h',
75 'base/region.cc', 77 'base/region.cc',
76 'base/region.h', 78 'base/region.h',
77 'base/resource_id.h', 79 'base/resource_id.h',
78 'base/rolling_time_delta_history.cc', 80 'base/rolling_time_delta_history.cc',
79 'base/rolling_time_delta_history.h', 81 'base/rolling_time_delta_history.h',
80 'base/scoped_ptr_algorithm.h', 82 'base/scoped_ptr_algorithm.h',
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 'raster/texture_compressor_etc1_sse.h', 669 'raster/texture_compressor_etc1_sse.h',
668 ], 670 ],
669 'cflags': [ 671 'cflags': [
670 '-msse2', 672 '-msse2',
671 ], 673 ],
672 }], 674 }],
673 ], 675 ],
674 }, 676 },
675 ], 677 ],
676 } 678 }
OLDNEW
« cc/base/histograms.cc ('K') | « cc/base/histograms_unittest.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698