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

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

Issue 2627353002: Create vector icon directory for resources used by controls in ui/views. (Closed)
Patch Set: fix win? Created 3 years, 11 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/vector_icons/submenu_arrow.1x.icon ('k') | ui/views/controls/button/checkbox.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 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
10 10
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 "//services/ui/public/interfaces", 401 "//services/ui/public/interfaces",
402 "//skia", 402 "//skia",
403 "//third_party/icu", 403 "//third_party/icu",
404 "//ui/accessibility", 404 "//ui/accessibility",
405 "//ui/display", 405 "//ui/display",
406 "//ui/native_theme", 406 "//ui/native_theme",
407 "//ui/native_theme:native_theme_browser", 407 "//ui/native_theme:native_theme_browser",
408 "//ui/resources", 408 "//ui/resources",
409 "//ui/strings", 409 "//ui/strings",
410 "//ui/views/resources", 410 "//ui/views/resources",
411 "//ui/views/resources/vector_icons",
411 "//url", 412 "//url",
412 ] 413 ]
413 414
414 public_deps = [ 415 public_deps = [
415 "//base", 416 "//base",
416 "//ui/accessibility:ax_gen", 417 "//ui/accessibility:ax_gen",
417 "//ui/base", 418 "//ui/base",
418 "//ui/base/ime", 419 "//ui/base/ime",
419 "//ui/compositor", 420 "//ui/compositor",
420 "//ui/display", 421 "//ui/display",
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 "//ui/base:test_support", 1022 "//ui/base:test_support",
1022 "//ui/compositor", 1023 "//ui/compositor",
1023 "//ui/events:test_support", 1024 "//ui/events:test_support",
1024 "//ui/gl:test_support", 1025 "//ui/gl:test_support",
1025 "//ui/resources", 1026 "//ui/resources",
1026 "//ui/resources:ui_test_pak", 1027 "//ui/resources:ui_test_pak",
1027 "//ui/strings", 1028 "//ui/strings",
1028 ] 1029 ]
1029 } 1030 }
1030 } 1031 }
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/submenu_arrow.1x.icon ('k') | ui/views/controls/button/checkbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698