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

Side by Side Diff: chrome/browser/ui/views/BUILD.gn

Issue 2874783002: Move kLockIcon into ui/vector_icons. (Closed)
Patch Set: Add a dependency. 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 assert(toolkit_views) 7 assert(toolkit_views)
8 8
9 component("views") { 9 component("views") {
10 output_name = "browser_ui_views" 10 output_name = "browser_ui_views"
(...skipping 16 matching lines...) Expand all
27 deps = [ 27 deps = [
28 "//base", 28 "//base",
29 "//chrome/app:command_ids", 29 "//chrome/app:command_ids",
30 "//content/public/browser", 30 "//content/public/browser",
31 "//printing/features", 31 "//printing/features",
32 "//skia", 32 "//skia",
33 "//ui/base", 33 "//ui/base",
34 "//ui/events", 34 "//ui/events",
35 "//ui/gfx", 35 "//ui/gfx",
36 "//ui/gfx/geometry", 36 "//ui/gfx/geometry",
37 "//ui/vector_icons",
37 "//url", 38 "//url",
38 ] 39 ]
39 40
40 if (use_ash) { 41 if (use_ash) {
41 deps += [ "//ash" ] 42 deps += [ "//ash" ]
42 } 43 }
43 } 44 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698