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

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

Issue 775143003: cc: Implement unified BeginFrame on aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move common logic to DelegatedFrameHost Created 6 years 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
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/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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "cocoa/remote_layer_api.h", 97 "cocoa/remote_layer_api.h",
98 "cocoa/remote_layer_api.mm", 98 "cocoa/remote_layer_api.mm",
99 "cocoa/tracking_area.h", 99 "cocoa/tracking_area.h",
100 "cocoa/tracking_area.mm", 100 "cocoa/tracking_area.mm",
101 "cocoa/underlay_opengl_hosting_window.h", 101 "cocoa/underlay_opengl_hosting_window.h",
102 "cocoa/underlay_opengl_hosting_window.mm", 102 "cocoa/underlay_opengl_hosting_window.mm",
103 "cocoa/view_description.h", 103 "cocoa/view_description.h",
104 "cocoa/view_description.mm", 104 "cocoa/view_description.mm",
105 "cocoa/window_size_constants.h", 105 "cocoa/window_size_constants.h",
106 "cocoa/window_size_constants.mm", 106 "cocoa/window_size_constants.mm",
107 "compositor/compositor_begin_frame_observer.h",
107 "cursor/cursor.cc", 108 "cursor/cursor.cc",
108 "cursor/cursor.h", 109 "cursor/cursor.h",
109 "cursor/cursor_android.cc", 110 "cursor/cursor_android.cc",
110 "cursor/cursor_loader.h", 111 "cursor/cursor_loader.h",
111 "cursor/cursor_util.cc", 112 "cursor/cursor_util.cc",
112 "cursor/cursor_util.h", 113 "cursor/cursor_util.h",
113 "cursor/cursor_win.cc", 114 "cursor/cursor_win.cc",
114 "cursor/cursors_aura.cc", 115 "cursor/cursors_aura.cc",
115 "cursor/cursors_aura.h", 116 "cursor/cursors_aura.h",
116 "cursor/image_cursors.cc", 117 "cursor/image_cursors.cc",
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 if (is_chromeos) { 893 if (is_chromeos) {
893 sources -= [ 894 sources -= [
894 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc", 895 "dragdrop/os_exchange_data_provider_aurax11_unittest.cc",
895 "x/selection_requestor_unittest.cc", 896 "x/selection_requestor_unittest.cc",
896 ] 897 ]
897 deps += [ "//chromeos" ] 898 deps += [ "//chromeos" ]
898 } 899 }
899 } 900 }
900 } 901 }
901 # TODO(GYP) Mac (ui_base_tests_bundle) and Android (ui_base_unittests_apk). 902 # TODO(GYP) Mac (ui_base_tests_bundle) and Android (ui_base_unittests_apk).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698