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

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

Issue 497503004: Add NSString category for providing iOS6-style string drawing APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't cache scale Created 6 years, 3 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/gfx/DEPS ('k') | ui/gfx/platform_font_ios.mm » ('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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'win/hwnd_util.cc', 302 'win/hwnd_util.cc',
303 'win/hwnd_util.h', 303 'win/hwnd_util.h',
304 'win/scoped_set_map_mode.h', 304 'win/scoped_set_map_mode.h',
305 'win/singleton_hwnd.cc', 305 'win/singleton_hwnd.cc',
306 'win/singleton_hwnd.h', 306 'win/singleton_hwnd.h',
307 'win/window_impl.cc', 307 'win/window_impl.cc',
308 'win/window_impl.h', 308 'win/window_impl.h',
309 ], 309 ],
310 'conditions': [ 310 'conditions': [
311 ['OS=="ios"', { 311 ['OS=="ios"', {
312 'dependencies': [
313 '<(DEPTH)/ui/ios/ui_ios.gyp:ui_ios',
314 ],
312 # iOS only uses a subset of UI. 315 # iOS only uses a subset of UI.
313 'sources/': [ 316 'sources/': [
314 ['exclude', '^codec/jpeg_codec\\.cc$'], 317 ['exclude', '^codec/jpeg_codec\\.cc$'],
315 ], 318 ],
316 }, { 319 }, {
317 'dependencies': [ 320 'dependencies': [
318 '<(libjpeg_gyp_path):libjpeg', 321 '<(libjpeg_gyp_path):libjpeg',
319 ], 322 ],
320 }], 323 }],
321 # TODO(asvitkine): Switch all platforms to use canvas_skia.cc. 324 # TODO(asvitkine): Switch all platforms to use canvas_skia.cc.
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 ], 473 ],
471 'variables': { 474 'variables': {
472 'jni_gen_package': 'ui/gfx', 475 'jni_gen_package': 'ui/gfx',
473 }, 476 },
474 'includes': [ '../../build/jni_generator.gypi' ], 477 'includes': [ '../../build/jni_generator.gypi' ],
475 }, 478 },
476 ], 479 ],
477 }], 480 }],
478 ], 481 ],
479 } 482 }
OLDNEW
« no previous file with comments | « ui/gfx/DEPS ('k') | ui/gfx/platform_font_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698