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

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: fix deps 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
« no previous file with comments | « ui/vector_icons/vector_icons.h.template ('k') | ui/views/DEPS » ('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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 "//ui/accessibility:ax_gen", 467 "//ui/accessibility:ax_gen",
468 "//ui/base", 468 "//ui/base",
469 "//ui/base/ime", 469 "//ui/base/ime",
470 "//ui/compositor", 470 "//ui/compositor",
471 "//ui/display", 471 "//ui/display",
472 "//ui/events", 472 "//ui/events",
473 "//ui/events:events_base", 473 "//ui/events:events_base",
474 "//ui/events/platform", 474 "//ui/events/platform",
475 "//ui/gfx", 475 "//ui/gfx",
476 "//ui/gfx/geometry", 476 "//ui/gfx/geometry",
477 "//ui/vector_icons",
477 "//ui/views/resources", 478 "//ui/views/resources",
478 ] 479 ]
479 480
480 if (use_x11 && !is_chromeos) { 481 if (use_x11 && !is_chromeos) {
481 deps += [ "//ui/display/util" ] 482 deps += [ "//ui/display/util" ]
482 } 483 }
483 if (is_linux && !is_chromeos) { 484 if (is_linux && !is_chromeos) {
484 sources -= [ "window/window_button_order_provider.cc" ] 485 sources -= [ "window/window_button_order_provider.cc" ]
485 deps += [ "//ui/shell_dialogs" ] 486 deps += [ "//ui/shell_dialogs" ]
486 } else { 487 } else {
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
1075 "//ui/base:test_support", 1076 "//ui/base:test_support",
1076 "//ui/compositor", 1077 "//ui/compositor",
1077 "//ui/events:test_support", 1078 "//ui/events:test_support",
1078 "//ui/gl:test_support", 1079 "//ui/gl:test_support",
1079 "//ui/resources", 1080 "//ui/resources",
1080 "//ui/resources:ui_test_pak", 1081 "//ui/resources:ui_test_pak",
1081 "//ui/strings", 1082 "//ui/strings",
1082 ] 1083 ]
1083 } 1084 }
1084 } 1085 }
OLDNEW
« no previous file with comments | « ui/vector_icons/vector_icons.h.template ('k') | ui/views/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698