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

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

Issue 2304763002: Cleanup ui/views aura build configuration. (Closed)
Patch Set: Cleanup ui/views aura build configuration. Created 4 years, 3 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 | « no previous file | no next file » | 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 8
9 config("flags") { 9 config("flags") {
10 defines = [ "TOOLKIT_VIEWS=1" ] 10 defines = [ "TOOLKIT_VIEWS=1" ]
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 "widget/desktop_aura/desktop_focus_rules.h", 546 "widget/desktop_aura/desktop_focus_rules.h",
547 "widget/desktop_aura/desktop_native_cursor_manager.cc", 547 "widget/desktop_aura/desktop_native_cursor_manager.cc",
548 "widget/desktop_aura/desktop_native_cursor_manager.h", 548 "widget/desktop_aura/desktop_native_cursor_manager.h",
549 "widget/desktop_aura/desktop_native_widget_aura.cc", 549 "widget/desktop_aura/desktop_native_widget_aura.cc",
550 "widget/desktop_aura/desktop_native_widget_aura.h", 550 "widget/desktop_aura/desktop_native_widget_aura.h",
551 "widget/desktop_aura/desktop_screen.h", 551 "widget/desktop_aura/desktop_screen.h",
552 "widget/desktop_aura/desktop_screen_position_client.cc", 552 "widget/desktop_aura/desktop_screen_position_client.cc",
553 "widget/desktop_aura/desktop_screen_position_client.h", 553 "widget/desktop_aura/desktop_screen_position_client.h",
554 "widget/desktop_aura/desktop_window_tree_host.h", 554 "widget/desktop_aura/desktop_window_tree_host.h",
555 ] 555 ]
556 if (use_atk) { 556 if (use_x11) {
557 sources += [ 557 sources += [
558 "accessibility/native_view_accessibility_auralinux.cc",
559 "accessibility/native_view_accessibility_auralinux.h",
560 "widget/desktop_aura/desktop_drag_drop_client_aurax11.cc", 558 "widget/desktop_aura/desktop_drag_drop_client_aurax11.cc",
561 "widget/desktop_aura/desktop_drag_drop_client_aurax11.h", 559 "widget/desktop_aura/desktop_drag_drop_client_aurax11.h",
562 "widget/desktop_aura/desktop_screen_x11.cc", 560 "widget/desktop_aura/desktop_screen_x11.cc",
563 "widget/desktop_aura/desktop_screen_x11.h", 561 "widget/desktop_aura/desktop_screen_x11.h",
564 "widget/desktop_aura/desktop_window_tree_host_x11.cc", 562 "widget/desktop_aura/desktop_window_tree_host_x11.cc",
565 "widget/desktop_aura/desktop_window_tree_host_x11.h", 563 "widget/desktop_aura/desktop_window_tree_host_x11.h",
566 "widget/desktop_aura/x11_desktop_handler.cc", 564 "widget/desktop_aura/x11_desktop_handler.cc",
567 "widget/desktop_aura/x11_desktop_handler.h", 565 "widget/desktop_aura/x11_desktop_handler.h",
568 "widget/desktop_aura/x11_desktop_handler_observer.h", 566 "widget/desktop_aura/x11_desktop_handler_observer.h",
569 "widget/desktop_aura/x11_desktop_window_move_client.cc", 567 "widget/desktop_aura/x11_desktop_window_move_client.cc",
570 "widget/desktop_aura/x11_desktop_window_move_client.h", 568 "widget/desktop_aura/x11_desktop_window_move_client.h",
571 "widget/desktop_aura/x11_move_loop.h", 569 "widget/desktop_aura/x11_move_loop.h",
572 "widget/desktop_aura/x11_move_loop_delegate.h", 570 "widget/desktop_aura/x11_move_loop_delegate.h",
573 "widget/desktop_aura/x11_pointer_grab.cc", 571 "widget/desktop_aura/x11_pointer_grab.cc",
574 "widget/desktop_aura/x11_pointer_grab.h", 572 "widget/desktop_aura/x11_pointer_grab.h",
575 "widget/desktop_aura/x11_topmost_window_finder.cc", 573 "widget/desktop_aura/x11_topmost_window_finder.cc",
576 "widget/desktop_aura/x11_topmost_window_finder.h", 574 "widget/desktop_aura/x11_topmost_window_finder.h",
577 "widget/desktop_aura/x11_whole_screen_move_loop.cc", 575 "widget/desktop_aura/x11_whole_screen_move_loop.cc",
578 "widget/desktop_aura/x11_whole_screen_move_loop.h", 576 "widget/desktop_aura/x11_whole_screen_move_loop.h",
579 "widget/desktop_aura/x11_window_event_filter.cc", 577 "widget/desktop_aura/x11_window_event_filter.cc",
580 "widget/desktop_aura/x11_window_event_filter.h", 578 "widget/desktop_aura/x11_window_event_filter.h",
581 ] 579 ]
582 configs += [ "//build/config/linux/atk" ] 580 if (use_atk) {
581 sources += [
582 "accessibility/native_view_accessibility_auralinux.cc",
583 "accessibility/native_view_accessibility_auralinux.h",
584 ]
585 configs += [ "//build/config/linux/atk" ]
586 }
583 } else if (is_win) { 587 } else if (is_win) {
584 sources += [ 588 sources += [
585 "widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc", 589 "widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc",
586 "widget/desktop_aura/desktop_drag_drop_client_win.cc", 590 "widget/desktop_aura/desktop_drag_drop_client_win.cc",
587 "widget/desktop_aura/desktop_drag_drop_client_win.h", 591 "widget/desktop_aura/desktop_drag_drop_client_win.h",
588 "widget/desktop_aura/desktop_screen_win.cc", 592 "widget/desktop_aura/desktop_screen_win.cc",
589 "widget/desktop_aura/desktop_screen_win.h", 593 "widget/desktop_aura/desktop_screen_win.h",
590 "widget/desktop_aura/desktop_window_tree_host_win.cc", 594 "widget/desktop_aura/desktop_window_tree_host_win.cc",
591 "widget/desktop_aura/desktop_window_tree_host_win.h", 595 "widget/desktop_aura/desktop_window_tree_host_win.h",
592 ] 596 ]
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 "//ui/base:test_support", 995 "//ui/base:test_support",
992 "//ui/compositor", 996 "//ui/compositor",
993 "//ui/events:test_support", 997 "//ui/events:test_support",
994 "//ui/gl:test_support", 998 "//ui/gl:test_support",
995 "//ui/resources", 999 "//ui/resources",
996 "//ui/resources:ui_test_pak", 1000 "//ui/resources:ui_test_pak",
997 "//ui/strings", 1001 "//ui/strings",
998 ] 1002 ]
999 } 1003 }
1000 } 1004 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698