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

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

Issue 2750743003: Move ui/gfx/animation/ into its own component. (Closed)
Patch Set: c Created 3 years, 9 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/animation/tween.h ('k') | ui/wm/BUILD.gn » ('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 import("//ui/vector_icons/vector_icons.gni") 10 import("//ui/vector_icons/vector_icons.gni")
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "//base", 442 "//base",
443 "//ui/accessibility:ax_gen", 443 "//ui/accessibility:ax_gen",
444 "//ui/base", 444 "//ui/base",
445 "//ui/base/ime", 445 "//ui/base/ime",
446 "//ui/compositor", 446 "//ui/compositor",
447 "//ui/display", 447 "//ui/display",
448 "//ui/events", 448 "//ui/events",
449 "//ui/events:events_base", 449 "//ui/events:events_base",
450 "//ui/events/platform", 450 "//ui/events/platform",
451 "//ui/gfx", 451 "//ui/gfx",
452 "//ui/gfx/animation",
452 "//ui/gfx/geometry", 453 "//ui/gfx/geometry",
453 "//ui/vector_icons", 454 "//ui/vector_icons",
454 "//ui/views/resources", 455 "//ui/views/resources",
455 ] 456 ]
456 457
457 if (use_x11 && !is_chromeos) { 458 if (use_x11 && !is_chromeos) {
458 deps += [ "//ui/display/util" ] 459 deps += [ "//ui/display/util" ]
459 } 460 }
460 if (is_linux && !is_chromeos) { 461 if (is_linux && !is_chromeos) {
461 sources -= [ "window/window_button_order_provider.cc" ] 462 sources -= [ "window/window_button_order_provider.cc" ]
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 "//ui/base:test_support", 1053 "//ui/base:test_support",
1053 "//ui/compositor", 1054 "//ui/compositor",
1054 "//ui/events:test_support", 1055 "//ui/events:test_support",
1055 "//ui/gl:test_support", 1056 "//ui/gl:test_support",
1056 "//ui/resources", 1057 "//ui/resources",
1057 "//ui/resources:ui_test_pak", 1058 "//ui/resources:ui_test_pak",
1058 "//ui/strings", 1059 "//ui/strings",
1059 ] 1060 ]
1060 } 1061 }
1061 } 1062 }
OLDNEW
« no previous file with comments | « ui/gfx/animation/tween.h ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698