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

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

Issue 2667753006: Make new target for vector icon structs to replace ui/gfx/vector_icons/ (Closed)
Patch Set: git add again Created 3 years, 10 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/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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 "//ui/accessibility:ax_gen", 466 "//ui/accessibility:ax_gen",
467 "//ui/base", 467 "//ui/base",
468 "//ui/base/ime", 468 "//ui/base/ime",
469 "//ui/compositor", 469 "//ui/compositor",
470 "//ui/display", 470 "//ui/display",
471 "//ui/events", 471 "//ui/events",
472 "//ui/events:events_base", 472 "//ui/events:events_base",
473 "//ui/events/platform", 473 "//ui/events/platform",
474 "//ui/gfx", 474 "//ui/gfx",
475 "//ui/gfx/geometry", 475 "//ui/gfx/geometry",
476 "//ui/vector_icons",
476 "//ui/views/resources", 477 "//ui/views/resources",
477 ] 478 ]
478 479
479 if (use_x11 && !is_chromeos) { 480 if (use_x11 && !is_chromeos) {
480 deps += [ "//ui/display/util" ] 481 deps += [ "//ui/display/util" ]
481 } 482 }
482 if (is_linux && !is_chromeos) { 483 if (is_linux && !is_chromeos) {
483 sources -= [ "window/window_button_order_provider.cc" ] 484 sources -= [ "window/window_button_order_provider.cc" ]
484 deps += [ "//ui/shell_dialogs" ] 485 deps += [ "//ui/shell_dialogs" ]
485 } else { 486 } else {
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 "//ui/base:test_support", 1075 "//ui/base:test_support",
1075 "//ui/compositor", 1076 "//ui/compositor",
1076 "//ui/events:test_support", 1077 "//ui/events:test_support",
1077 "//ui/gl:test_support", 1078 "//ui/gl:test_support",
1078 "//ui/resources", 1079 "//ui/resources",
1079 "//ui/resources:ui_test_pak", 1080 "//ui/resources:ui_test_pak",
1080 "//ui/strings", 1081 "//ui/strings",
1081 ] 1082 ]
1082 } 1083 }
1083 } 1084 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698