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

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: remove unnecesary #include and DCHECK msgs 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
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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'ios/NSString+CrStringDrawing.mm', 210 'ios/NSString+CrStringDrawing.mm',
211 'ios/uikit_util.h', 211 'ios/uikit_util.h',
212 'ios/uikit_util.mm', 212 'ios/uikit_util.mm',
213 'linux_font_delegate.cc', 213 'linux_font_delegate.cc',
214 'linux_font_delegate.h', 214 'linux_font_delegate.h',
215 'mac/coordinate_conversion.h', 215 'mac/coordinate_conversion.h',
216 'mac/coordinate_conversion.mm', 216 'mac/coordinate_conversion.mm',
217 'mac/nswindow_frame_controls.h', 217 'mac/nswindow_frame_controls.h',
218 'mac/nswindow_frame_controls.mm', 218 'mac/nswindow_frame_controls.mm',
219 'mac/scoped_cocoa_disable_screen_updates.h', 219 'mac/scoped_cocoa_disable_screen_updates.h',
220 'native_pixmap_handle_ozone.h',
220 'native_widget_types.h', 221 'native_widget_types.h',
221 'nine_image_painter.cc', 222 'nine_image_painter.cc',
222 'nine_image_painter.h', 223 'nine_image_painter.h',
223 'overlay_transform.h', 224 'overlay_transform.h',
224 'paint_throbber.cc', 225 'paint_throbber.cc',
225 'paint_throbber.h', 226 'paint_throbber.h',
226 'path.cc', 227 'path.cc',
227 'path.h', 228 'path.h',
228 'path_win.cc', 229 'path_win.cc',
229 'path_win.h', 230 'path_win.h',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 ], 551 ],
551 'variables': { 552 'variables': {
552 'jni_gen_package': 'ui/gfx', 553 'jni_gen_package': 'ui/gfx',
553 }, 554 },
554 'includes': [ '../../build/jni_generator.gypi' ], 555 'includes': [ '../../build/jni_generator.gypi' ],
555 }, 556 },
556 ], 557 ],
557 }], 558 }],
558 ], 559 ],
559 } 560 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698