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

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

Issue 1214693005: Introduce some util code for drawing vector assets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile? Created 5 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
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/vector_icons.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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'text_utils_android.cc', 290 'text_utils_android.cc',
291 'text_utils_ios.mm', 291 'text_utils_ios.mm',
292 'text_utils_skia.cc', 292 'text_utils_skia.cc',
293 'transform.cc', 293 'transform.cc',
294 'transform.h', 294 'transform.h',
295 'transform_util.cc', 295 'transform_util.cc',
296 'transform_util.h', 296 'transform_util.h',
297 'ui_gfx_exports.cc', 297 'ui_gfx_exports.cc',
298 'utf16_indexing.cc', 298 'utf16_indexing.cc',
299 'utf16_indexing.h', 299 'utf16_indexing.h',
300 'vector_icons.cc',
301 'vector_icons.h',
300 'vsync_provider.h', 302 'vsync_provider.h',
301 'win/direct_write.cc', 303 'win/direct_write.cc',
302 'win/direct_write.h', 304 'win/direct_write.h',
303 'win/dpi.cc', 305 'win/dpi.cc',
304 'win/dpi.h', 306 'win/dpi.h',
305 'win/hwnd_util.cc', 307 'win/hwnd_util.cc',
306 'win/hwnd_util.h', 308 'win/hwnd_util.h',
307 'win/scoped_set_map_mode.h', 309 'win/scoped_set_map_mode.h',
308 'win/singleton_hwnd.cc', 310 'win/singleton_hwnd.cc',
309 'win/singleton_hwnd.h', 311 'win/singleton_hwnd.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 }], 399 }],
398 ['OS=="android" or OS=="ios"', { 400 ['OS=="android" or OS=="ios"', {
399 'sources!': [ 401 'sources!': [
400 'harfbuzz_font_skia.cc', 402 'harfbuzz_font_skia.cc',
401 'harfbuzz_font_skia.h', 403 'harfbuzz_font_skia.h',
402 'render_text.cc', 404 'render_text.cc',
403 'render_text.h', 405 'render_text.h',
404 'render_text_harfbuzz.cc', 406 'render_text_harfbuzz.cc',
405 'render_text_harfbuzz.h', 407 'render_text_harfbuzz.h',
406 'text_utils_skia.cc', 408 'text_utils_skia.cc',
409 'vector_icons.cc',
410 'vector_icons.h',
407 ], 411 ],
408 }], 412 }],
409 ['use_x11==1', { 413 ['use_x11==1', {
410 'dependencies': [ 414 'dependencies': [
411 '../../build/linux/system.gyp:x11', 415 '../../build/linux/system.gyp:x11',
412 'x/gfx_x11.gyp:gfx_x11', 416 'x/gfx_x11.gyp:gfx_x11',
413 ], 417 ],
414 }], 418 }],
415 ['use_cairo==1', { 419 ['use_cairo==1', {
416 'dependencies': [ 420 'dependencies': [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 ], 493 ],
490 'variables': { 494 'variables': {
491 'jni_gen_package': 'ui/gfx', 495 'jni_gen_package': 'ui/gfx',
492 }, 496 },
493 'includes': [ '../../build/jni_generator.gypi' ], 497 'includes': [ '../../build/jni_generator.gypi' ],
494 }, 498 },
495 ], 499 ],
496 }], 500 }],
497 ], 501 ],
498 } 502 }
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/vector_icons.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698