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

Side by Side Diff: components/vector_icons/BUILD.gn

Issue 2891503002: VR: UiElement for Screen Capture indicator (Closed)
Patch Set: moving icon to components Created 3 years, 7 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 | « chrome/browser/android/vr_shell/ui_scene_manager.cc ('k') | components/vector_icons/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//ui/vector_icons/vector_icons.gni")
6
7 aggregate_vector_icons("components_vector_icons") {
8 icon_directory = "."
9
10 icons = [
11 "screen_share.1x.icon",
12 "screen_share.icon",
13 ]
14 }
15
16 source_set("vector_icons") {
Evan Stade 2017/05/17 21:51:40 I think this should be a static_library.
acondor_ 2017/05/18 14:14:39 Done.
17 sources = get_target_outputs(":components_vector_icons")
18
19 deps = [
20 ":components_vector_icons",
21 "//base",
22 "//skia",
23 "//ui/gfx",
24 ]
25 }
OLDNEW
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager.cc ('k') | components/vector_icons/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698