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 { | 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 Loading... |
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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
753 ], | 754 ], |
754 'variables': { | 755 'variables': { |
755 'jni_gen_package': 'ui', | 756 'jni_gen_package': 'ui', |
756 }, | 757 }, |
757 'includes': [ '../../build/jni_generator.gypi' ], | 758 'includes': [ '../../build/jni_generator.gypi' ], |
758 }, | 759 }, |
759 ], | 760 ], |
760 }], | 761 }], |
761 ], | 762 ], |
762 } | 763 } |
OLD | NEW |