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

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

Issue 1280513002: Add GenericSharedMemoryId and use w/ GpuMemoryBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trackpools
Patch Set: remove "tracing" from name 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/generic_shared_memory_id.cc ('k') | ui/gfx/gpu_memory_buffer.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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'font_list.cc', 166 'font_list.cc',
167 'font_list.h', 167 'font_list.h',
168 'font_list_impl.cc', 168 'font_list_impl.cc',
169 'font_list_impl.h', 169 'font_list_impl.h',
170 'font_render_params.cc', 170 'font_render_params.cc',
171 'font_render_params.h', 171 'font_render_params.h',
172 'font_render_params_android.cc', 172 'font_render_params_android.cc',
173 'font_render_params_linux.cc', 173 'font_render_params_linux.cc',
174 'font_render_params_mac.cc', 174 'font_render_params_mac.cc',
175 'font_render_params_win.cc', 175 'font_render_params_win.cc',
176 'generic_shared_memory_id.cc',
177 'generic_shared_memory_id.h',
176 'gfx_export.h', 178 'gfx_export.h',
177 'gfx_paths.cc', 179 'gfx_paths.cc',
178 'gfx_paths.h', 180 'gfx_paths.h',
179 'gpu_memory_buffer.cc', 181 'gpu_memory_buffer.cc',
180 'gpu_memory_buffer.h', 182 'gpu_memory_buffer.h',
181 'harfbuzz_font_skia.cc', 183 'harfbuzz_font_skia.cc',
182 'harfbuzz_font_skia.h', 184 'harfbuzz_font_skia.h',
183 'hud_font.cc', 185 'hud_font.cc',
184 'hud_font.h', 186 'hud_font.h',
185 'image/canvas_image_source.cc', 187 'image/canvas_image_source.cc',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 ], 556 ],
555 'variables': { 557 'variables': {
556 'jni_gen_package': 'ui/gfx', 558 'jni_gen_package': 'ui/gfx',
557 }, 559 },
558 'includes': [ '../../build/jni_generator.gypi' ], 560 'includes': [ '../../build/jni_generator.gypi' ],
559 }, 561 },
560 ], 562 ],
561 }], 563 }],
562 ], 564 ],
563 } 565 }
OLDNEW
« no previous file with comments | « ui/gfx/generic_shared_memory_id.cc ('k') | ui/gfx/gpu_memory_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698