| OLD | NEW |
| 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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 "//ui/events/devices/x11", | 518 "//ui/events/devices/x11", |
| 519 "//ui/events/platform/x11", | 519 "//ui/events/platform/x11", |
| 520 "//ui/gfx/x", | 520 "//ui/gfx/x", |
| 521 ] | 521 ] |
| 522 } | 522 } |
| 523 | 523 |
| 524 if (use_aura) { | 524 if (use_aura) { |
| 525 sources += [ | 525 sources += [ |
| 526 "accessibility/ax_aura_obj_cache.cc", | 526 "accessibility/ax_aura_obj_cache.cc", |
| 527 "accessibility/ax_aura_obj_cache.h", | 527 "accessibility/ax_aura_obj_cache.h", |
| 528 "accessibility/ax_aura_obj_wrapper.cc", |
| 529 "accessibility/ax_aura_obj_wrapper.h", |
| 528 "accessibility/ax_view_obj_wrapper.cc", | 530 "accessibility/ax_view_obj_wrapper.cc", |
| 529 "accessibility/ax_view_obj_wrapper.h", | 531 "accessibility/ax_view_obj_wrapper.h", |
| 530 "accessibility/ax_widget_obj_wrapper.cc", | 532 "accessibility/ax_widget_obj_wrapper.cc", |
| 531 "accessibility/ax_widget_obj_wrapper.h", | 533 "accessibility/ax_widget_obj_wrapper.h", |
| 532 "accessibility/ax_window_obj_wrapper.cc", | 534 "accessibility/ax_window_obj_wrapper.cc", |
| 533 "accessibility/ax_window_obj_wrapper.h", | 535 "accessibility/ax_window_obj_wrapper.h", |
| 534 "bubble/bubble_window_targeter.cc", | 536 "bubble/bubble_window_targeter.cc", |
| 535 "bubble/bubble_window_targeter.h", | 537 "bubble/bubble_window_targeter.h", |
| 536 "bubble/tray_bubble_view.cc", | 538 "bubble/tray_bubble_view.cc", |
| 537 "bubble/tray_bubble_view.h", | 539 "bubble/tray_bubble_view.h", |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 "//ui/base:test_support", | 1070 "//ui/base:test_support", |
| 1069 "//ui/compositor", | 1071 "//ui/compositor", |
| 1070 "//ui/events:test_support", | 1072 "//ui/events:test_support", |
| 1071 "//ui/gl:test_support", | 1073 "//ui/gl:test_support", |
| 1072 "//ui/resources", | 1074 "//ui/resources", |
| 1073 "//ui/resources:ui_test_pak", | 1075 "//ui/resources:ui_test_pak", |
| 1074 "//ui/strings", | 1076 "//ui/strings", |
| 1075 ] | 1077 ] |
| 1076 } | 1078 } |
| 1077 } | 1079 } |
| OLD | NEW |