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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 27710005: cc: Use HighResNow as timebase if it is fast and reliable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add missing include Created 7 years, 2 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
« cc/scheduler/frame_rate_controller.cc ('K') | « ui/gfx/frame_time.h ('k') | no next file » | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'color_profile_mac.cc', 77 'color_profile_mac.cc',
78 'color_profile_win.cc', 78 'color_profile_win.cc',
79 'color_utils.cc', 79 'color_utils.cc',
80 'color_utils.h', 80 'color_utils.h',
81 'display.cc', 81 'display.cc',
82 'display.h', 82 'display.h',
83 'display_observer.cc', 83 'display_observer.cc',
84 'display_observer.h', 84 'display_observer.h',
85 'favicon_size.cc', 85 'favicon_size.cc',
86 'favicon_size.h', 86 'favicon_size.h',
87 'frame_time.h',
87 'font.cc', 88 'font.cc',
88 'font.h', 89 'font.h',
89 'font_fallback_win.cc', 90 'font_fallback_win.cc',
90 'font_fallback_win.h', 91 'font_fallback_win.h',
91 'font_list.cc', 92 'font_list.cc',
92 'font_list.h', 93 'font_list.h',
93 'font_render_params_android.cc', 94 'font_render_params_android.cc',
94 'font_render_params_linux.cc', 95 'font_render_params_linux.cc',
95 'font_render_params_linux.h', 96 'font_render_params_linux.h',
96 'font_smoothing_win.cc', 97 'font_smoothing_win.cc',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 ], 402 ],
402 'variables': { 403 'variables': {
403 'jni_gen_package': 'ui/gfx', 404 'jni_gen_package': 'ui/gfx',
404 }, 405 },
405 'includes': [ '../../build/jni_generator.gypi' ], 406 'includes': [ '../../build/jni_generator.gypi' ],
406 }, 407 },
407 ], 408 ],
408 }], 409 }],
409 ], 410 ],
410 } 411 }
OLDNEW
« cc/scheduler/frame_rate_controller.cc ('K') | « ui/gfx/frame_time.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698