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

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: Fix DCHECK Created 7 years, 1 month 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 | « ui/gfx/frame_time.h ('k') | ui/gl/gl_surface_win.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) 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'color_profile_mac.cc', 79 'color_profile_mac.cc',
80 'color_profile_win.cc', 80 'color_profile_win.cc',
81 'color_utils.cc', 81 'color_utils.cc',
82 'color_utils.h', 82 'color_utils.h',
83 'display.cc', 83 'display.cc',
84 'display.h', 84 'display.h',
85 'display_observer.cc', 85 'display_observer.cc',
86 'display_observer.h', 86 'display_observer.h',
87 'favicon_size.cc', 87 'favicon_size.cc',
88 'favicon_size.h', 88 'favicon_size.h',
89 'frame_time.h',
89 'font.cc', 90 'font.cc',
90 'font.h', 91 'font.h',
91 'font_fallback_win.cc', 92 'font_fallback_win.cc',
92 'font_fallback_win.h', 93 'font_fallback_win.h',
93 'font_list.cc', 94 'font_list.cc',
94 'font_list.h', 95 'font_list.h',
95 'font_render_params_android.cc', 96 'font_render_params_android.cc',
96 'font_render_params_linux.cc', 97 'font_render_params_linux.cc',
97 'font_render_params_linux.h', 98 'font_render_params_linux.h',
98 'font_smoothing_win.cc', 99 'font_smoothing_win.cc',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 ], 412 ],
412 'variables': { 413 'variables': {
413 'jni_gen_package': 'ui/gfx', 414 'jni_gen_package': 'ui/gfx',
414 }, 415 },
415 'includes': [ '../../build/jni_generator.gypi' ], 416 'includes': [ '../../build/jni_generator.gypi' ],
416 }, 417 },
417 ], 418 ],
418 }], 419 }],
419 ], 420 ],
420 } 421 }
OLDNEW
« no previous file with comments | « ui/gfx/frame_time.h ('k') | ui/gl/gl_surface_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698