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

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

Issue 1084173004: Adding status to swap complete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ozone demo Created 5 years, 6 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
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | ui/gfx/swap_result.h » ('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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'selection_model.cc', 271 'selection_model.cc',
272 'selection_model.h', 272 'selection_model.h',
273 'sequential_id_generator.cc', 273 'sequential_id_generator.cc',
274 'sequential_id_generator.h', 274 'sequential_id_generator.h',
275 'shadow_value.cc', 275 'shadow_value.cc',
276 'shadow_value.h', 276 'shadow_value.h',
277 'skbitmap_operations.cc', 277 'skbitmap_operations.cc',
278 'skbitmap_operations.h', 278 'skbitmap_operations.h',
279 'skia_util.cc', 279 'skia_util.cc',
280 'skia_util.h', 280 'skia_util.h',
281 'swap_result.h',
281 'switches.cc', 282 'switches.cc',
282 'switches.h', 283 'switches.h',
283 'sys_color_change_listener.cc', 284 'sys_color_change_listener.cc',
284 'sys_color_change_listener.h', 285 'sys_color_change_listener.h',
285 'text_constants.h', 286 'text_constants.h',
286 'text_elider.cc', 287 'text_elider.cc',
287 'text_elider.h', 288 'text_elider.h',
288 'text_utils.cc', 289 'text_utils.cc',
289 'text_utils.h', 290 'text_utils.h',
290 'text_utils_android.cc', 291 'text_utils_android.cc',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 ], 490 ],
490 'variables': { 491 'variables': {
491 'jni_gen_package': 'ui/gfx', 492 'jni_gen_package': 'ui/gfx',
492 }, 493 },
493 'includes': [ '../../build/jni_generator.gypi' ], 494 'includes': [ '../../build/jni_generator.gypi' ],
494 }, 495 },
495 ], 496 ],
496 }], 497 }],
497 ], 498 ],
498 } 499 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | ui/gfx/swap_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698