| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'cocoa/remote_layer_api.h', | 126 'cocoa/remote_layer_api.h', |
| 127 'cocoa/remote_layer_api.mm', | 127 'cocoa/remote_layer_api.mm', |
| 128 'cocoa/tracking_area.h', | 128 'cocoa/tracking_area.h', |
| 129 'cocoa/tracking_area.mm', | 129 'cocoa/tracking_area.mm', |
| 130 'cocoa/underlay_opengl_hosting_window.h', | 130 'cocoa/underlay_opengl_hosting_window.h', |
| 131 'cocoa/underlay_opengl_hosting_window.mm', | 131 'cocoa/underlay_opengl_hosting_window.mm', |
| 132 'cocoa/view_description.h', | 132 'cocoa/view_description.h', |
| 133 'cocoa/view_description.mm', | 133 'cocoa/view_description.mm', |
| 134 'cocoa/window_size_constants.h', | 134 'cocoa/window_size_constants.h', |
| 135 'cocoa/window_size_constants.mm', | 135 'cocoa/window_size_constants.mm', |
| 136 'compositor/compositor_begin_frame_observer.h', |
| 136 'cursor/cursor.cc', | 137 'cursor/cursor.cc', |
| 137 'cursor/cursor.h', | 138 'cursor/cursor.h', |
| 138 'cursor/cursor_android.cc', | 139 'cursor/cursor_android.cc', |
| 139 'cursor/cursor_loader.h', | 140 'cursor/cursor_loader.h', |
| 140 'cursor/cursor_loader_ozone.cc', | 141 'cursor/cursor_loader_ozone.cc', |
| 141 'cursor/cursor_loader_ozone.h', | 142 'cursor/cursor_loader_ozone.h', |
| 142 'cursor/cursor_loader_win.cc', | 143 'cursor/cursor_loader_win.cc', |
| 143 'cursor/cursor_loader_win.h', | 144 'cursor/cursor_loader_win.h', |
| 144 'cursor/cursor_loader_x11.cc', | 145 'cursor/cursor_loader_x11.cc', |
| 145 'cursor/cursor_loader_x11.h', | 146 'cursor/cursor_loader_x11.h', |
| (...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 ], | 786 ], |
| 786 'variables': { | 787 'variables': { |
| 787 'jni_gen_package': 'ui', | 788 'jni_gen_package': 'ui', |
| 788 }, | 789 }, |
| 789 'includes': [ '../../build/jni_generator.gypi' ], | 790 'includes': [ '../../build/jni_generator.gypi' ], |
| 790 }, | 791 }, |
| 791 ], | 792 ], |
| 792 }], | 793 }], |
| 793 ], | 794 ], |
| 794 } | 795 } |
| OLD | NEW |