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/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 if (is_android) { | 8 if (is_android) { |
9 import("//build/config/android/config.gni") | 9 import("//build/config/android/config.gni") |
10 import("//build/config/android/rules.gni") | 10 import("//build/config/android/rules.gni") |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 "cocoa/nib_loading.h", | 84 "cocoa/nib_loading.h", |
85 "cocoa/nib_loading.mm", | 85 "cocoa/nib_loading.mm", |
86 "cocoa/nsgraphics_context_additions.h", | 86 "cocoa/nsgraphics_context_additions.h", |
87 "cocoa/nsgraphics_context_additions.mm", | 87 "cocoa/nsgraphics_context_additions.mm", |
88 "cocoa/nsview_additions.h", | 88 "cocoa/nsview_additions.h", |
89 "cocoa/nsview_additions.mm", | 89 "cocoa/nsview_additions.mm", |
90 "cocoa/remote_layer_api.h", | 90 "cocoa/remote_layer_api.h", |
91 "cocoa/remote_layer_api.mm", | 91 "cocoa/remote_layer_api.mm", |
92 "cocoa/three_part_image.h", | 92 "cocoa/three_part_image.h", |
93 "cocoa/three_part_image.mm", | 93 "cocoa/three_part_image.mm", |
| 94 "cocoa/tool_tip_base_view.h", |
| 95 "cocoa/tool_tip_base_view.mm", |
94 "cocoa/tracking_area.h", | 96 "cocoa/tracking_area.h", |
95 "cocoa/tracking_area.mm", | 97 "cocoa/tracking_area.mm", |
96 "cocoa/underlay_opengl_hosting_window.h", | 98 "cocoa/underlay_opengl_hosting_window.h", |
97 "cocoa/underlay_opengl_hosting_window.mm", | 99 "cocoa/underlay_opengl_hosting_window.mm", |
98 "cocoa/view_description.h", | 100 "cocoa/view_description.h", |
99 "cocoa/view_description.mm", | 101 "cocoa/view_description.mm", |
100 "cocoa/window_size_constants.h", | 102 "cocoa/window_size_constants.h", |
101 "cocoa/window_size_constants.mm", | 103 "cocoa/window_size_constants.mm", |
102 "cursor/cursor.cc", | 104 "cursor/cursor.cc", |
103 "cursor/cursor.h", | 105 "cursor/cursor.h", |
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
798 } | 800 } |
799 | 801 |
800 if (is_chromeos) { | 802 if (is_chromeos) { |
801 deps += [ | 803 deps += [ |
802 "//chromeos", | 804 "//chromeos", |
803 "//ui/events:dom_keycode_converter", | 805 "//ui/events:dom_keycode_converter", |
804 ] | 806 ] |
805 } | 807 } |
806 } | 808 } |
807 # TODO(GYP) Mac (ui_base_tests_bundle) | 809 # TODO(GYP) Mac (ui_base_tests_bundle) |
OLD | NEW |