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

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

Issue 1281043006: Move NumberOfPlanesForGpuMemoryBufferFormat to gfx (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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 | « ui/gfx/buffer_format_util.cc ('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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'animation/multi_animation.h', 120 'animation/multi_animation.h',
121 'animation/slide_animation.cc', 121 'animation/slide_animation.cc',
122 'animation/slide_animation.h', 122 'animation/slide_animation.h',
123 'animation/throb_animation.cc', 123 'animation/throb_animation.cc',
124 'animation/throb_animation.h', 124 'animation/throb_animation.h',
125 'animation/tween.cc', 125 'animation/tween.cc',
126 'animation/tween.h', 126 'animation/tween.h',
127 'blit.cc', 127 'blit.cc',
128 'blit.h', 128 'blit.h',
129 'break_list.h', 129 'break_list.h',
130 'buffer_format_util.cc',
131 'buffer_format_util.h',
130 'canvas.cc', 132 'canvas.cc',
131 'canvas.h', 133 'canvas.h',
132 'canvas_notimplemented.cc', 134 'canvas_notimplemented.cc',
133 'canvas_paint_mac.h', 135 'canvas_paint_mac.h',
134 'canvas_paint_mac.mm', 136 'canvas_paint_mac.mm',
135 'canvas_skia.cc', 137 'canvas_skia.cc',
136 'canvas_skia_paint.h', 138 'canvas_skia_paint.h',
137 'codec/jpeg_codec.cc', 139 'codec/jpeg_codec.cc',
138 'codec/jpeg_codec.h', 140 'codec/jpeg_codec.h',
139 'codec/png_codec.cc', 141 'codec/png_codec.cc',
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 ], 554 ],
553 'variables': { 555 'variables': {
554 'jni_gen_package': 'ui/gfx', 556 'jni_gen_package': 'ui/gfx',
555 }, 557 },
556 'includes': [ '../../build/jni_generator.gypi' ], 558 'includes': [ '../../build/jni_generator.gypi' ],
557 }, 559 },
558 ], 560 ],
559 }], 561 }],
560 ], 562 ],
561 } 563 }
OLDNEW
« no previous file with comments | « ui/gfx/buffer_format_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698