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

Side by Side Diff: ui/base/ui_base.gyp

Issue 548153004: Unified BeginFrame scheduling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 6 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 | « ui/base/compositor/compositor_begin_frame_observer.h ('k') | ui/compositor/BUILD.gn » ('j') | 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'cocoa/remote_layer_api.h', 114 'cocoa/remote_layer_api.h',
115 'cocoa/remote_layer_api.mm', 115 'cocoa/remote_layer_api.mm',
116 'cocoa/tracking_area.h', 116 'cocoa/tracking_area.h',
117 'cocoa/tracking_area.mm', 117 'cocoa/tracking_area.mm',
118 'cocoa/underlay_opengl_hosting_window.h', 118 'cocoa/underlay_opengl_hosting_window.h',
119 'cocoa/underlay_opengl_hosting_window.mm', 119 'cocoa/underlay_opengl_hosting_window.mm',
120 'cocoa/view_description.h', 120 'cocoa/view_description.h',
121 'cocoa/view_description.mm', 121 'cocoa/view_description.mm',
122 'cocoa/window_size_constants.h', 122 'cocoa/window_size_constants.h',
123 'cocoa/window_size_constants.mm', 123 'cocoa/window_size_constants.mm',
124 'compositor/compositor_begin_frame_observer.h',
124 'cursor/cursor.cc', 125 'cursor/cursor.cc',
125 'cursor/cursor.h', 126 'cursor/cursor.h',
126 'cursor/cursor_android.cc', 127 'cursor/cursor_android.cc',
127 'cursor/cursor_loader.h', 128 'cursor/cursor_loader.h',
128 'cursor/cursor_loader_ozone.cc', 129 'cursor/cursor_loader_ozone.cc',
129 'cursor/cursor_loader_ozone.h', 130 'cursor/cursor_loader_ozone.h',
130 'cursor/cursor_loader_win.cc', 131 'cursor/cursor_loader_win.cc',
131 'cursor/cursor_loader_win.h', 132 'cursor/cursor_loader_win.h',
132 'cursor/cursor_loader_x11.cc', 133 'cursor/cursor_loader_x11.cc',
133 'cursor/cursor_loader_x11.h', 134 'cursor/cursor_loader_x11.h',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 ], 751 ],
751 'variables': { 752 'variables': {
752 'jni_gen_package': 'ui', 753 'jni_gen_package': 'ui',
753 }, 754 },
754 'includes': [ '../../build/jni_generator.gypi' ], 755 'includes': [ '../../build/jni_generator.gypi' ],
755 }, 756 },
756 ], 757 ],
757 }], 758 }],
758 ], 759 ],
759 } 760 }
OLDNEW
« no previous file with comments | « ui/base/compositor/compositor_begin_frame_observer.h ('k') | ui/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698