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

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

Issue 353643002: MacViews: Implement Set/Get*Bounds for NativeWidgetMac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: import Foundation.h for NSRect Created 6 years, 5 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 | « no previous file | ui/gfx/mac/coordinate_conversion.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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'image/image_skia_util_ios.mm', 196 'image/image_skia_util_ios.mm',
197 'image/image_skia_util_mac.h', 197 'image/image_skia_util_mac.h',
198 'image/image_skia_util_mac.mm', 198 'image/image_skia_util_mac.mm',
199 'image/image_util.cc', 199 'image/image_util.cc',
200 'image/image_util.h', 200 'image/image_util.h',
201 'image/image_util_ios.mm', 201 'image/image_util_ios.mm',
202 'interpolated_transform.cc', 202 'interpolated_transform.cc',
203 'interpolated_transform.h', 203 'interpolated_transform.h',
204 'linux_font_delegate.cc', 204 'linux_font_delegate.cc',
205 'linux_font_delegate.h', 205 'linux_font_delegate.h',
206 'mac/coordinate_conversion.h',
207 'mac/coordinate_conversion.mm',
206 'mac/scoped_ns_disable_screen_updates.h', 208 'mac/scoped_ns_disable_screen_updates.h',
207 'native_widget_types.h', 209 'native_widget_types.h',
208 'nine_image_painter.cc', 210 'nine_image_painter.cc',
209 'nine_image_painter.h', 211 'nine_image_painter.h',
210 'overlay_transform.h', 212 'overlay_transform.h',
211 'pango_util.cc', 213 'pango_util.cc',
212 'pango_util.h', 214 'pango_util.h',
213 'path.cc', 215 'path.cc',
214 'path.h', 216 'path.h',
215 'path_aura.cc', 217 'path_aura.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 ], 464 ],
463 'variables': { 465 'variables': {
464 'jni_gen_package': 'ui/gfx', 466 'jni_gen_package': 'ui/gfx',
465 }, 467 },
466 'includes': [ '../../build/jni_generator.gypi' ], 468 'includes': [ '../../build/jni_generator.gypi' ],
467 }, 469 },
468 ], 470 ],
469 }], 471 }],
470 ], 472 ],
471 } 473 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/mac/coordinate_conversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698