Split vector icon commands into separate files aggregated at build time.
commit5490bafef2f11416bed41ad8017a6db500c67345
authorestade <estade@chromium.org>
Thu, 9 Jul 2015 02:55:58 +0000 (8 19:55 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 9 Jul 2015 02:56:44 +0000 (9 02:56 +0000)
tree2675646c362589c0169ccb7d3daa62b7ea2dab4a
parenta12d9841a0941862159e3fa159f213653cf749e3
Split vector icon commands into separate files aggregated at build time.

depends on https://codereview.chromium.org/1214693005/

BUG=505953

Review URL: https://codereview.chromium.org/1219293004

Cr-Commit-Position: refs/heads/master@{#337973}
13 files changed:
ui/gfx/BUILD.gn
ui/gfx/gfx.gyp
ui/gfx/paint_vector_icon.cc [moved from ui/gfx/vector_icons.cc with 65% similarity]
ui/gfx/paint_vector_icon.h [copied from ui/gfx/vector_icons.h with 80% similarity]
ui/gfx/vector_icons.h
ui/gfx/vector_icons/aggregate_vector_icons.py [new file with mode: 0644]
ui/gfx/vector_icons/check_circle.icon [new file with mode: 0644]
ui/gfx/vector_icons/photo_camera.icon [new file with mode: 0644]
ui/gfx/vector_icons/vector_icons.cc.template [new file with mode: 0644]
ui/gfx/vector_icons/vector_icons_public.h.template [new file with mode: 0644]
ui/views/controls/image_view.cc
ui/views/controls/image_view.h
ui/views/controls/throbber.cc