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

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

Issue 1532813002: Replace IOSurfaceManager by directly passing IOSurface Mach ports over Chrome IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Windows compile Created 5 years 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'animation/linear_animation.cc', 116 'animation/linear_animation.cc',
117 'animation/linear_animation.h', 117 'animation/linear_animation.h',
118 'animation/multi_animation.cc', 118 'animation/multi_animation.cc',
119 'animation/multi_animation.h', 119 'animation/multi_animation.h',
120 'animation/slide_animation.cc', 120 'animation/slide_animation.cc',
121 'animation/slide_animation.h', 121 'animation/slide_animation.h',
122 'animation/throb_animation.cc', 122 'animation/throb_animation.cc',
123 'animation/throb_animation.h', 123 'animation/throb_animation.h',
124 'animation/tween.cc', 124 'animation/tween.cc',
125 'animation/tween.h', 125 'animation/tween.h',
126 'break_list.h',
127 'blit.cc', 126 'blit.cc',
128 'blit.h', 127 'blit.h',
129 'break_list.h', 128 'break_list.h',
129 'break_list.h',
130 'buffer_format_util.cc', 130 'buffer_format_util.cc',
131 'buffer_format_util.h', 131 'buffer_format_util.h',
132 'canvas.cc', 132 'canvas.cc',
133 'canvas.h', 133 'canvas.h',
134 'canvas_notimplemented.cc', 134 'canvas_notimplemented.cc',
135 'canvas_paint_mac.h', 135 'canvas_paint_mac.h',
136 'canvas_paint_mac.mm', 136 'canvas_paint_mac.mm',
137 'canvas_skia.cc', 137 'canvas_skia.cc',
138 'canvas_skia_paint.h', 138 'canvas_skia_paint.h',
139 'codec/jpeg_codec.cc', 139 'codec/jpeg_codec.cc',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'interpolated_transform.cc', 210 'interpolated_transform.cc',
211 'interpolated_transform.h', 211 'interpolated_transform.h',
212 'ios/NSString+CrStringDrawing.h', 212 'ios/NSString+CrStringDrawing.h',
213 'ios/NSString+CrStringDrawing.mm', 213 'ios/NSString+CrStringDrawing.mm',
214 'ios/uikit_util.h', 214 'ios/uikit_util.h',
215 'ios/uikit_util.mm', 215 'ios/uikit_util.mm',
216 'linux_font_delegate.cc', 216 'linux_font_delegate.cc',
217 'linux_font_delegate.h', 217 'linux_font_delegate.h',
218 'mac/coordinate_conversion.h', 218 'mac/coordinate_conversion.h',
219 'mac/coordinate_conversion.mm', 219 'mac/coordinate_conversion.mm',
220 'mac/io_surface_manager.cc', 220 'mac/io_surface.cc',
221 'mac/io_surface_manager.h', 221 'mac/io_surface.h',
222 'mac/nswindow_frame_controls.h', 222 'mac/nswindow_frame_controls.h',
223 'mac/nswindow_frame_controls.mm', 223 'mac/nswindow_frame_controls.mm',
224 'mac/scoped_cocoa_disable_screen_updates.h', 224 'mac/scoped_cocoa_disable_screen_updates.h',
225 'native_pixmap_handle_ozone.h', 225 'native_pixmap_handle_ozone.h',
226 'native_widget_types.h', 226 'native_widget_types.h',
227 'nine_image_painter.cc', 227 'nine_image_painter.cc',
228 'nine_image_painter.h', 228 'nine_image_painter.h',
229 'overlay_transform.h', 229 'overlay_transform.h',
230 'paint_throbber.cc', 230 'paint_throbber.cc',
231 'paint_throbber.h', 231 'paint_throbber.h',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'type': 'static_library', 517 'type': 'static_library',
518 'sources': [ 518 'sources': [
519 'image/image_unittest_util.cc', 519 'image/image_unittest_util.cc',
520 'image/image_unittest_util.h', 520 'image/image_unittest_util.h',
521 'image/image_unittest_util_ios.mm', 521 'image/image_unittest_util_ios.mm',
522 'image/image_unittest_util_mac.mm', 522 'image/image_unittest_util_mac.mm',
523 'test/fontconfig_util_linux.cc', 523 'test/fontconfig_util_linux.cc',
524 'test/fontconfig_util_linux.h', 524 'test/fontconfig_util_linux.h',
525 'test/gfx_util.cc', 525 'test/gfx_util.cc',
526 'test/gfx_util.h', 526 'test/gfx_util.h',
527 'test/test_screen.cc',
527 'test/test_screen.h', 528 'test/test_screen.h',
528 'test/test_screen.cc',
529 'test/ui_cocoa_test_helper.h', 529 'test/ui_cocoa_test_helper.h',
530 'test/ui_cocoa_test_helper.mm', 530 'test/ui_cocoa_test_helper.mm',
531 ], 531 ],
532 'dependencies': [ 532 'dependencies': [
533 '../../base/base.gyp:base', 533 '../../base/base.gyp:base',
534 '../../skia/skia.gyp:skia', 534 '../../skia/skia.gyp:skia',
535 '../../testing/gtest.gyp:gtest', 535 '../../testing/gtest.gyp:gtest',
536 'gfx', 536 'gfx',
537 'gfx_geometry', 537 'gfx_geometry',
538 ], 538 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 ], 571 ],
572 'variables': { 572 'variables': {
573 'jni_gen_package': 'ui/gfx', 573 'jni_gen_package': 'ui/gfx',
574 }, 574 },
575 'includes': [ '../../build/jni_generator.gypi' ], 575 'includes': [ '../../build/jni_generator.gypi' ],
576 }, 576 },
577 ], 577 ],
578 }], 578 }],
579 ], 579 ],
580 } 580 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698