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 1143433005: Remove gfx::FrameTime for a single clock source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handling patch for mac files 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) 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'font_list.cc', 164 'font_list.cc',
165 'font_list.h', 165 'font_list.h',
166 'font_list_impl.cc', 166 'font_list_impl.cc',
167 'font_list_impl.h', 167 'font_list_impl.h',
168 'font_render_params.cc', 168 'font_render_params.cc',
169 'font_render_params.h', 169 'font_render_params.h',
170 'font_render_params_android.cc', 170 'font_render_params_android.cc',
171 'font_render_params_linux.cc', 171 'font_render_params_linux.cc',
172 'font_render_params_mac.cc', 172 'font_render_params_mac.cc',
173 'font_render_params_win.cc', 173 'font_render_params_win.cc',
174 'frame_time.h',
175 'gfx_export.h', 174 'gfx_export.h',
176 'gfx_paths.cc', 175 'gfx_paths.cc',
177 'gfx_paths.h', 176 'gfx_paths.h',
178 'gpu_memory_buffer.cc', 177 'gpu_memory_buffer.cc',
179 'gpu_memory_buffer.h', 178 'gpu_memory_buffer.h',
180 'harfbuzz_font_skia.cc', 179 'harfbuzz_font_skia.cc',
181 'harfbuzz_font_skia.h', 180 'harfbuzz_font_skia.h',
182 'hud_font.cc', 181 'hud_font.cc',
183 'hud_font.h', 182 'hud_font.h',
184 'image/canvas_image_source.cc', 183 'image/canvas_image_source.cc',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 ], 489 ],
491 'variables': { 490 'variables': {
492 'jni_gen_package': 'ui/gfx', 491 'jni_gen_package': 'ui/gfx',
493 }, 492 },
494 'includes': [ '../../build/jni_generator.gypi' ], 493 'includes': [ '../../build/jni_generator.gypi' ],
495 }, 494 },
496 ], 495 ],
497 }], 496 }],
498 ], 497 ],
499 } 498 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698