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

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

Issue 195793005: Refactor CopyNativeEvent and add events_mac.mm to start implementing stubs Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase at r263560 Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « ui/events/x/events_x.cc ('k') | ui/gfx/mac/point_utils.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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'image/image_skia_util_ios.mm', 189 'image/image_skia_util_ios.mm',
190 'image/image_skia_util_mac.h', 190 'image/image_skia_util_mac.h',
191 'image/image_skia_util_mac.mm', 191 'image/image_skia_util_mac.mm',
192 'image/image_util.cc', 192 'image/image_util.cc',
193 'image/image_util.h', 193 'image/image_util.h',
194 'image/image_util_ios.mm', 194 'image/image_util_ios.mm',
195 'interpolated_transform.cc', 195 'interpolated_transform.cc',
196 'interpolated_transform.h', 196 'interpolated_transform.h',
197 'linux_font_delegate.cc', 197 'linux_font_delegate.cc',
198 'linux_font_delegate.h', 198 'linux_font_delegate.h',
199 'mac/point_utils.h',
200 'mac/point_utils.mm',
199 'mac/scoped_ns_disable_screen_updates.h', 201 'mac/scoped_ns_disable_screen_updates.h',
200 'native_widget_types.h', 202 'native_widget_types.h',
201 'nine_image_painter.cc', 203 'nine_image_painter.cc',
202 'nine_image_painter.h', 204 'nine_image_painter.h',
203 'overlay_transform.h', 205 'overlay_transform.h',
204 'ozone/dri/dri_buffer.cc', 206 'ozone/dri/dri_buffer.cc',
205 'ozone/dri/dri_buffer.h', 207 'ozone/dri/dri_buffer.h',
206 'ozone/dri/dri_surface.cc', 208 'ozone/dri/dri_surface.cc',
207 'ozone/dri/dri_surface.h', 209 'ozone/dri/dri_surface.h',
208 'ozone/dri/dri_surface_factory.cc', 210 'ozone/dri/dri_surface_factory.cc',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 ], 549 ],
548 'variables': { 550 'variables': {
549 'test_suite_name': 'gfx_unittests', 551 'test_suite_name': 'gfx_unittests',
550 }, 552 },
551 'includes': [ '../../build/apk_test.gypi' ], 553 'includes': [ '../../build/apk_test.gypi' ],
552 }, 554 },
553 ], 555 ],
554 }], 556 }],
555 ], 557 ],
556 } 558 }
OLDNEW
« no previous file with comments | « ui/events/x/events_x.cc ('k') | ui/gfx/mac/point_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698