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

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

Issue 423773002: Unified BeginFrame scheduling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Working on aura with --enable-begin-frame-scheduling Created 6 years, 4 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 | Annotate | Revision Log
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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'cocoa/remote_layer_api.h', 113 'cocoa/remote_layer_api.h',
114 'cocoa/remote_layer_api.mm', 114 'cocoa/remote_layer_api.mm',
115 'cocoa/tracking_area.h', 115 'cocoa/tracking_area.h',
116 'cocoa/tracking_area.mm', 116 'cocoa/tracking_area.mm',
117 'cocoa/underlay_opengl_hosting_window.h', 117 'cocoa/underlay_opengl_hosting_window.h',
118 'cocoa/underlay_opengl_hosting_window.mm', 118 'cocoa/underlay_opengl_hosting_window.mm',
119 'cocoa/view_description.h', 119 'cocoa/view_description.h',
120 'cocoa/view_description.mm', 120 'cocoa/view_description.mm',
121 'cocoa/window_size_constants.h', 121 'cocoa/window_size_constants.h',
122 'cocoa/window_size_constants.mm', 122 'cocoa/window_size_constants.mm',
123 'compositor/begin_frame_manager.h',
124 'compositor/begin_frame_manager.cc',
123 'cursor/cursor.cc', 125 'cursor/cursor.cc',
124 'cursor/cursor.h', 126 'cursor/cursor.h',
125 'cursor/cursor_android.cc', 127 'cursor/cursor_android.cc',
126 'cursor/cursor_loader.h', 128 'cursor/cursor_loader.h',
127 'cursor/cursor_loader_ozone.cc', 129 'cursor/cursor_loader_ozone.cc',
128 'cursor/cursor_loader_ozone.h', 130 'cursor/cursor_loader_ozone.h',
129 'cursor/cursor_loader_win.cc', 131 'cursor/cursor_loader_win.cc',
130 'cursor/cursor_loader_win.h', 132 'cursor/cursor_loader_win.h',
131 'cursor/cursor_loader_x11.cc', 133 'cursor/cursor_loader_x11.cc',
132 'cursor/cursor_loader_x11.h', 134 'cursor/cursor_loader_x11.h',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 ], 753 ],
752 'variables': { 754 'variables': {
753 'jni_gen_package': 'ui', 755 'jni_gen_package': 'ui',
754 }, 756 },
755 'includes': [ '../../build/jni_generator.gypi' ], 757 'includes': [ '../../build/jni_generator.gypi' ],
756 }, 758 },
757 ], 759 ],
758 }], 760 }],
759 ], 761 ],
760 } 762 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698