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

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

Issue 1263323004: Add NativePixmapHandle type & interface for exporting them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cast build 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/BUILD.gn ('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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'ios/NSString+CrStringDrawing.mm', 214 'ios/NSString+CrStringDrawing.mm',
215 'ios/uikit_util.h', 215 'ios/uikit_util.h',
216 'ios/uikit_util.mm', 216 'ios/uikit_util.mm',
217 'linux_font_delegate.cc', 217 'linux_font_delegate.cc',
218 'linux_font_delegate.h', 218 'linux_font_delegate.h',
219 'mac/coordinate_conversion.h', 219 'mac/coordinate_conversion.h',
220 'mac/coordinate_conversion.mm', 220 'mac/coordinate_conversion.mm',
221 'mac/nswindow_frame_controls.h', 221 'mac/nswindow_frame_controls.h',
222 'mac/nswindow_frame_controls.mm', 222 'mac/nswindow_frame_controls.mm',
223 'mac/scoped_cocoa_disable_screen_updates.h', 223 'mac/scoped_cocoa_disable_screen_updates.h',
224 'native_pixmap_handle_ozone.h',
224 'native_widget_types.h', 225 'native_widget_types.h',
225 'nine_image_painter.cc', 226 'nine_image_painter.cc',
226 'nine_image_painter.h', 227 'nine_image_painter.h',
227 'overlay_transform.h', 228 'overlay_transform.h',
228 'paint_throbber.cc', 229 'paint_throbber.cc',
229 'paint_throbber.h', 230 'paint_throbber.h',
230 'path.cc', 231 'path.cc',
231 'path.h', 232 'path.h',
232 'path_win.cc', 233 'path_win.cc',
233 'path_win.h', 234 'path_win.h',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 ], 570 ],
570 'variables': { 571 'variables': {
571 'jni_gen_package': 'ui/gfx', 572 'jni_gen_package': 'ui/gfx',
572 }, 573 },
573 'includes': [ '../../build/jni_generator.gypi' ], 574 'includes': [ '../../build/jni_generator.gypi' ],
574 }, 575 },
575 ], 576 ],
576 }], 577 }],
577 ], 578 ],
578 } 579 }
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/gpu_memory_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698