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 | 6 |
7 if (is_android) { | 7 if (is_android) { |
8 import("//build/config/android/config.gni") | 8 import("//build/config/android/config.gni") |
9 import("//build/config/android/rules.gni") | 9 import("//build/config/android/rules.gni") |
10 } | 10 } |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 "cocoa/remote_layer_api.h", | 88 "cocoa/remote_layer_api.h", |
89 "cocoa/remote_layer_api.mm", | 89 "cocoa/remote_layer_api.mm", |
90 "cocoa/tracking_area.h", | 90 "cocoa/tracking_area.h", |
91 "cocoa/tracking_area.mm", | 91 "cocoa/tracking_area.mm", |
92 "cocoa/underlay_opengl_hosting_window.h", | 92 "cocoa/underlay_opengl_hosting_window.h", |
93 "cocoa/underlay_opengl_hosting_window.mm", | 93 "cocoa/underlay_opengl_hosting_window.mm", |
94 "cocoa/view_description.h", | 94 "cocoa/view_description.h", |
95 "cocoa/view_description.mm", | 95 "cocoa/view_description.mm", |
96 "cocoa/window_size_constants.h", | 96 "cocoa/window_size_constants.h", |
97 "cocoa/window_size_constants.mm", | 97 "cocoa/window_size_constants.mm", |
| 98 "compositor/compositor_begin_frame_observer.h", |
98 "cursor/cursor.cc", | 99 "cursor/cursor.cc", |
99 "cursor/cursor.h", | 100 "cursor/cursor.h", |
100 "cursor/cursor_android.cc", | 101 "cursor/cursor_android.cc", |
101 "cursor/cursor_loader.h", | 102 "cursor/cursor_loader.h", |
102 "cursor/cursor_util.cc", | 103 "cursor/cursor_util.cc", |
103 "cursor/cursor_util.h", | 104 "cursor/cursor_util.h", |
104 "cursor/cursor_win.cc", | 105 "cursor/cursor_win.cc", |
105 "cursor/cursors_aura.cc", | 106 "cursor/cursors_aura.cc", |
106 "cursor/cursors_aura.h", | 107 "cursor/cursors_aura.h", |
107 "cursor/image_cursors.cc", | 108 "cursor/image_cursors.cc", |
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
890 deps += [ | 891 deps += [ |
891 "//ui/aura:test_support", | 892 "//ui/aura:test_support", |
892 "//ui/events:gesture_detection", | 893 "//ui/events:gesture_detection", |
893 #'../chromeos/chromeos.gyp:chromeos', TODO(GYP) | 894 #'../chromeos/chromeos.gyp:chromeos', TODO(GYP) |
894 #'chromeos/ui_chromeos.gyp:ui_chromeos', | 895 #'chromeos/ui_chromeos.gyp:ui_chromeos', |
895 ] | 896 ] |
896 } | 897 } |
897 } | 898 } |
898 } | 899 } |
899 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk). | 900 # TODO(GYP) Mac (ui_unittest_bundle) and Android (ui_unittests_apk). |
OLD | NEW |